aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2023-08-10PCI: Make link retraining use RMW accessors for changing LNKCTLIlpo Järvinen1-6/+2
2023-08-10PCI: Add locking to RMW PCI Express Capability Register accessorsIlpo Järvinen2-3/+18
2023-08-09PCI: Mark NVIDIA T4 GPUs to avoid bus resetWu Zongyong1-1/+1
2023-08-09PCI: switchtec: Add support for PCIe Gen5 devicesKelvin Cao2-4/+76
2023-08-09PCI: switchtec: Use normal comment styleKelvin Cao1-57/+57
2023-08-09PCI: move OF status = "disabled" detection to dev->match_driverVladimir Oltean2-6/+3
2023-08-08PCI: acpiphp: Use pci_assign_unassigned_bridge_resources() only for non-root busIgor Mammedov1-1/+7
2023-08-08PCI: dwc: Provide deinit callback for i.MXMark Brown1-0/+1
2023-08-08PCI: microchip: Re-partition code between probe() and init()Daire McNamara1-20/+38
2023-08-08PCI: microchip: Gather MSI information from hardware config registersDaire McNamara1-28/+37
2023-08-08PCI: microchip: Clean up initialisation of interruptsDaire McNamara1-56/+100
2023-08-08PCI: microchip: Enable event handlers to access bridge and control pointersDaire McNamara1-15/+16
2023-08-08PCI: microchip: Align register, offset, and mask names with HW docsDaire McNamara1-62/+60
2023-08-08PCI: microchip: Enable building driver as a moduleDaire McNamara2-1/+2
2023-08-08PCI: microchip: Correct the DED and SEC interrupt bit offsetsDaire McNamara1-4/+4
2023-08-07PCI/IOV: Use pci_dev_id() to simplify the codeXiongfeng Wang1-2/+1
2023-08-07PCI/AER: Use pci_dev_id() to simplify the codeXiongfeng Wang1-2/+2
2023-08-07PCI: apple: Use pci_dev_id() to simplify the codeXiongfeng Wang1-2/+2
2023-08-04Revert "PCI: mvebu: Mark driver as BROKEN"Bjorn Helgaas1-1/+0
2023-08-03Revert "PCI: tegra194: Enable support for 256 Byte payload"Vidya Sagar1-10/+0
2023-07-31x86: always initialize xen-swiotlb when xen-pcifront is enablingChristoph Hellwig1-6/+0
2023-07-27PCI/DOE: Fix destroy_work_on_stack() raceIra Weiny1-1/+1
2023-07-26Revert "PCI: dwc: Wait for link up only if link is started"Johan Hovold3-23/+11
2023-07-18PCI/sysfs: Make I/O resource depend on HAS_IOPORTNiklas Schnelle1-0/+4
2023-07-18PCI: Make quirk using inw() depend on HAS_IOPORTNiklas Schnelle1-0/+2
2023-07-18PCI: ibmphp: Make read-only arrays staticColin Ian King1-5/+5
2023-07-18PCI: Explicitly include correct DT includesRob Herring28-36/+25
2023-07-13PCI: rockchip: Use 64-bit mask on MSI 64-bit PCI addressRick Wertenbroek1-3/+3
2023-07-13PCI: microchip: Remove cast between incompatible function typeKrzysztof Wilczyński1-2/+8
2023-07-13PCI: keembay: Remove cast between incompatible function typeKrzysztof Wilczyński1-3/+8
2023-07-13PCI: meson: Remove cast between incompatible function typeKrzysztof Wilczyński1-3/+8
2023-07-13PCI: imx6: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-07-13PCI: xgene-msi: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-07-13PCI: v3: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-07-13PCI: rcar-gen2: Use devm_platform_get_and_ioremap_resource()Yang Li1-2/+1
2023-07-13PCI: qcom-ep: Switch MHI bus master clock off during L1SSManivannan Sadhasivam1-1/+1
2023-07-13PCI: iproc: Use of_property_read_bool() for boolean propertiesRob Herring1-3/+2
2023-07-13PCI: apple: Initialize pcie->nvecs before useSven Peter1-1/+5
2023-07-13PCI/AER: Unexport pci_enable_pcie_error_reporting()Bjorn Helgaas1-2/+1
2023-07-13PCI/AER: Drop unused pci_disable_pcie_error_reporting()Bjorn Helgaas1-12/+0
2023-07-09Merge tag 'ntb-6.5' of https://github.com/jonmason/ntbLinus Torvalds1-0/+1
2023-07-08NTB: EPF: fix possible memory leak in pci_vntb_probe()ruanjinjie1-0/+1
2023-07-06Merge tag 'dmaengine-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2023-06-30Merge tag 'pci-v6.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds53-676/+1514
2023-06-29Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-8/+36
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2023-06-26Merge branch 'pci/controller/remove-void-callbacks'Bjorn Helgaas21-80/+43
2023-06-26Merge branch 'pci/controller/endpoint'Bjorn Helgaas11-215/+818
2023-06-26Merge branch 'pci/controller/vmd'Bjorn Helgaas1-1/+10
2023-06-26Merge branch 'pci/controller/rockchip'Bjorn Helgaas3-136/+151