summaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pcie-kirin.c
AgeCommit message (Expand)Author
2024-01-15Merge branch 'pci/controller/remove-void-return'Bjorn Helgaas
2024-01-15Merge branch 'pci/controller/kirin'Bjorn Helgaas
2024-01-06PCI: dwc: Drop host prefix from struct dw_pcie_host_ops membersYoshihiro Shimoda
2023-12-17PCI: kirin: Use devm_kasprintf() to dynamically allocate clock namesChristophe JAILLET
2023-12-16PCI: kirin: Convert to platform remove callback returning voidUwe Kleine-König
2023-10-10PCI: kirin: Don't discard .remove() callbackUwe Kleine-König
2023-07-18PCI: Explicitly include correct DT includesRob Herring
2022-10-03PCI: dwc: Replace of_gpio_named_count() by gpiod_count()Andy Shevchenko
2022-07-05PCI: dwc: Rename struct pcie_port to dw_pcie_rpSerge Semin
2022-03-25Merge tag 'pci-v5.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-03-22PCI: kirin: Remove unused assignmentsBjorn Helgaas
2022-02-04PCI: kirin: Add dev struct for of_device_get_match_data()Bjorn Helgaas
2022-01-13Merge branch 'pci/driver-cleanup'Bjorn Helgaas
2022-01-03PCI: kirin: Prefer of_device_get_match_data()Fan Fei
2021-11-18PCI: kirin: Drop error data fabrication when config read failsNaveen Naidu
2021-11-04PCI: kirin: Allow removing the driverMauro Carvalho Chehab
2021-11-04PCI: kirin: De-init the dwc driverMauro Carvalho Chehab
2021-11-04PCI: kirin: Disable clkreq during poweroff sequenceMauro Carvalho Chehab
2021-11-04PCI: kirin: Move the power-off code to a common routineMauro Carvalho Chehab
2021-11-04PCI: kirin: Add power_off support for Kirin 960 PHYMauro Carvalho Chehab
2021-11-04PCI: kirin: Add MODULE_* macrosMauro Carvalho Chehab
2021-11-04PCI: kirin: Add Kirin 970 compatibleMauro Carvalho Chehab
2021-11-04PCI: kirin: Support PERST# GPIOs for HiKey970 external PEX 8606 bridgeMauro Carvalho Chehab
2021-11-02PCI: kirin: Use regmap for APB registersMauro Carvalho Chehab
2021-11-02PCI: kirin: Add support for a PHY layerMauro Carvalho Chehab
2021-11-02PCI: kirin: Reorganize the PHY logic inside the driverMauro Carvalho Chehab
2020-11-19PCI: dwc: Remove unnecessary wrappers around dw_pcie_host_init()Rob Herring
2020-11-19PCI: dwc: Move dw_pcie_setup_rc() to DWC common codeRob Herring
2020-11-19PCI: dwc: Move dw_pcie_msi_init() into coreRob Herring
2020-11-19PCI: dwc: Move link handling into common codeRob Herring
2020-11-19PCI: dwc: Move MSI interrupt setup into DWC common codeRob Herring
2020-11-19PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common codeRob Herring
2020-10-21Merge branch 'remotes/lorenzo/pci/kirin'Bjorn Helgaas
2020-09-28PCI: kirin: Return -EPROBE_DEFER in case the gpio isn't readyBean Huo
2020-09-08PCI: dwc: Check CONFIG_PCI_MSI inside dw_pcie_msi_init()Rob Herring
2020-09-08PCI: dwc: kirin: Use pci_ops for root config space accessorsRob Herring
2020-08-05Merge branch 'pci/irq-error'Bjorn Helgaas
2020-08-05Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas
2020-08-03PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński
2020-07-17PCI: dwc: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng
2020-06-30PCI: Replace http:// links with https://Alexander A. Klimov
2019-08-21PCI: kirin: Make structure kirin_dw_pcie_ops constantNishka Dasgupta
2019-07-09PCI: Fix typos and whitespace errorsBjorn Helgaas
2018-10-01PCI: kirin: Fix section mismatch warningNathan Chancellor
2018-07-11PCI: kirin: Add MSI supportXiaowei Song
2018-06-08PCI: Collect all native drivers under drivers/pci/controller/Shawn Lin