]> git.dujemihanovic.xyz Git - u-boot.git/commit
starfive: pci: Add StarFive JH7110 pcie driver
authorMason Huo <mason.huo@starfivetech.com>
Tue, 25 Jul 2023 09:46:48 +0000 (17:46 +0800)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Wed, 2 Aug 2023 03:02:32 +0000 (11:02 +0800)
commit7870a05581243b510f6a1feedce1243ddcd49637
tree8fe89f4a62f4eb4c5503d88009839336ec83ca58
parent7eb62cb7165791a9a98a2d498f88b0ef2192f4c9
starfive: pci: Add StarFive JH7110 pcie driver

Add pcie driver for StarFive JH7110, Also add PLDA
PCIe controller common driver functions.

Several devices are tested:
a) M.2 NVMe SSD
b) Realtek 8169 Ethernet adapter.

Signed-off-by: Mason Huo <mason.huo@starfivetech.com>
Signed-off-by: Minda Chen <minda.chen@starfivetech.com>
Acked-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
drivers/pci/Kconfig
drivers/pci/Makefile
drivers/pci/pcie_plda_common.c [new file with mode: 0644]
drivers/pci/pcie_plda_common.h [new file with mode: 0644]
drivers/pci/pcie_starfive_jh7110.c [new file with mode: 0644]