| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-06-17 | sysfs: treewide: switch back to attribute_group::bin_attrs | Thomas Weißschuh | 1 | -1/+1 |
| 2024-12-03 | PCI/VPD: Constify 'struct bin_attribute' | Thomas Weißschuh | 1 | -7/+7 |
| 2024-11-05 | sysfs: treewide: constify attribute callback of bin_is_visible() | Thomas Weißschuh | 1 | -1/+1 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2023-08-11 | PCI/VPD: Add runtime power management to sysfs interface | Alex Williamson | 1 | -2/+32 |
| 2021-10-25 | PCI/VPD: Use pci_read_vpd_any() in pci_vpd_size() | Heiner Kallweit | 1 | -12/+13 |
| 2021-10-11 | PCI/VPD: Add pci_read/write_vpd_any() | Heiner Kallweit | 1 | -22/+50 |
| 2021-09-15 | PCI/VPD: Defer VPD sizing until first access | Bjorn Helgaas | 1 | -10/+26 |
| 2021-08-31 | PCI/VPD: Use unaligned access helpers | Heiner Kallweit | 1 | -9/+5 |
| 2021-08-31 | PCI/VPD: Clean up public VPD defines and inline functions | Heiner Kallweit | 1 | -0/+26 |
| 2021-08-31 | PCI/VPD: Add pci_vpd_find_id_string() | Heiner Kallweit | 1 | -0/+6 |
| 2021-08-31 | PCI/VPD: Include post-processing in pci_vpd_find_tag() | Heiner Kallweit | 1 | -10/+13 |
| 2021-08-31 | PCI/VPD: Stop exporting pci_vpd_find_info_keyword() | Heiner Kallweit | 1 | -2/+1 |
| 2021-08-31 | PCI/VPD: Stop exporting pci_vpd_find_tag() | Heiner Kallweit | 1 | -2/+1 |
| 2021-08-20 | PCI/VPD: Add pci_vpd_check_csum() | Heiner Kallweit | 1 | -0/+23 |
| 2021-08-20 | PCI/VPD: Add pci_vpd_find_ro_info_keyword() | Heiner Kallweit | 1 | -0/+33 |
| 2021-08-20 | PCI/VPD: Add pci_vpd_alloc() | Heiner Kallweit | 1 | -0/+26 |
| 2021-08-12 | PCI/VPD: Treat invalid VPD like missing VPD capability | Heiner Kallweit | 1 | -6/+3 |
| 2021-08-12 | PCI/VPD: Determine VPD size in pci_vpd_init() | Heiner Kallweit | 1 | -23/+19 |
| 2021-08-12 | PCI/VPD: Embed struct pci_vpd in struct pci_dev | Heiner Kallweit | 1 | -49/+14 |
| 2021-08-12 | PCI/VPD: Remove struct pci_vpd.valid member | Heiner Kallweit | 1 | -17/+12 |
| 2021-08-12 | PCI/VPD: Remove struct pci_vpd_ops | Heiner Kallweit | 1 | -54/+32 |
| 2021-08-12 | PCI/VPD: Reorder pci_read_vpd(), pci_write_vpd() | Heiner Kallweit | 1 | -30/+30 |
| 2021-08-09 | PCI/VPD: Remove struct pci_vpd.flag | Heiner Kallweit | 1 | -7/+5 |
| 2021-08-09 | PCI/VPD: Make pci_vpd_wait() uninterruptible | Heiner Kallweit | 1 | -24/+9 |
| 2021-08-09 | PCI/VPD: Remove pci_vpd_size() old_size argument | Heiner Kallweit | 1 | -5/+5 |
| 2021-08-09 | PCI/VPD: Allow access to valid parts of VPD if some is invalid | Bjorn Helgaas | 1 | -3/+3 |
| 2021-08-09 | PCI/VPD: Don't check Large Resource Item Names for validity | Bjorn Helgaas | 1 | -19/+8 |
| 2021-08-09 | PCI/VPD: Reject resource tags with invalid size | Bjorn Helgaas | 1 | -9/+15 |
| 2021-07-30 | PCI/VPD: Treat initial 0xff as missing EEPROM | Heiner Kallweit | 1 | -4/+8 |
| 2021-07-30 | PCI/VPD: Check Resource Item Names against those valid for type | Bjorn Helgaas | 1 | -12/+6 |
| 2021-07-30 | PCI/VPD: Correct diagnostic for VPD read failure | Bjorn Helgaas | 1 | -2/+2 |
| 2021-05-04 | Merge branch 'pci/sysfs' | Bjorn Helgaas | 1 | -36/+22 |
| 2021-04-30 | PCI: Allow VPD access for QLogic ISP2722 | Arun Easi | 1 | -1/+0 |
| 2021-04-30 | PCI/VPD: Add helper pci_get_func0_dev() | Heiner Kallweit | 1 | -5/+8 |
| 2021-04-30 | PCI/VPD: Remove pci_vpd_find_tag() SRDT handling | Heiner Kallweit | 1 | -25/+6 |
| 2021-04-30 | PCI/VPD: Remove pci_vpd_find_tag() 'offset' argument | Heiner Kallweit | 1 | -2/+2 |
| 2021-04-30 | PCI/VPD: Change pci_vpd_init() return type to void | Heiner Kallweit | 1 | -4/+3 |
| 2021-04-30 | PCI/VPD: Make missing VPD message less alarming | Heiner Kallweit | 1 | -2/+6 |
| 2021-04-30 | PCI/VPD: Remove pci_set_vpd_size() | Heiner Kallweit | 1 | -45/+13 |
| 2021-04-29 | PCI/sysfs: Convert "vpd" to static attribute | Krzysztof Wilczyński | 1 | -30/+16 |
| 2021-04-29 | PCI/sysfs: Rename "vpd" attribute accessors | Bjorn Helgaas | 1 | -8/+8 |
| 2021-03-30 | PCI/VPD: Remove sysfs accessor size checking dead code | Heiner Kallweit | 1 | -14/+0 |
| 2021-03-30 | PCI/VPD: Remove obsolete Broadcom NIC quirk | Heiner Kallweit | 1 | -46/+0 |
| 2019-09-16 | PCI/VPD: Prevent VPD access for Amazon's Annapurna Labs Root Port | Jonathan Chocron | 1 | -0/+6 |
| 2018-08-14 | PCI/VPD: Check for VPD access completion before checking for timeout | Bert Kenward | 1 | -2/+5 |
| 2018-04-06 | Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+583 |
| 2018-04-04 | Merge branch 'pci/vpd' | Bjorn Helgaas | 1 | -0/+573 |
| 2018-03-19 | PCI: Tidy comments | Bjorn Helgaas | 1 | -2/+1 |
| 2018-03-19 | PCI/VPD: Move VPD structures to vpd.c | Bjorn Helgaas | 1 | -0/+17 |
| 2018-03-19 | PCI/VPD: Move VPD quirks to vpd.c | Bjorn Helgaas | 1 | -0/+120 |
| 2018-03-19 | PCI/VPD: Move VPD sysfs code to vpd.c | Bjorn Helgaas | 1 | -0/+67 |
| 2018-03-19 | PCI/VPD: Move VPD access code to vpd.c | Bjorn Helgaas | 1 | -0/+369 |
| 2018-01-26 | PCI: Add SPDX GPL-2.0 when no license was specified | Bjorn Helgaas | 1 | -0/+1 |
| 2011-10-31 | pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 1 | -0/+1 |
| 2010-02-28 | pci: Add helper to search for VPD keywords | Matt Carlson | 1 | -0/+18 |
| 2010-02-28 | pci: Add helper to find a VPD resource data type | Matt Carlson | 1 | -0/+43 |