Re: [PATCH v11] PCI: rockchip-dwc: Add Rockchip RK356X host controller driver
From: Rob Herring <robh+dt@kernel.org>
Date: 2021-08-09 14:43:03
Also in:
linux-pci, linux-rockchip
From: Rob Herring <robh+dt@kernel.org>
Date: 2021-08-09 14:43:03
Also in:
linux-pci, linux-rockchip
On Fri, Jun 25, 2021 at 12:55 AM Simon Xue [off-list ref] 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 <redacted> Reviewed-by: Kever Yang <redacted> Signed-off-by: Simon Xue <redacted> Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> --- 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@kernel.org>