aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/controller/dwc/pcie-dw-rockchip.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds1-39/+63
2025-05-30PCI: dw-rockchip: Replace PERST# sleep time with proper macroNiklas Cassel1-1/+2
2025-05-16PCI: Switch to irq_domain_create_linear()Jiri Slaby (SUSE)1-2/+2
2025-05-13PCI: dwc: Return bool from link up checkHans Zhang1-1/+1
2025-04-27PCI: dw-rockchip: Fix PHY function call sequence in rockchip_pcie_phy_deinit()Diederik de Haas1-1/+1
2025-04-27PCI: dw-rockchip: Use rockchip_pcie_link_up() to check link up instead of open codingHans Zhang1-13/+8
2025-04-27PCI: dw-rockchip: Reorganize register and bitfield definitionsHans Zhang1-18/+31
2025-04-27PCI: dw-rockchip: Remove unused PCIE_CLIENT_GENERAL_DEBUG definitionHans Zhang1-1/+0
2025-04-27PCI: dw-rockchip: Move rockchip_pcie_ep_hide_broken_ats_cap_rk3588() to dw_pcie_ep_ops::init()Shawn Lin1-6/+1
2025-04-27PCI: dw-rockchip: Enable ASPM L0s capability for both RC and EP modesShawn Lin1-0/+23
2025-04-27PCI: dw-rockchip: Remove PCIE_L0S_ENTRY check from rockchip_pcie_link_up()Shawn Lin1-3/+1
2025-03-27Merge branch 'pci/controller/dwc'Bjorn Helgaas1-0/+29
2025-03-27Merge branch 'pci/endpoint-test'Bjorn Helgaas1-0/+2
2025-03-26PCI: dw-rockchip: Endpoint mode cannot raise INTx interruptsNiklas Cassel1-0/+2
2025-03-14PCI: dw-rockchip: Hide broken ATS capability for RK3588 running in EP modeNiklas Cassel1-0/+29
2025-03-08PCI: dw-rockchip: Describe Resizable BARs as Resizable BARsNiklas Cassel1-11/+11
2025-01-18PCI: dw-rockchip: Don't wait for link since we can detect Link UpNiklas Cassel1-0/+1
2025-01-18PCI: dw-rockchip: Enumerate endpoints based on dll_link_up IRQNiklas Cassel1-8/+60
2024-07-09PCI: dw-rockchip: Use pci_epc_init_notify() directlyNiklas Cassel1-1/+1
2024-07-09PCI: dw-rockchip: Add endpoint mode supportNiklas Cassel1-0/+209
2024-07-09PCI: dw-rockchip: Refactor the driver to prepare for EP modeNiklas Cassel1-24/+60
2024-07-09PCI: dw-rockchip: Add rockchip_pcie_get_ltssm() helperNiklas Cassel1-1/+6
2024-07-09PCI: dw-rockchip: Fix weird indentationNiklas Cassel1-4/+3
2024-07-09PCI: dw-rockchip: Fix initial PERST# GPIO valueNiklas Cassel1-1/+1
2024-07-09PCI: dw-rockchip: Add error messages in .probe() error pathsUwe Kleine-König1-8/+13
2024-01-15Merge branch 'pci/irq-clean-up'Bjorn Helgaas1-2/+2
2024-01-06PCI: dwc: Drop host prefix from struct dw_pcie_host_ops membersYoshihiro Shimoda1-1/+1
2023-12-19PCI: dw-rockchip: Rename rockchip_pcie_legacy_int_handler()Damien Le Moal1-2/+2
2023-07-18PCI: Explicitly include correct DT includesRob Herring1-1/+1
2022-07-05PCI: dwc: Rename struct pcie_port to dw_pcie_rpSerge Semin1-2/+2
2022-05-11PCI: rockchip-dwc: Add legacy interrupt supportPeter Geis1-2/+94
2022-05-11PCI: rockchip-dwc: Reset core at driver probePeter Geis1-13/+10
2021-08-31PCI: rockchip-dwc: Add Rockchip RK356X host controller driverSimon Xue1-0/+279