summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-09-02Merge branch 'pci/rockchip-dwc'Bjorn Helgaas3-0/+291
2021-09-02Merge branch 'pci/dwc'Bjorn Helgaas1-1/+0
2021-09-02Merge branch 'pci/artpec6'Bjorn Helgaas1-5/+2
2021-09-02Merge branch 'pci/misc'Bjorn Helgaas8-29/+30
2021-09-02Merge branch 'pci/vpd'Bjorn Helgaas14-747/+436
2021-09-02Merge branch 'pci/virtualization'Bjorn Helgaas3-4/+54
2021-09-02Merge branch 'pci/resource'Bjorn Helgaas2-15/+17
2021-09-02Merge branch 'pci/reset'Bjorn Helgaas16-157/+350
2021-09-02Merge branch 'pci/portdrv'Bjorn Helgaas1-2/+7
2021-09-02Merge branch 'pci/irq'Bjorn Helgaas21-128/+76
2021-09-02Merge branch 'pci/iommu'Bjorn Helgaas3-1/+41
2021-09-02Merge branch 'pci/hotplug'Bjorn Helgaas2-7/+1
2021-09-02Merge branch 'pci/enumeration'Bjorn Helgaas2-9/+11
2021-09-02PCI: ibmphp: Fix double unmap of io_memVishal Aslot2-7/+1
2021-09-02x86/PCI: sta2x11: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-2/+1
2021-09-01PCI/VPD: Use unaligned access helpersHeiner Kallweit1-9/+5
2021-09-01PCI/VPD: Clean up public VPD defines and inline functionsHeiner Kallweit2-69/+26
2021-09-01cxgb4: Use pci_vpd_find_id_string() to find VPD ID stringHeiner Kallweit1-8/+5
2021-09-01PCI/VPD: Add pci_vpd_find_id_string()Heiner Kallweit2-0/+16
2021-09-01PCI/VPD: Include post-processing in pci_vpd_find_tag()Heiner Kallweit1-10/+13
2021-09-01PCI/VPD: Stop exporting pci_vpd_find_info_keyword()Heiner Kallweit2-15/+1
2021-09-01PCI/VPD: Stop exporting pci_vpd_find_tag()Heiner Kallweit2-13/+1
2021-08-31PCI: Set dma-can-stall for HiSilicon chipsZhangfei Gao1-0/+25
2021-08-31PCI: rockchip-dwc: Add Rockchip RK356X host controller driverSimon Xue3-0/+291
2021-08-31PCI: dwc: Remove surplus break statement after returnKrzysztof Wilczyński1-1/+0
2021-08-31PCI: artpec6: Remove local code block from switch statementKrzysztof Wilczyński1-4/+2
2021-08-31PCI: artpec6: Remove surplus break statement after returnKrzysztof Wilczyński1-1/+0
2021-08-31PCI/portdrv: Enable Bandwidth Notification only if port supports itStuart Hayes1-2/+7
2021-08-26PCI: Allow PASID on fake PCIe devices without TLP prefixesZhangfei Gao3-1/+16
2021-08-24scsi: cxlflash: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-28/+6
2021-08-24cxgb4: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-40/+27
2021-08-24cxgb4: Remove unused vpd_param member ecHeiner Kallweit2-6/+1
2021-08-24cxgb4: Validate VPD checksum with pci_vpd_check_csum()Heiner Kallweit1-8/+4
2021-08-24bnxt: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-29/+9
2021-08-24bnxt: Read VPD with pci_vpd_alloc()Heiner Kallweit1-9/+4
2021-08-24bnx2x: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-42/+15
2021-08-24bnx2x: Read VPD with pci_vpd_alloc()Heiner Kallweit2-35/+10
2021-08-24bnx2: Replace open-coded byte swapping with swab32s()Heiner Kallweit1-9/+4
2021-08-24bnx2: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-25/+8
2021-08-24sfc: falcon: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-51/+14
2021-08-24sfc: falcon: Read VPD with pci_vpd_alloc()Heiner Kallweit1-16/+14
2021-08-21PCI: Sync __pci_register_driver() stub for CONFIG_PCI=nAndy Shevchenko1-2/+3
2021-08-21PCI: Optimize pci_resource_len() to reduce kernel sizeZhen Lei1-3/+1
2021-08-21PCI: Make saved capability state private to coreBjorn Helgaas2-20/+21
2021-08-21PCI: Add schedule point in proc_bus_pci_read()Krzysztof Wilczyński1-0/+1
2021-08-21PCI: Correct the pci_iomap.h header guard #endif commentJonathan Cameron1-1/+1
2021-08-21PCI/ACS: Enforce pci=noats with Transaction BlockingAlex Williamson2-3/+3
2021-08-21PCI: Add ACS quirks for Cavium multi-function devicesGeorge Cherian1-0/+4
2021-08-21PCI/PTM: Remove error message at bootJakub Kicinski1-3/+1
2021-08-20tg3: Search VPD with pci_vpd_find_ro_info_keyword()Heiner Kallweit1-43/+16