summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas2020-10-212-7/+2
|\
| * PCI: cadence: Simplify cdns_pcie_host_init_address_translation() return expre...Qinglang Miao2020-10-021-6/+2
| * PCI: cadence-ep: Remove obsolete path from commentFlavio Suligoi2020-09-071-1/+0
* | Merge branch 'remotes/lorenzo/pci/brcmstb'Bjorn Helgaas2020-10-212-64/+383
|\ \
| * | PCI: brcmstb: Add bcm7211, bcm7216, bcm7445, bcm7278 to match listJim Quinlan2020-10-021-0/+4
| * | PCI: brcmstb: Set bus max burst size by chip typeJim Quinlan2020-10-021-4/+15
| * | PCI: brcmstb: Accommodate MSI for older chipsJim Quinlan2020-10-021-21/+49
| * | PCI: brcmstb: Set additional internal memory DMA viewport sizesJim Quinlan2020-10-021-18/+49
| * | PCI: brcmstb: Add control of rescal resetJim Quinlan2020-10-021-2/+77
| * | PCI: brcmstb: Add bcm7278 PERST# supportJim Quinlan2020-09-171-28/+69
| * | PCI: brcmstb: Add suspend and resume pm_opsJim Quinlan2020-09-171-0/+47
| * | PCI: brcmstb: Add bcm7278 register infoJim Quinlan2020-09-171-12/+93
| * | PCI: brcmstb: PCIE_BRCMSTB depends on ARCH_BRCMSTBJim Quinlan2020-09-171-1/+2
| |/
* | Merge branch 'remotes/lorenzo/pci/aardvark'Bjorn Helgaas2020-10-212-40/+70
|\ \
| * | PCI: aardvark: Fix initialization with old Marvell's Arm Trusted FirmwarePali Rohár2020-10-021-1/+3
| * | PCI: aardvark: Move PCIe reset card code to advk_pcie_train_link()Pali Rohár2020-09-071-30/+34
| * | PCI: aardvark: Implement driver 'remove' function and allow to build it as mo...Pali Rohár2020-09-072-4/+25
| * | PCI: aardvark: Check for errors from pci_bridge_emul_init() callPali Rohár2020-09-071-4/+7
| * | PCI: aardvark: Fix compilation on s390Pali Rohár2020-09-071-1/+1
| |/
* | Merge branch 'remotes/lorenzo/pci/apei'Bjorn Helgaas2020-10-213-0/+335
|\ \
| * | PCI: hip: Add handling of HiSilicon HIP PCIe controller errorsYicong Yang2020-09-163-0/+335
| |/
* / PCI: v3-semi: Remove unneeded breakTom Rix2020-10-201-1/+0
|/
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-0763-1343/+2159
|\
| * Merge branch 'pci/irq-error'Bjorn Helgaas2020-08-0521-83/+29
| |\
| | * PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński2020-08-0321-82/+29
| * | Merge branch 'pci/doc'Bjorn Helgaas2020-08-052-1/+2
| |\ \
| | * | PCI: Fix kerneldoc warningsKrzysztof Kozlowski2020-08-052-1/+2
| | |/
| * | Merge branch 'pci/host-probe-refactor'Bjorn Helgaas2020-08-0539-782/+203
| |\ \
| | * | PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring2020-08-0420-37/+2
| | * | PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring2020-08-0420-123/+7
| | * | PCI: rcar-gen2: Convert to use modern host bridge probe functionsRob Herring2020-08-041-126/+46
| | * | PCI: rcar: Use struct pci_host_bridge.windows list directlyRob Herring2020-07-231-41/+4
| | * | PCI: rcar: Use devm_pci_alloc_host_bridge()Rob Herring2020-07-231-5/+2
| | * | PCI: cadence: Remove private bus number and range storageRob Herring2020-07-234-26/+24
| | * | PCI: cadence: Use bridge resources for outbound window setupRob Herring2020-07-231-21/+16
| | * | PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring2020-07-237-18/+3
| | * | PCI: rcar: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-14/+5
| | * | PCI: rockchip: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-232-11/+7
| | * | PCI: xilinx: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-7/+4
| | * | PCI: xilinx-nwl: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-7/+3
| | * | PCI: mobiveil: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-232-8/+3
| | * | PCI: designware: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-234-15/+10
| | * | PCI: aardvark: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-7/+6
| | * | PCI: Drop unnecessary zeroing of bridge fieldsRob Herring2020-07-2310-13/+0
| | * | PCI: Set default bridge parent deviceRob Herring2020-07-2320-21/+0
| | * | PCI: versatile: Drop flag PCI_ENABLE_PROC_DOMAINSRob Herring2020-07-231-1/+0
| | * | PCI: controller: Remove duplicate error messageDejin Zheng2020-07-234-15/+4
| | * | PCI: controller: Convert to devm_platform_ioremap_resource()Dejin Zheng2020-07-105-16/+7
| | * | PCI: controller: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng2020-07-108-25/+13
| | * | PCI: xilinx: Use pci_host_probe() to register hostRob Herring2020-07-101-12/+1