aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/vpd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-16PCI/VPD: Prevent VPD access for Amazon's Annapurna Labs Root PortJonathan Chocron1-0/+6
2018-08-14PCI/VPD: Check for VPD access completion before checking for timeoutBert Kenward1-2/+5
2018-04-06Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+583
2018-04-04Merge branch 'pci/vpd'Bjorn Helgaas1-0/+573
2018-03-19PCI: Tidy commentsBjorn Helgaas1-2/+1
2018-03-19PCI/VPD: Move VPD structures to vpd.cBjorn Helgaas1-0/+17
2018-03-19PCI/VPD: Move VPD quirks to vpd.cBjorn Helgaas1-0/+120
2018-03-19PCI/VPD: Move VPD sysfs code to vpd.cBjorn Helgaas1-0/+67
2018-03-19PCI/VPD: Move VPD access code to vpd.cBjorn Helgaas1-0/+369
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas1-0/+1
2011-10-31pci: Fix files needing export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2010-02-28pci: Add helper to search for VPD keywordsMatt Carlson1-0/+18
2010-02-28pci: Add helper to find a VPD resource data typeMatt Carlson1-0/+43