On Tue, Apr 06, 2021 at 05:26:33PM +0800, Greentime Hu wrote: > From: Paul Walmsley <paul.walmsley@xxxxxxxxxx> > > Add driver for the SiFive FU740 PCIe host controller. > This controller is based on the DesignWare PCIe core. > > Signed-off-by: Paul Walmsley <paul.walmsley@xxxxxxxxxx> > Co-developed-by: Henry Styles <hes@xxxxxxxxxx> > Signed-off-by: Henry Styles <hes@xxxxxxxxxx> > Co-developed-by: Erik Danie <erik.danie@xxxxxxxxxx> > Signed-off-by: Erik Danie <erik.danie@xxxxxxxxxx> > Co-developed-by: Greentime Hu <greentime.hu@xxxxxxxxxx> > Signed-off-by: Greentime Hu <greentime.hu@xxxxxxxxxx> > --- > drivers/pci/controller/dwc/Kconfig | 9 + > drivers/pci/controller/dwc/Makefile | 1 + > drivers/pci/controller/dwc/pcie-fu740.c | 308 ++++++++++++++++++++++++ > 3 files changed, 318 insertions(+) > create mode 100644 drivers/pci/controller/dwc/pcie-fu740.c Reviewed-by: Rob Herring <robh@xxxxxxxxxx>