summaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)Author
2020-08-03PCI: j721e: Add TI J721E PCIe driverKishon Vijay Abraham I
2020-07-28PCI: cadence: Add MSI-X support to Endpoint driverAlan Douglas
2020-07-28PCI: hv: Make some functions staticWei Yongjun
2020-07-28PCI: tegra: Remove PLL power suppliesThierry Reding
2020-07-27PCI: dwc: hisi: Remove non-ECAM HiSilicon hip05/hip06 driverRob Herring
2020-07-27PCI: cadence: Fix updating Vendor ID and Subsystem Vendor ID registerKishon Vijay Abraham I
2020-07-27PCI: cadence: Add new *ops* for CPU addr fixupKishon Vijay Abraham I
2020-07-27PCI: cadence: Allow pci_host_bridge to have custom pci_opsKishon Vijay Abraham I
2020-07-27PCI: cadence: Add support to start link and verify link statusKishon Vijay Abraham I
2020-07-27PCI: cadence: Convert all r/w accessors to perform only 32-bit accessesKishon Vijay Abraham I
2020-07-27PCI: cadence: Fix cdns_pcie_{host|ep}_setup() error pathKishon Vijay Abraham I
2020-07-27PCI: cadence: Use "dma-ranges" instead of "cdns,no-bar-match-nbits" propertyKishon Vijay Abraham I
2020-07-27PCI: hv: Fix a timing issue which causes kdump to fail occasionallyWei Hu
2020-07-23PCI: rcar: Use struct pci_host_bridge.windows list directlyRob Herring
2020-07-23PCI: rcar: Use devm_pci_alloc_host_bridge()Rob Herring
2020-07-23PCI: cadence: Remove private bus number and range storageRob Herring
2020-07-23PCI: cadence: Use bridge resources for outbound window setupRob Herring
2020-07-23PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring
2020-07-23PCI: rcar: Use pci_is_root_bus() to check if bus is root busRob Herring
2020-07-23PCI: rockchip: Use pci_is_root_bus() to check if bus is root busRob Herring
2020-07-23PCI: xilinx: Use pci_is_root_bus() to check if bus is root busRob Herring
2020-07-23PCI: xilinx-nwl: Use pci_is_root_bus() to check if bus is root busRob Herring
2020-07-23PCI: mobiveil: Use pci_is_root_bus() to check if bus is root busRob Herring
2020-07-23PCI: designware: Use pci_is_root_bus() to check if bus is root busRob Herring
2020-07-23PCI: aardvark: Use pci_is_root_bus() to check if bus is root busRob Herring
2020-07-23PCI: Drop unnecessary zeroing of bridge fieldsRob Herring
2020-07-23PCI: Set default bridge parent deviceRob Herring
2020-07-23PCI: versatile: Drop flag PCI_ENABLE_PROC_DOMAINSRob Herring
2020-07-23PCI: controller: Remove duplicate error messageDejin Zheng
2020-07-23PCI: rcar: Fix runtime PM imbalance on errorDinghao Liu
2020-07-23irqdomain/treewide: Free firmware node after domain removalJon Derrick
2020-07-21PCI: aardvark: Don't touch PCIe registers if no card connectedPali Rohár
2020-07-20PCI: loongson: Use DECLARE_PCI_FIXUP_EARLY for bridge_class_quirk()Tiezhu Yang
2020-07-20PCI: tegra: Revert tegra124 raw_violation_fixupNicolas Chauvet
2020-07-17PCI: dwc: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng
2020-07-14irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner
2020-07-14PCI: mvebu: Setup BAR0 in order to fix MSIShmuel Hazan
2020-07-10PCI: controller: Convert to devm_platform_ioremap_resource()Dejin Zheng
2020-07-10PCI: controller: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng
2020-07-10PCI: xilinx: Use pci_host_probe() to register hostRob Herring
2020-07-10PCI: xilinx-nwl: Use pci_host_probe() to register hostRob Herring
2020-07-10PCI: rockchip: Use pci_host_probe() to register hostRob Herring
2020-07-10PCI: rcar: Use pci_host_probe() to register hostRob Herring
2020-07-10PCI: iproc: Use pci_host_probe() to register hostRob Herring
2020-07-10PCI: altera: Use pci_host_probe() to register hostRob Herring
2020-07-10PCI: xgene: Use pci_host_probe() to register hostRob Herring
2020-07-10PCI: versatile: Use pci_host_probe() to register hostRob Herring
2020-07-10PCI: v3: Use pci_host_probe() to register hostRob Herring
2020-07-10PCI: tegra: Use pci_host_probe() to register hostRob Herring
2020-07-10PCI: mobiveil: Use pci_host_probe() to register hostRob Herring