aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/vpd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-04Merge branch 'pci/sysfs'Bjorn Helgaas1-36/+22
2021-04-30PCI: Allow VPD access for QLogic ISP2722Arun Easi1-1/+0
2021-04-30PCI/VPD: Add helper pci_get_func0_dev()Heiner Kallweit1-5/+8
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() SRDT handlingHeiner Kallweit1-25/+6
2021-04-30PCI/VPD: Remove pci_vpd_find_tag() 'offset' argumentHeiner Kallweit1-2/+2
2021-04-30PCI/VPD: Change pci_vpd_init() return type to voidHeiner Kallweit1-4/+3
2021-04-30PCI/VPD: Make missing VPD message less alarmingHeiner Kallweit1-2/+6
2021-04-30PCI/VPD: Remove pci_set_vpd_size()Heiner Kallweit1-45/+13
2021-04-29PCI/sysfs: Convert "vpd" to static attributeKrzysztof WilczyƄski1-30/+16
2021-04-29PCI/sysfs: Rename "vpd" attribute accessorsBjorn Helgaas1-8/+8
2021-03-30PCI/VPD: Remove sysfs accessor size checking dead codeHeiner Kallweit1-14/+0
2021-03-30PCI/VPD: Remove obsolete Broadcom NIC quirkHeiner Kallweit1-46/+0
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