Age | Commit message (Expand) | Author |
2021-10-25 | PCI/VPD: Use pci_read_vpd_any() in pci_vpd_size() | Heiner Kallweit |
2021-10-11 | PCI/VPD: Add pci_read/write_vpd_any() | Heiner Kallweit |
2021-09-15 | PCI/VPD: Defer VPD sizing until first access | Bjorn Helgaas |
2021-08-31 | PCI/VPD: Use unaligned access helpers | Heiner Kallweit |
2021-08-31 | PCI/VPD: Clean up public VPD defines and inline functions | Heiner Kallweit |
2021-08-31 | PCI/VPD: Add pci_vpd_find_id_string() | Heiner Kallweit |
2021-08-31 | PCI/VPD: Include post-processing in pci_vpd_find_tag() | Heiner Kallweit |
2021-08-31 | PCI/VPD: Stop exporting pci_vpd_find_info_keyword() | Heiner Kallweit |
2021-08-31 | PCI/VPD: Stop exporting pci_vpd_find_tag() | Heiner Kallweit |
2021-08-20 | PCI/VPD: Add pci_vpd_check_csum() | Heiner Kallweit |
2021-08-20 | PCI/VPD: Add pci_vpd_find_ro_info_keyword() | Heiner Kallweit |
2021-08-20 | PCI/VPD: Add pci_vpd_alloc() | Heiner Kallweit |
2021-08-12 | PCI/VPD: Treat invalid VPD like missing VPD capability | Heiner Kallweit |
2021-08-12 | PCI/VPD: Determine VPD size in pci_vpd_init() | Heiner Kallweit |
2021-08-12 | PCI/VPD: Embed struct pci_vpd in struct pci_dev | Heiner Kallweit |
2021-08-12 | PCI/VPD: Remove struct pci_vpd.valid member | Heiner Kallweit |
2021-08-12 | PCI/VPD: Remove struct pci_vpd_ops | Heiner Kallweit |
2021-08-12 | PCI/VPD: Reorder pci_read_vpd(), pci_write_vpd() | Heiner Kallweit |
2021-08-09 | PCI/VPD: Remove struct pci_vpd.flag | Heiner Kallweit |
2021-08-09 | PCI/VPD: Make pci_vpd_wait() uninterruptible | Heiner Kallweit |
2021-08-09 | PCI/VPD: Remove pci_vpd_size() old_size argument | Heiner Kallweit |
2021-08-09 | PCI/VPD: Allow access to valid parts of VPD if some is invalid | Bjorn Helgaas |
2021-08-09 | PCI/VPD: Don't check Large Resource Item Names for validity | Bjorn Helgaas |
2021-08-09 | PCI/VPD: Reject resource tags with invalid size | Bjorn Helgaas |
2021-07-30 | PCI/VPD: Treat initial 0xff as missing EEPROM | Heiner Kallweit |
2021-07-30 | PCI/VPD: Check Resource Item Names against those valid for type | Bjorn Helgaas |
2021-07-30 | PCI/VPD: Correct diagnostic for VPD read failure | Bjorn Helgaas |
2021-05-04 | Merge branch 'pci/sysfs' | Bjorn Helgaas |
2021-04-30 | PCI: Allow VPD access for QLogic ISP2722 | Arun Easi |
2021-04-30 | PCI/VPD: Add helper pci_get_func0_dev() | Heiner Kallweit |
2021-04-30 | PCI/VPD: Remove pci_vpd_find_tag() SRDT handling | Heiner Kallweit |
2021-04-30 | PCI/VPD: Remove pci_vpd_find_tag() 'offset' argument | Heiner Kallweit |
2021-04-30 | PCI/VPD: Change pci_vpd_init() return type to void | Heiner Kallweit |
2021-04-30 | PCI/VPD: Make missing VPD message less alarming | Heiner Kallweit |
2021-04-30 | PCI/VPD: Remove pci_set_vpd_size() | Heiner Kallweit |
2021-04-29 | PCI/sysfs: Convert "vpd" to static attribute | Krzysztof WilczyĆski |
2021-04-29 | PCI/sysfs: Rename "vpd" attribute accessors | Bjorn Helgaas |
2021-03-30 | PCI/VPD: Remove sysfs accessor size checking dead code | Heiner Kallweit |
2021-03-30 | PCI/VPD: Remove obsolete Broadcom NIC quirk | Heiner Kallweit |
2019-09-16 | PCI/VPD: Prevent VPD access for Amazon's Annapurna Labs Root Port | Jonathan Chocron |
2018-08-14 | PCI/VPD: Check for VPD access completion before checking for timeout | Bert Kenward |
2018-04-06 | Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2018-04-04 | Merge branch 'pci/vpd' | Bjorn Helgaas |
2018-03-19 | PCI: Tidy comments | Bjorn Helgaas |
2018-03-19 | PCI/VPD: Move VPD structures to vpd.c | Bjorn Helgaas |
2018-03-19 | PCI/VPD: Move VPD quirks to vpd.c | Bjorn Helgaas |
2018-03-19 | PCI/VPD: Move VPD sysfs code to vpd.c | Bjorn Helgaas |
2018-03-19 | PCI/VPD: Move VPD access code to vpd.c | Bjorn Helgaas |
2018-01-26 | PCI: Add SPDX GPL-2.0 when no license was specified | Bjorn Helgaas |
2011-10-31 | pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker |