summaryrefslogtreecommitdiff
path: root/drivers/pci/controller
AgeCommit message (Expand)AuthorFilesLines
2020-09-08PCI: dwc: Remove root_bus pointerRob Herring3-5/+4
2020-09-08PCI: dwc: Convert to use pci_host_probe()Rob Herring2-19/+3
2020-09-08PCI: dwc: keystone: Convert .scan_bus() callback to use add_busRob Herring1-3/+9
2020-09-08PCI: dwc: Use generic config accessorsRob Herring1-82/+37
2020-09-08PCI: dwc: Remove dwc specific config accessor opsRob Herring2-20/+0
2020-09-08PCI: dwc: histb: Use pci_ops for root config space accessorsRob Herring1-18/+23
2020-09-08PCI: dwc: exynos: Use pci_ops for root config space accessorsRob Herring1-20/+25
2020-09-08PCI: dwc: kirin: Use pci_ops for root config space accessorsRob Herring1-18/+21
2020-09-08PCI: dwc: meson: Use pci_ops for root config space accessorsRob Herring1-13/+10
2020-09-08PCI: dwc: tegra: Use pci_ops for root config space accessorsRob Herring1-14/+16
2020-09-08PCI: dwc: keystone: Use pci_ops for config space accessorsRob Herring1-22/+18
2020-09-08PCI: dwc: al: Use pci_ops for child config space accessorsRob Herring1-50/+13
2020-09-08PCI: dwc: Add a default pci_ops.map_bus for root portRob Herring2-0/+20
2020-09-07PCI: cadence-ep: Remove obsolete path from commentFlavio Suligoi1-1/+0
2020-09-07PCI: imx6: Do not output error message when devm_clk_get() failed with -EPROB...Anson Huang1-20/+15
2020-09-07PCI: imx6: Use fallthrough pseudo-keywordGustavo A. R. Silva1-3/+3
2020-09-07PCI: rcar-gen2: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-09-07PCI: aardvark: Move PCIe reset card code to advk_pcie_train_link()Pali Rohár1-30/+34
2020-09-07PCI: aardvark: Implement driver 'remove' function and allow to build it as mo...Pali Rohár2-4/+25
2020-09-07PCI: aardvark: Check for errors from pci_bridge_emul_init() callPali Rohár1-4/+7
2020-09-07PCI: aardvark: Fix compilation on s390Pali Rohár1-1/+1
2020-09-07PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0Ansuel Smith1-0/+13
2020-09-07PCI: xilinx-cpm: Remove leftover bridge initializationLorenzo Pieralisi1-4/+0
2020-09-07PCI: tegra: No need to check return value of debugfs_create() functionsGreg Kroah-Hartman2-35/+10
2020-09-07PCI: dwc: Allow overriding bridge pci_opsRob Herring2-5/+11
2020-09-07PCI: dwc: Use DBI accessors instead of own config accessorsRob Herring1-36/+19
2020-09-07PCI: designware-ep: Fix the Header Type checkHou Zhiqiang1-1/+2
2020-08-31Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman2-4/+4
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2-4/+4
2020-08-18Revert "PCI: brcmstb: Wait for Raspberry Pi's firmware when present"Nicolas Saenz Julienne1-17/+0
2020-08-08Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds63-1343/+2159
2020-08-06Merge branch 'pci/irq-error'Bjorn Helgaas21-83/+29
2020-08-06Merge branch 'pci/doc'Bjorn Helgaas2-1/+2
2020-08-06Merge branch 'pci/host-probe-refactor'Bjorn Helgaas39-782/+203
2020-08-06Merge branch 'pci/xilinx-cpm'Bjorn Helgaas3-0/+623
2020-08-06Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas1-6/+38
2020-08-06Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas1-40/+2
2020-08-06Merge branch 'remotes/lorenzo/pci/runtime-pm'Bjorn Helgaas4-11/+5
2020-08-06Merge branch 'remotes/lorenzo/pci/mvebu'Bjorn Helgaas1-4/+12
2020-08-06Merge branch 'remotes/lorenzo/pci/loongson'Bjorn Helgaas1-3/+3
2020-08-06Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas1-41/+45
2020-08-06Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas10-334/+140
2020-08-06Merge branch 'remotes/lorenzo/pci/cadence'Bjorn Helgaas8-64/+1074
2020-08-06Merge branch 'remotes/lorenzo/pci/aardvark'Bjorn Helgaas1-1/+10
2020-08-06PCI: Fix kerneldoc warningsKrzysztof Kozlowski2-1/+2
2020-08-06PCI: xilinx-cpm: Add Versal CPM Root Port driverBharat Kumar Gogada3-0/+623
2020-08-04PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring20-37/+2
2020-08-04PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring20-123/+7
2020-08-04PCI: rcar-gen2: Convert to use modern host bridge probe functionsRob Herring1-126/+46
2020-08-03PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński21-82/+29