summaryrefslogtreecommitdiffstats
path: root/drivers/pci/controller/dwc/pcie-kirin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* PCI: kirin: Convert to use agnostic GPIO APIAndy Shevchenko2024-07-101-70/+35
* PCI: kirin: Convert kirin_pcie_parse_port() to scoped iteratorJavier Carrasco2024-07-101-15/+6
* Merge branch 'pci/controller/remove-void-return'Bjorn Helgaas2024-01-151-4/+2
|\
| * PCI: kirin: Convert to platform remove callback returning voidUwe Kleine-König2023-12-161-4/+2
* | Merge branch 'pci/controller/kirin'Bjorn Helgaas2024-01-151-8/+5
|\ \
| * | PCI: kirin: Use devm_kasprintf() to dynamically allocate clock namesChristophe JAILLET2023-12-171-8/+5
| |/
* / PCI: dwc: Drop host prefix from struct dw_pcie_host_ops membersYoshihiro Shimoda2024-01-061-1/+1
|/
* PCI: kirin: Don't discard .remove() callbackUwe Kleine-König2023-10-101-2/+2
* PCI: Explicitly include correct DT includesRob Herring2023-07-181-2/+1
* PCI: dwc: Replace of_gpio_named_count() by gpiod_count()Andy Shevchenko2022-10-031-2/+2
* PCI: dwc: Rename struct pcie_port to dw_pcie_rpSerge Semin2022-07-061-1/+1
* Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-03-251-3/+0
|\
| * PCI: kirin: Remove unused assignmentsBjorn Helgaas2022-03-221-3/+0
* | PCI: kirin: Add dev struct for of_device_get_match_data()Bjorn Helgaas2022-02-041-13/+18
|/
* Merge branch 'pci/driver-cleanup'Bjorn Helgaas2022-01-131-4/+2
|\
| * PCI: kirin: Prefer of_device_get_match_data()Fan Fei2022-01-031-4/+2
* | PCI: kirin: Drop error data fabrication when config read failsNaveen Naidu2021-11-181-3/+1
|/
* 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: 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
* PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init()Rob Herring2020-11-191-9/+2
* PCI: dwc: Move dw_pcie_setup_rc() to DWC common codeRob Herring2020-11-191-2/+0
* PCI: dwc: Move dw_pcie_msi_init() into coreRob Herring2020-11-191-1/+0
* PCI: dwc: Move link handling into common codeRob Herring2020-11-191-20/+3
* PCI: dwc: Move MSI interrupt setup into DWC common codeRob Herring2020-11-191-22/+0
* PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common codeRob Herring2020-11-191-5/+0
* Merge branch 'remotes/lorenzo/pci/kirin'Bjorn Helgaas2020-10-211-1/+5
|\
| * PCI: kirin: Return -EPROBE_DEFER in case the gpio isn't readyBean Huo2020-09-281-1/+5
* | PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init()Rob Herring2020-09-081-3/+1
* | PCI: dwc: kirin: Use pci_ops for root config space accessorsRob Herring2020-09-081-18/+21
|/
* Merge branch 'pci/irq-error'Bjorn Helgaas2020-08-061-4/+1
|\
| * PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński2020-08-031-4/+1
* | Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas2020-08-061-11/+6
|\ \
| * | PCI: dwc: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng2020-07-171-11/+6
| |/
* / PCI: Replace http:// links with https://Alexander A. Klimov2020-06-301-1/+1
|/
* PCI: kirin: Make structure kirin_dw_pcie_ops constantNishka Dasgupta2019-08-211-1/+1
* PCI: Fix typos and whitespace errorsBjorn Helgaas2019-07-091-1/+1
* PCI: kirin: Fix section mismatch warningNathan Chancellor2018-10-011-2/+2
* PCI: kirin: Add MSI supportXiaowei Song2018-07-111-0/+28
* PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin2018-06-081-0/+515