summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2020-07-23PCI: of: Reduce missing non-prefetchable memory region to a warningRob Herring
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-22PCI/ERR: Clear PCIe Device Status errors only if OS owns AERJonathan Cameron
2020-07-22PCI/ERR: Rename pci_aer_clear_device_status() to pcie_clear_device_status()Bjorn Helgaas
2020-07-22Revert "PCI/PM: Assume ports without DLL Link Active train links in 100 ms"Bjorn Helgaas
2020-07-22Merge branch 'sched/urgent'Peter Zijlstra
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/ASPM: Add missing newline in sysfs 'policy'Xiongfeng Wang
2020-07-17PCI: dwc: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
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: Fix pci_create_slot() reference count leakQiushi Wu
2020-07-10PCI: Treat "external-facing" devices themselves as internalRajat Jain
2020-07-10PCI: Cache ACS capability offset in deviceRajat Jain
2020-07-10PCI: Reorder pci_enable_acs() and dependenciesRajat Jain
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
2020-07-10PCI: brcmstb: Use pci_host_probe() to register hostRob Herring
2020-07-10PCI: host-common: Use struct pci_host_bridge.windows list directlyRob Herring