[PATCH v2 2/2] pci: Add Rockchip dwc based PCIe controller driver
Simon Glass
sjg at chromium.org
Tue Jan 19 19:06:09 CET 2021
On Fri, 15 Jan 2021 at 03:01, Shawn Lin <shawn.lin at rock-chips.com> wrote:
>
> Add Rockchip dwc based PCIe controller driver for rk356x platform.
> Driver support Gen3 by operating as a Root complex.
>
> Signed-off-by: Shawn Lin <shawn.lin at rock-chips.com>
>
> ---
>
> Changes in v2:
> - reorder the header file
> - add more comment
> - use clrsetbits_le32 and setbits_le32
> - fix other various suggestions from Simon
>
> drivers/pci/Kconfig | 9 +
> drivers/pci/Makefile | 1 +
> drivers/pci/pcie_dw_rockchip.c | 877 +++++++++++++++++++++++++++++++++
> drivers/phy/rockchip/Kconfig | 3 +
> 4 files changed, 890 insertions(+)
> create mode 100644 drivers/pci/pcie_dw_rockchip.c
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list