]> Gentwo Git Trees - linux/.git/commit
PCI: cadence: Move PCIe RP common functions to a separate file
authorManikandan K Pillai <mpillai@cadence.com>
Sat, 8 Nov 2025 14:02:58 +0000 (22:02 +0800)
committerManivannan Sadhasivam <mani@kernel.org>
Fri, 14 Nov 2025 17:28:30 +0000 (22:58 +0530)
commitb80a7b4713c967479752ea4801eb1d1933093f58
treee0e351933c40a77d1e9e72ab5e9b8c6e32b82dce
parent3977be25f5fd973cad6bed810ac1045ba8cfbfa6
PCI: cadence: Move PCIe RP common functions to a separate file

Move the Cadence PCIe controller RP common functions into a separate file.
The common library functions are split from legacy PCIe RP controller
functions to a separate file.

Signed-off-by: Manikandan K Pillai <mpillai@cadence.com>
[mani: removed the unused variable]
Signed-off-by: Manivannan Sadhasivam <mani@kernel.org>
Link: https://patch.msgid.link/20251108140305.1120117-4-hans.zhang@cixtech.com
drivers/pci/controller/cadence/Makefile
drivers/pci/controller/cadence/pcie-cadence-host-common.c [new file with mode: 0644]
drivers/pci/controller/cadence/pcie-cadence-host-common.h [new file with mode: 0644]
drivers/pci/controller/cadence/pcie-cadence-host.c