summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc
AgeCommit message (Expand)AuthorFilesLines
2022-06-14PCI: qcom: Fix pipe clock imbalanceJohan Hovold1-6/+0
2022-06-09PCI: qcom: Fix unbalanced PHY init on probe errorsJohan Hovold1-1/+3
2022-06-09PCI: qcom: Fix runtime PM imbalance on probe errorsJohan Hovold1-4/+1
2022-06-09PCI: imx6: Fix PERST# start-up sequenceFrancesco Dolcini1-9/+14
2022-06-09PCI: dwc: Fix setting error return on MSI DMA mapping failureJiantao Zhang1-1/+2
2022-04-08PCI: imx6: Assert i.MX8MM CLKREQ# even if no device presentRichard Zhu1-4/+0
2022-04-08PCI: imx6: Invoke the PHY exit function after PHY power offRichard Zhu1-0/+1
2022-04-08PCI: imx6: Allow to probe when dw_pcie_wait_for_link() failsFabio Estevam1-8/+2
2022-04-08PCI: fu740: Force 2.5GT/s for initial device probeBen Dooks1-1/+50
2022-02-05PCI: kirin: Add dev struct for of_device_get_match_data()Bjorn Helgaas1-13/+18
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-1/+1
2022-01-16Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds17-497/+449
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov1-1/+1
2022-01-13Merge branch 'pci/driver-cleanup'Bjorn Helgaas10-319/+322
2022-01-13Merge branch 'pci/errors'Bjorn Helgaas4-12/+6
2022-01-13Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas2-8/+8
2022-01-13Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas1-3/+24
2022-01-07PCI: keystone: Use phandle argument from "ti,syscon-pcie-id"/"ti,syscon-pcie-...Kishon Vijay Abraham I1-3/+24
2022-01-05PCI: layerscape: Change to use the DWC common link-up check functionHou Zhiqiang1-141/+11
2022-01-04PCI: qcom-ep: Constify static dw_pcie_ep_opsRikard Falkeborn1-1/+1
2022-01-04PCI: spear13xx: Avoid invalid address space conversionsBjorn Helgaas1-4/+4
2022-01-04PCI: hisi: Avoid invalid address space conversionsBjorn Helgaas1-10/+22
2022-01-04PCI: uniphier: Rename uniphier_pcie_priv to uniphier_pcieFan Fei1-73/+74
2022-01-04PCI: tegra194: Rename tegra_pcie_dw to tegra194_pcieFan Fei1-111/+111
2022-01-04PCI: intel-gw: Rename intel_pcie_port to intel_pcieFan Fei1-102/+102
2022-01-04PCI: kirin: Prefer of_device_get_match_data()Fan Fei1-4/+2
2022-01-04PCI: keystone: Prefer of_device_get_match_data()Fan Fei1-3/+1
2022-01-04PCI: dra7xx: Prefer of_device_get_match_data()Fan Fei1-4/+2
2022-01-04PCI: designware-plat: Prefer of_device_get_match_data()Fan Fei1-4/+2
2022-01-04PCI: artpec6: Prefer of_device_get_match_data()Fan Fei1-4/+2
2021-12-26PCI: imx: Add the imx8mm pcie supportRichard Zhu1-8/+73
2021-12-06PCI: qcom-ep: Remove surplus dev_err() when using platform_get_irq_byname()Krzysztof WilczyƄski1-3/+1
2021-12-06PCI: qcom: Use __be16 type to store return value from cpu_to_be16()Manivannan Sadhasivam1-1/+1
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2-0/+2
2021-12-02PCI: dwc: Do not remap invalid resTim Harvey1-3/+4
2021-11-29PCI: qcom: Fix an error handling path in 'qcom_pcie_probe()'Christophe JAILLET1-6/+6
2021-11-18PCI: keystone: Use PCI_ERROR_RESPONSE to identify config read errorsNaveen Naidu1-3/+3
2021-11-18PCI: kirin: Drop error data fabrication when config read failsNaveen Naidu1-3/+1
2021-11-18PCI: histb: Drop error data fabrication when config read failsNaveen Naidu1-3/+1
2021-11-18PCI: exynos: Drop error data fabrication when config read failsNaveen Naidu1-3/+1
2021-11-05Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas5-11/+819
2021-11-05Merge branch 'pci/host/kirin'Bjorn Helgaas2-149/+499
2021-11-05Merge branch 'remotes/lorenzo/pci/imx6'Bjorn Helgaas1-1/+1
2021-11-04PCI: kirin: Allow removing the driverMauro Carvalho Chehab1-1/+1
2021-11-04PCI: kirin: De-init the dwc driverMauro Carvalho Chehab1-0/+2
2021-11-04PCI: kirin: Disable clkreq during poweroff sequenceMauro Carvalho Chehab1-0/+3
2021-11-04PCI: kirin: Move the power-off code to a common routineMauro Carvalho Chehab1-11/+15
2021-11-04PCI: kirin: Add power_off support for Kirin 960 PHYMauro Carvalho Chehab1-3/+18
2021-11-04PCI: kirin: Allow building it as a moduleMauro Carvalho Chehab1-1/+1
2021-11-04PCI: kirin: Add MODULE_* macrosMauro Carvalho Chehab1-0/+5