On Thu, Jul 20, 2023 at 07:23:31PM +0800, Minda Chen wrote: > From: Mason Huo <[email protected]> > > 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]> > --- > drivers/pci/Kconfig | 13 ++ > drivers/pci/Makefile | 2 + > drivers/pci/pcie_plda_common.c | 116 +++++++++++ > drivers/pci/pcie_plda_common.h | 118 +++++++++++ > drivers/pci/pcie_starfive_jh7110.c | 317 +++++++++++++++++++++++++++++ > 5 files changed, 566 insertions(+) > create mode 100644 drivers/pci/pcie_plda_common.c > create mode 100644 drivers/pci/pcie_plda_common.h > create mode 100644 drivers/pci/pcie_starfive_jh7110.c
Reviewed-by: Leo Yu-Chi Liang <[email protected]>

