]> git.dujemihanovic.xyz Git - u-boot.git/commit
pci: Add TI K3 Cadence PCIe Controller
authorSiddharth Vadapalli <s-vadapalli@ti.com>
Mon, 14 Oct 2024 05:39:23 +0000 (11:09 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 21 Oct 2024 23:51:51 +0000 (17:51 -0600)
commit59ad54800986668c73e3744bf9425c6946bf73bc
treed00b5106a12f0a0b23544323442c3cc8939e9d8d
parent67e291d147cd40c9b638515dc1bfa3c52d390959
pci: Add TI K3 Cadence PCIe Controller

Add support for the Cadence PCIe Controller present on TI's K3 SoCs.
This driver is an adaptation of the Linux driver.

Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
MAINTAINERS
drivers/pci/Kconfig
drivers/pci/Makefile
drivers/pci/pcie_cdns_ti.c [new file with mode: 0644]