summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pci/vpd'Bjorn Helgaas2021-09-0213-668/+404
|\
| * PCI/VPD: Use unaligned access helpersHeiner Kallweit2021-08-311-9/+5
| * PCI/VPD: Clean up public VPD defines and inline functionsHeiner Kallweit2021-08-311-0/+26
| * cxgb4: Use pci_vpd_find_id_string() to find VPD ID stringHeiner Kallweit2021-08-311-8/+5
| * PCI/VPD: Add pci_vpd_find_id_string()Heiner Kallweit2021-08-311-0/+6
| * PCI/VPD: Include post-processing in pci_vpd_find_tag()Heiner Kallweit2021-08-311-10/+13
| * PCI/VPD: Stop exporting pci_vpd_find_info_keyword()Heiner Kallweit2021-08-311-2/+1
| * PCI/VPD: Stop exporting pci_vpd_find_tag()Heiner Kallweit2021-08-311-2/+1
| * scsi: cxlflash: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-241-28/+6
| * cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-241-40/+27
| * cxgb4: Remove unused vpd_param member ecHeiner Kallweit2021-08-242-6/+1
| * cxgb4: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit2021-08-241-8/+4
| * bnxt: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-241-29/+9
| * bnxt: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-241-9/+4
| * bnx2x: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-241-42/+15
| * bnx2x: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-242-35/+10
| * bnx2: Replace open-coded byte swapping with swab32s()Heiner Kallweit2021-08-241-9/+4
| * bnx2: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-241-25/+8
| * sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-241-51/+14
| * sfc: falcon: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-241-16/+14
| * tg3: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-201-43/+16
| * tg3: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit2021-08-201-27/+4
| * tg3: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-202-18/+10
| * sfc: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-201-51/+14
| * sfc: Read VPD with pci_vpd_alloc()Heiner Kallweit2021-08-201-15/+14
| * PCI/VPD: Add pci_vpd_check_csum()Heiner Kallweit2021-08-201-0/+23
| * PCI/VPD: Add pci_vpd_find_ro_info_keyword()Heiner Kallweit2021-08-201-0/+33
| * PCI/VPD: Add pci_vpd_alloc()Heiner Kallweit2021-08-201-0/+26
| * PCI/VPD: Treat invalid VPD like missing VPD capabilityHeiner Kallweit2021-08-121-6/+3
| * PCI/VPD: Determine VPD size in pci_vpd_init()Heiner Kallweit2021-08-121-23/+19
| * PCI/VPD: Embed struct pci_vpd in struct pci_devHeiner Kallweit2021-08-122-50/+14
| * PCI/VPD: Remove struct pci_vpd.valid memberHeiner Kallweit2021-08-121-17/+12
| * PCI/VPD: Remove struct pci_vpd_opsHeiner Kallweit2021-08-121-54/+32
| * PCI/VPD: Reorder pci_read_vpd(), pci_write_vpd()Heiner Kallweit2021-08-121-30/+30
| * PCI/VPD: Remove struct pci_vpd.flagHeiner Kallweit2021-08-091-7/+5
| * PCI/VPD: Make pci_vpd_wait() uninterruptibleHeiner Kallweit2021-08-091-24/+9
| * PCI/VPD: Remove pci_vpd_size() old_size argumentHeiner Kallweit2021-08-091-5/+5
| * PCI/VPD: Allow access to valid parts of VPD if some is invalidBjorn Helgaas2021-08-091-3/+3
| * PCI/VPD: Don't check Large Resource Item Names for validityBjorn Helgaas2021-08-091-19/+8
| * PCI/VPD: Reject resource tags with invalid sizeBjorn Helgaas2021-08-091-9/+15
| * PCI/VPD: Treat initial 0xff as missing EEPROMHeiner Kallweit2021-07-301-4/+8
| * PCI/VPD: Check Resource Item Names against those valid for typeBjorn Helgaas2021-07-301-12/+6
| * PCI/VPD: Correct diagnostic for VPD read failureBjorn Helgaas2021-07-301-2/+2
* | Merge branch 'pci/virtualization'Bjorn Helgaas2021-09-022-3/+52
|\ \
| * | PCI/ACS: Enforce pci=noats with Transaction BlockingAlex Williamson2021-08-202-3/+3
| * | PCI: Add ACS quirks for Cavium multi-function devicesGeorge Cherian2021-08-201-0/+4
| * | PCI: Add ACS quirks for NXP LX2xx0 and LX2xx2 platformsWasim Khan2021-08-041-0/+45
| |/
* | Merge branch 'pci/resource'Bjorn Helgaas2021-09-021-12/+16
|\ \
| * | PCI: Refactor pci_ioremap_bar() and pci_ioremap_wc_bar()Krzysztof WilczyƄski2021-07-161-12/+16
| |/
* | Merge branch 'pci/reset'Bjorn Helgaas2021-09-0213-154/+321
|\ \