On Fri, Jun 25, 2021 at 12:55 AM Simon Xue <xxm@xxxxxxxxxxxxxx> wrote: > > Add a driver for the DesignWare-based PCIe controller found on > RK356X. The existing pcie-rockchip-host driver is only used for > the Rockchip-designed IP found on RK3399. > > Tested-by: Peter Geis <pgwipeout@xxxxxxxxx> > Reviewed-by: Kever Yang <kever.yang@xxxxxxxxxxxxxx> > Signed-off-by: Simon Xue <xxm@xxxxxxxxxxxxxx> > Signed-off-by: Shawn Lin <shawn.lin@xxxxxxxxxxxxxx> > --- > drivers/pci/controller/dwc/Kconfig | 11 + > drivers/pci/controller/dwc/Makefile | 1 + > drivers/pci/controller/dwc/pcie-dw-rockchip.c | 276 ++++++++++++++++++ > 3 files changed, 288 insertions(+) > create mode 100644 drivers/pci/controller/dwc/pcie-dw-rockchip.c Reviewed-by: Rob Herring <robh@xxxxxxxxxx>