
19 Jan
2021
19 Jan
'21
7:06 p.m.
On Fri, 15 Jan 2021 at 03:01, Shawn Lin shawn.lin@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@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@chromium.org