aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc/pcie-kirin.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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: Add MODULE_* macrosMauro Carvalho Chehab1-0/+5
2021-11-04PCI: kirin: Add Kirin 970 compatibleMauro Carvalho Chehab1-0/+4
2021-11-04PCI: kirin: Support PERST# GPIOs for HiKey970 external PEX 8606 bridgeMauro Carvalho Chehab1-32/+233
2021-11-02PCI: kirin: Use regmap for APB registersMauro Carvalho Chehab1-23/+26
2021-11-02PCI: kirin: Add support for a PHY layerMauro Carvalho Chehab1-14/+79
2021-11-02PCI: kirin: Reorganize the PHY logic inside the driverMauro Carvalho Chehab1-122/+170
2020-11-19PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init()Rob Herring1-9/+2
2020-11-19PCI: dwc: Move dw_pcie_setup_rc() to DWC common codeRob Herring1-2/+0
2020-11-19PCI: dwc: Move dw_pcie_msi_init() into coreRob Herring1-1/+0
2020-11-19PCI: dwc: Move link handling into common codeRob Herring1-20/+3
2020-11-19PCI: dwc: Move MSI interrupt setup into DWC common codeRob Herring1-22/+0
2020-11-19PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common codeRob Herring1-5/+0
2020-10-21Merge branch 'remotes/lorenzo/pci/kirin'Bjorn Helgaas1-1/+5
2020-09-28PCI: kirin: Return -EPROBE_DEFER in case the gpio isn't readyBean Huo1-1/+5
2020-09-08PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init()Rob Herring1-3/+1
2020-09-08PCI: dwc: kirin: Use pci_ops for root config space accessorsRob Herring1-18/+21
2020-08-05Merge branch 'pci/irq-error'Bjorn Helgaas1-4/+1
2020-08-05Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas1-11/+6
2020-08-03PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof WilczyƄski1-4/+1
2020-07-17PCI: dwc: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng1-11/+6
2020-06-30PCI: Replace http:// links with https://Alexander A. Klimov1-1/+1
2019-08-21PCI: kirin: Make structure kirin_dw_pcie_ops constantNishka Dasgupta1-1/+1
2019-07-09PCI: Fix typos and whitespace errorsBjorn Helgaas1-1/+1
2018-10-01PCI: kirin: Fix section mismatch warningNathan Chancellor1-2/+2
2018-07-11PCI: kirin: Add MSI supportXiaowei Song1-0/+28
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin1-0/+515