summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-09-02Merge branch 'remotes/lorenzo/pci/iproc'Bjorn Helgaas2-11/+7
2021-09-02Merge branch 'remotes/lorenzo/pci/hyper-v'Bjorn Helgaas2-38/+60
2021-09-02Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas1-5/+62
2021-09-02Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas6-6/+103
2021-09-02Merge branch 'remotes/lorenzo/pci/aardvark'Bjorn Helgaas2-12/+319
2021-09-02Merge branch 'pci/visconti'Bjorn Helgaas3-0/+342
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 Helgaas4-6/+24
2021-09-02Merge branch 'pci/vpd'Bjorn Helgaas13-668/+404
2021-09-02Merge branch 'pci/virtualization'Bjorn Helgaas2-3/+52
2021-09-02Merge branch 'pci/resource'Bjorn Helgaas1-12/+16
2021-09-02Merge branch 'pci/reset'Bjorn Helgaas13-154/+321
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 Helgaas2-1/+40
2021-09-02Merge branch 'pci/hotplug'Bjorn Helgaas2-7/+1
2021-09-02PCI: ibmphp: Fix double unmap of io_memVishal Aslot2-7/+1
2021-09-01PCI/VPD: Use unaligned access helpersHeiner Kallweit1-9/+5
2021-09-01PCI/VPD: Clean up public VPD defines and inline functionsHeiner Kallweit1-0/+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 Kallweit1-0/+6
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 Kallweit1-2/+1
2021-09-01PCI/VPD: Stop exporting pci_vpd_find_tag()Heiner Kallweit1-2/+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: visconti: Add Toshiba Visconti PCIe host controller driverNobuhiro Iwamatsu3-0/+342
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 Gao2-1/+15
2021-08-26PCI: aardvark: Fix masking and unmasking legacy INTx interruptsPali Rohár1-0/+9
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-23PCI: hv: Turn on the host bridge probing on ARM64Boqun Feng1-0/+7
2021-08-23PCI: hv: Set up MSI domain at bridge probing timeBoqun Feng1-5/+8
2021-08-23PCI: hv: Set ->domain_nr of pci_host_bridge at probing timeBoqun Feng1-4/+5