summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pcie-kirin.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-15Merge branch 'pci/controller/remove-void-return'Bjorn Helgaas1-4/+2
2024-01-15Merge branch 'pci/controller/kirin'Bjorn Helgaas1-8/+5
2024-01-06PCI: dwc: Drop host prefix from struct dw_pcie_host_ops membersYoshihiro Shimoda1-1/+1
2023-12-17PCI: kirin: Use devm_kasprintf() to dynamically allocate clock namesChristophe JAILLET1-8/+5
2023-12-16PCI: kirin: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-10-10PCI: kirin: Don't discard .remove() callbackUwe Kleine-König1-2/+2
2023-07-18PCI: Explicitly include correct DT includesRob Herring1-2/+1
2022-10-03PCI: dwc: Replace of_gpio_named_count() by gpiod_count()Andy Shevchenko1-2/+2
2022-07-06PCI: dwc: Rename struct pcie_port to dw_pcie_rpSerge Semin1-1/+1
2022-03-25Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+0
2022-03-22PCI: kirin: Remove unused assignmentsBjorn Helgaas1-3/+0
2022-02-05PCI: kirin: Add dev struct for of_device_get_match_data()Bjorn Helgaas1-13/+18
2022-01-13Merge branch 'pci/driver-cleanup'Bjorn Helgaas1-4/+2
2022-01-04PCI: kirin: Prefer of_device_get_match_data()Fan Fei1-4/+2
2021-11-18PCI: kirin: Drop error data fabrication when config read failsNaveen Naidu1-3/+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: 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-06Merge branch 'pci/irq-error'Bjorn Helgaas1-4/+1
2020-08-06Merge 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