]> Git Repo - J-u-boot.git/commit
starfive: pci: Add StarFive JH7110 pcie driver
authorMason Huo <[email protected]>
Tue, 25 Jul 2023 09:46:48 +0000 (17:46 +0800)
committerLeo Yu-Chi Liang <[email protected]>
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 <[email protected]>
Signed-off-by: Minda Chen <[email protected]>
Acked-by: Pali Rohár <[email protected]>
Reviewed-by: Leo Yu-Chi Liang <[email protected]>
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]
This page took 0.034577 seconds and 4 git commands to generate.