summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc
AgeCommit message (Expand)AuthorFilesLines
2025-06-04PCI: imx6: Skip controller_id generation logic for i.MX7DRichard Zhu1-3/+2
2024-11-08PCI: keystone: Fix if-statement expression in ks_pcie_quirk()Dan Carpenter1-1/+1
2024-09-12PCI: keystone: Add workaround for Errata #i2037 (AM65x SR 1.0)Kishon Vijay Abraham I1-1/+43
2024-01-26PCI: keystone: Fix race condition when initializing PHYsSiddharth Vadapalli1-0/+9
2023-12-08PCI: keystone: Drop __init from ks_pcie_add_pcie_{ep,port}()Nathan Chancellor1-4/+4
2023-11-28PCI: keystone: Don't discard .probe() callbackUwe Kleine-König1-2/+2
2023-11-28PCI: keystone: Don't discard .remove() callbackUwe Kleine-König1-2/+2
2023-11-28PCI: tegra194: Use FIELD_GET()/FIELD_PREP() with Link Width fieldsIlpo Järvinen1-5/+4
2023-10-10Revert "PCI: qcom: Disable write access to read only registers for IP v2.3.3"Greg Kroah-Hartman1-2/+0
2023-07-27PCI: qcom: Disable write access to read only registers for IP v2.3.3Manivannan Sadhasivam1-0/+2
2023-05-17PCI: imx6: Install the fault handler only on compatible matchH. Nikolaus Schaller1-0/+7
2022-08-25PCI: tegra194: Fix link up retry sequenceVidya Sagar1-1/+1
2022-08-25PCI: tegra194: Fix Root Port interrupt handlingVidya Sagar1-24/+22
2022-06-14PCI: qcom: Fix unbalanced PHY init on probe errorsJohan Hovold1-1/+3
2022-06-14PCI: qcom: Fix runtime PM imbalance on probe errorsJohan Hovold1-4/+1
2022-06-14PCI: imx6: Fix PERST# start-up sequenceFrancesco Dolcini1-9/+14
2021-03-04PCI: qcom: Use PHY_REFCLK_USE_PAD only for ipq8064Ansuel Smith1-1/+3
2020-11-18PCI: qcom: Make sure PCIe is reset before init for rev 2.1.0Ansuel Smith1-0/+13
2020-10-01PCI: tegra194: Fix runtime PM imbalance on errorDinghao Liu1-3/+2
2020-09-03PCI: qcom: Add missing reset for ipq806xAnsuel Smith1-0/+12
2020-09-03PCI: qcom: Change duplicate PCI reset to phy resetAbhishek Sahu1-10/+8
2020-09-03PCI: qcom: Add missing ipq806x clocks in PCIe driverAnsuel Smith1-5/+33
2020-08-21PCI: qcom: Add support for tx term offset for rev 2.1.0Ansuel Smith1-1/+16
2020-08-21PCI: qcom: Define some PARF params needed for ipq8064 SoCAnsuel Smith1-0/+24
2020-06-24PCI: amlogic: meson: Don't use FAST_LINK_MODE to set up linkMarc Zyngier1-2/+2
2020-06-24PCI: dwc: Fix inner MSI IRQ domain registrationMarc Zyngier1-0/+2
2020-04-17PCI: qcom: Fix the fixup of PCI_VENDOR_ID_QCOMBjorn Andersson1-1/+7
2020-02-11PCI: keystone: Fix error handling when "num-viewport" DT property is not popu...Kishon Vijay Abraham I1-1/+1
2020-02-11PCI: keystone: Fix link training retries initiationYurii Monakov1-1/+1
2020-02-11PCI: keystone: Fix outbound region mappingYurii Monakov1-1/+1
2020-01-17PCI: dwc: Fix find_next_bit() usageNiklas Cassel1-5/+6
2020-01-17PCI: amlogic: Fix probed clock namesNeil Armstrong1-3/+3
2019-09-24Merge branch 'lorenzo/pci/tegra'Bjorn Helgaas7-42/+1854
2019-09-24Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas4-9/+8
2019-09-24Merge branch 'remotes/lorenzo/pci/layerscape'Bjorn Helgaas3-3/+21
2019-09-24Merge branch 'remotes/lorenzo/pci/imx'Bjorn Helgaas1-0/+33
2019-09-24Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2-3/+5
2019-09-20PCI: tegra: Add support to enable slot regulatorsVidya Sagar1-0/+83
2019-09-20PCI: tegra: Add support to configure sideband pinsVidya Sagar1-2/+10
2019-09-16PCI: dwc: Add validation that PCIe core is set to correct modeJonathan Chocron2-0/+24
2019-09-16PCI: dwc: al: Add Amazon Annapurna Labs PCIe controller driverJonathan Chocron2-0/+377
2019-09-08PCI: tegra: Add Tegra194 PCIe supportVidya Sagar4-1/+1653
2019-09-04PCI: histb: Propagate errors for optional regulatorsThierry Reding1-2/+2
2019-09-04PCI: armada8x: Propagate errors for optional PHYsThierry Reding1-4/+3
2019-09-04PCI: imx6: Propagate errors for optional regulatorsThierry Reding1-2/+2
2019-09-04PCI: exynos: Propagate errors for optional PHYsThierry Reding1-1/+1
2019-08-22PCI: dwc: Return directly when num-lanes is not foundHou Zhiqiang1-2/+4
2019-08-21PCI: kirin: Make structure kirin_dw_pcie_ops constantNishka Dasgupta1-1/+1
2019-08-15PCI: imx6: Limit DBI register lengthStefan Agner1-0/+33
2019-08-14PCI: layerscape: Add CONFIG_PCI_LAYERSCAPE_EP to build EP/RC separatelyXiaowei Bao2-3/+20