aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc
AgeCommit message (Expand)AuthorFilesLines
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: 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: qcom: Make sure PCIe is reset before init for rev 2.1.0Ansuel Smith1-0/+13
2020-09-07PCI: tegra: No need to check return value of debugfs_create() functionsGreg Kroah-Hartman1-15/+5
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-05Merge branch 'pci/irq-error'Bjorn Helgaas11-40/+15
2020-08-05Merge branch 'pci/doc'Bjorn Helgaas1-1/+1
2020-08-05Merge branch 'pci/host-probe-refactor'Bjorn Helgaas8-38/+13
2020-08-05Merge branch 'remotes/lorenzo/pci/runtime-pm'Bjorn Helgaas2-6/+3
2020-08-05Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas10-334/+140
2020-08-05PCI: Fix kerneldoc warningsKrzysztof Kozlowski1-1/+1
2020-08-04PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring1-2/+0
2020-08-04PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring1-5/+0
2020-08-03PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof WilczyƄski11-40/+15
2020-07-27PCI: dwc: hisi: Remove non-ECAM HiSilicon hip05/hip06 driverRob Herring1-219/+0
2020-07-23PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring1-1/+0
2020-07-23PCI: designware: Use pci_is_root_bus() to check if bus is root busRob Herring4-15/+10
2020-07-23PCI: Set default bridge parent deviceRob Herring1-1/+0
2020-07-23PCI: controller: Remove duplicate error messageDejin Zheng3-12/+3
2020-07-17PCI: dwc: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng9-46/+23
2020-07-10PCI: controller: Convert to devm_platform_ioremap_resource()Dejin Zheng1-3/+1
2020-07-07PCI: qcom: Replace define with standard valueAnsuel Smith1-10/+5
2020-07-07PCI: qcom: Support pci speed set for ipq806xSham Muthayyan1-0/+13
2020-07-07PCI: qcom: Add ipq8064 rev2 variantAnsuel Smith1-1/+3
2020-07-07PCI: qcom: Add support for tx term offset for rev 2.1.0Ansuel Smith1-1/+16
2020-07-07PCI: qcom: Define some PARF params needed for ipq8064 SoCAnsuel Smith1-0/+24
2020-07-07PCI: qcom: Use bulk clk api and assert on errorAnsuel Smith1-85/+46
2020-07-07PCI: qcom: Add missing reset for ipq806xAnsuel Smith1-0/+12
2020-07-07PCI: qcom: Change duplicate PCI reset to phy resetAbhishek Sahu1-10/+8
2020-07-07PCI: qcom: Add missing ipq806x clocks in PCIe driverAnsuel Smith1-5/+33
2020-07-07PCI: qcom: Fix runtime PM imbalance on errorDinghao Liu1-4/+2
2020-07-07PCI: dwc: pci-dra7xx: Fix runtime PM imbalance on errorDinghao Liu1-2/+1
2020-06-30PCI: Replace http:// links with https://Alexander A. Klimov8-8/+8
2020-06-04Merge branch 'remotes/lorenzo/pci/tegra'Bjorn Helgaas1-3/+2
2020-06-04Merge branch 'remotes/lorenzo/pci/rcar'Bjorn Helgaas1-8/+8
2020-06-04Merge branch 'remotes/lorenzo/pci/host-generic'Bjorn Helgaas2-15/+6
2020-06-04Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas11-20/+414
2020-06-04Merge branch 'pci/misc'Bjorn Helgaas2-4/+4
2020-06-04PCI: uniphier: Add Socionext UniPhier Pro5 PCIe endpoint controller driverKunihiko Hayashi3-2/+396
2020-05-29PCI: tegra194: Fix runtime PM imbalance on errorDinghao Liu1-3/+2