summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc
Commit message (Expand)AuthorAgeFilesLines
...
| | * PCI: artpec6: Prefer of_device_get_match_data()Fan Fei2022-01-031-4/+2
| * | Merge branch 'pci/errors'Bjorn Helgaas2022-01-134-12/+6
| |\ \
| | * | PCI: keystone: Use PCI_ERROR_RESPONSE to identify config read errorsNaveen Naidu2021-11-181-3/+3
| | * | PCI: kirin: Drop error data fabrication when config read failsNaveen Naidu2021-11-181-3/+1
| | * | PCI: histb: Drop error data fabrication when config read failsNaveen Naidu2021-11-181-3/+1
| | * | PCI: exynos: Drop error data fabrication when config read failsNaveen Naidu2021-11-181-3/+1
| | |/
| * | Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas2022-01-132-8/+8
| |\ \
| | * | PCI: qcom-ep: Constify static dw_pcie_ep_opsRikard Falkeborn2022-01-041-1/+1
| | * | PCI: qcom: Use __be16 type to store return value from cpu_to_be16()Manivannan Sadhasivam2021-12-061-1/+1
| | * | PCI: qcom: Fix an error handling path in 'qcom_pcie_probe()'Christophe JAILLET2021-11-291-6/+6
| | |/
| * | Merge branch 'remotes/lorenzo/pci/keystone'Bjorn Helgaas2022-01-131-3/+24
| |\ \
| | * | PCI: keystone: Use phandle argument from "ti,syscon-pcie-id"/"ti,syscon-pcie-...Kishon Vijay Abraham I2022-01-071-3/+24
| | |/
| * | PCI: layerscape: Change to use the DWC common link-up check functionHou Zhiqiang2022-01-051-141/+11
| * | PCI: imx: Add the imx8mm pcie supportRichard Zhu2021-12-261-8/+73
| * | PCI: qcom-ep: Remove surplus dev_err() when using platform_get_irq_byname()Krzysztof Wilczyński2021-12-061-3/+1
| * | PCI: dwc: Do not remap invalid resTim Harvey2021-12-021-3/+4
| |/
* / treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski2021-12-032-0/+2
|/
* Merge branch 'remotes/lorenzo/pci/qcom'Bjorn Helgaas2021-11-055-11/+819
|\
| * PCI: qcom: Add sc8180x compatibleBjorn Andersson2021-10-151-0/+1
| * PCI: qcom: Switch pcie_1_pipe_clk_src after PHY init in SC7280Prasad Malisetty2021-10-141-0/+29
| * PCI: qcom: Replace ops with struct pcie_cfg in pcie match dataPrasad Malisetty2021-10-141-11/+55
| * PCI: qcom-ep: Add Qualcomm PCIe Endpoint controller driverManivannan Sadhasivam2021-10-114-0/+735
* | Merge branch 'pci/host/kirin'Bjorn Helgaas2021-11-052-149/+499
|\ \
| * | PCI: kirin: Allow removing the driverMauro Carvalho Chehab2021-11-041-1/+1
| * | PCI: kirin: De-init the dwc driverMauro Carvalho Chehab2021-11-041-0/+2
| * | PCI: kirin: Disable clkreq during poweroff sequenceMauro Carvalho Chehab2021-11-041-0/+3
| * | PCI: kirin: Move the power-off code to a common routineMauro Carvalho Chehab2021-11-041-11/+15
| * | PCI: kirin: Add power_off support for Kirin 960 PHYMauro Carvalho Chehab2021-11-041-3/+18
| * | PCI: kirin: Allow building it as a moduleMauro Carvalho Chehab2021-11-041-1/+1
| * | PCI: kirin: Add MODULE_* macrosMauro Carvalho Chehab2021-11-041-0/+5
| * | PCI: kirin: Add Kirin 970 compatibleMauro Carvalho Chehab2021-11-041-0/+4
| * | PCI: kirin: Support PERST# GPIOs for HiKey970 external PEX 8606 bridgeMauro Carvalho Chehab2021-11-041-32/+233
| * | PCI: kirin: Use regmap for APB registersMauro Carvalho Chehab2021-11-021-23/+26
| * | PCI: kirin: Add support for a PHY layerMauro Carvalho Chehab2021-11-021-14/+79
| * | PCI: kirin: Reorganize the PHY logic inside the driverMauro Carvalho Chehab2021-11-021-122/+170
| |/
* | Merge branch 'remotes/lorenzo/pci/imx6'Bjorn Helgaas2021-11-051-1/+1
|\ \
| * | PCI: imx6: Remove unused assignment to variable retKrzysztof Wilczyński2021-10-051-1/+1
| |/
* | PCI: uniphier: Serialize INTx masking/unmasking and fix the bit operationKunihiko Hayashi2021-10-151-16/+10
* | PCI: dwc: Perform host_init() before registering msiBjorn Andersson2021-10-121-9/+10
* | PCI: visconti: Remove surplus dev_err() when using platform_get_irq_byname()Krzysztof Wilczyński2021-10-071-4/+1
* | PCI: dwc: Clean up Kconfig dependencies (PCIE_DW_EP)Andy Shevchenko2021-10-071-2/+1
* | PCI: dwc: Clean up Kconfig dependencies (PCIE_DW_HOST)Andy Shevchenko2021-10-071-5/+4
* | PCI: dra7xx: Get an optional clockLuca Ceresoli2021-09-301-0/+13
* | PCI: dra7xx: Remove unused includeLuca Ceresoli2021-09-301-1/+0
* | PCI: dra7xx: Make it a kernel moduleLuca Ceresoli2021-09-302-4/+10
* | PCI: dwc: Export more symbols to allow modular driversLuca Ceresoli2021-09-302-0/+2
|/
* Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas2021-09-021-18/+18
|\
| * PCI: endpoint: Add virtual function number in pci_epc opsKishon Vijay Abraham I2021-08-191-18/+18
* | Merge branch 'remotes/lorenzo/pci/tegra194'Bjorn Helgaas2021-09-021-23/+31
|\ \
| * | PCI: tegra194: Cleanup unused codeOm Prakash Singh2021-08-041-7/+0