summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorLines
2020-08-07Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1343/+2159
2020-08-05Merge branch 'pci/irq-error'Bjorn Helgaas-83/+29
2020-08-05Merge branch 'pci/doc'Bjorn Helgaas-1/+2
2020-08-05Merge branch 'pci/host-probe-refactor'Bjorn Helgaas-782/+203
2020-08-05Merge branch 'pci/xilinx-cpm'Bjorn Helgaas-0/+623
2020-08-05Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas-6/+38
2020-08-05Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas-40/+2
2020-08-05Merge branch 'remotes/lorenzo/pci/runtime-pm'Bjorn Helgaas-11/+5
2020-08-05Merge branch 'remotes/lorenzo/pci/mvebu'Bjorn Helgaas-4/+12
2020-08-05Merge branch 'remotes/lorenzo/pci/loongson'Bjorn Helgaas-3/+3
2020-08-05Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas-41/+45
2020-08-05Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas-334/+140
2020-08-05Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas-64/+1074
2020-08-05Merge branch 'remotes/lorenzo/pci/aardvark'Bjorn Helgaas-1/+10
2020-08-05PCI: Fix kerneldoc warningsKrzysztof Kozlowski-1/+2
2020-08-05PCI: xilinx-cpm: Add Versal CPM Root Port driverBharat Kumar Gogada-0/+623
2020-08-04PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring-37/+2
2020-08-04PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring-123/+7
2020-08-04PCI: rcar-gen2: Convert to use modern host bridge probe functionsRob Herring-126/+46
2020-08-03PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof WilczyƄski-82/+29
2020-08-03PCI: j721e: Add TI J721E PCIe driverKishon Vijay Abraham I-2/+527
2020-07-28PCI: cadence: Add MSI-X support to Endpoint driverAlan Douglas-1/+117
2020-07-28PCI: hv: Make some functions staticWei Yongjun-7/+8
2020-07-28PCI: tegra: Remove PLL power suppliesThierry Reding-8/+2
2020-07-27PCI: dwc: hisi: Remove non-ECAM HiSilicon hip05/hip06 driverRob Herring-219/+0
2020-07-27PCI: cadence: Fix updating Vendor ID and Subsystem Vendor ID registerKishon Vijay Abraham I-2/+7
2020-07-27PCI: cadence: Add new *ops* for CPU addr fixupKishon Vijay Abraham I-13/+24
2020-07-27PCI: cadence: Allow pci_host_bridge to have custom pci_opsKishon Vijay Abraham I-1/+2
2020-07-27PCI: cadence: Add support to start link and verify link statusKishon Vijay Abraham I-1/+72
2020-07-27PCI: cadence: Convert all r/w accessors to perform only 32-bit accessesKishon Vijay Abraham I-18/+62
2020-07-27PCI: cadence: Fix cdns_pcie_{host|ep}_setup() error pathKishon Vijay Abraham I-12/+3
2020-07-27PCI: cadence: Use "dma-ranges" instead of "cdns,no-bar-match-nbits" propertyKishon Vijay Abraham I-17/+263
2020-07-27PCI: hv: Fix a timing issue which causes kdump to fail occasionallyWei Hu-34/+37
2020-07-23PCI: rcar: Use struct pci_host_bridge.windows list directlyRob Herring-41/+4
2020-07-23PCI: rcar: Use devm_pci_alloc_host_bridge()Rob Herring-5/+2
2020-07-23PCI: cadence: Remove private bus number and range storageRob Herring-26/+24
2020-07-23PCI: cadence: Use bridge resources for outbound window setupRob Herring-21/+16
2020-07-23PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring-18/+3
2020-07-23PCI: rcar: Use pci_is_root_bus() to check if bus is root busRob Herring-14/+5
2020-07-23PCI: rockchip: Use pci_is_root_bus() to check if bus is root busRob Herring-11/+7
2020-07-23PCI: xilinx: Use pci_is_root_bus() to check if bus is root busRob Herring-7/+4
2020-07-23PCI: xilinx-nwl: Use pci_is_root_bus() to check if bus is root busRob Herring-7/+3
2020-07-23PCI: mobiveil: Use pci_is_root_bus() to check if bus is root busRob Herring-8/+3
2020-07-23PCI: designware: Use pci_is_root_bus() to check if bus is root busRob Herring-15/+10
2020-07-23PCI: aardvark: Use pci_is_root_bus() to check if bus is root busRob Herring-7/+6
2020-07-23PCI: Drop unnecessary zeroing of bridge fieldsRob Herring-13/+0
2020-07-23PCI: Set default bridge parent deviceRob Herring-21/+0
2020-07-23PCI: versatile: Drop flag PCI_ENABLE_PROC_DOMAINSRob Herring-1/+0
2020-07-23PCI: controller: Remove duplicate error messageDejin Zheng-15/+4
2020-07-23PCI: rcar: Fix runtime PM imbalance on errorDinghao Liu-3/+1