All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add Rockchip dwc-based PCIe controller and PHY support
@ 2021-01-14  8:15 Shawn Lin
  2021-01-14  8:15 ` [PATCH 1/2] phy: rockchip: Add Rockchip Synopsys PCIe 3.0 PHY Shawn Lin
  2021-01-14  8:15 ` [PATCH 2/2] pci: Add Rockchip dwc based PCIe controller driver Shawn Lin
  0 siblings, 2 replies; 8+ messages in thread
From: Shawn Lin @ 2021-01-14  8:15 UTC (permalink / raw)
  To: u-boot


This patchset add Rockchip dwc-based PCIe controller and PHY
found on RK356X platforms. It could support Gen3 as a root complex.


Shawn Lin (2):
  phy: rockchip: Add Rockchip Synopsys PCIe 3.0 PHY
  pci: Add Rockchip dwc based PCIe controller driver

 drivers/pci/Kconfig                           |   9 +
 drivers/pci/Makefile                          |   1 +
 drivers/pci/pcie_dw_rockchip.c                | 755 ++++++++++++++++++
 drivers/phy/rockchip/Kconfig                  |   6 +
 drivers/phy/rockchip/Makefile                 |   1 +
 .../phy/rockchip/phy-rockchip-snps-pcie3.c    | 146 ++++
 6 files changed, 918 insertions(+)
 create mode 100644 drivers/pci/pcie_dw_rockchip.c
 create mode 100644 drivers/phy/rockchip/phy-rockchip-snps-pcie3.c

-- 
2.17.1

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-01-19 18:06 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-14  8:15 [PATCH 0/2] Add Rockchip dwc-based PCIe controller and PHY support Shawn Lin
2021-01-14  8:15 ` [PATCH 1/2] phy: rockchip: Add Rockchip Synopsys PCIe 3.0 PHY Shawn Lin
2021-01-14 15:42   ` Simon Glass
2021-01-15  6:15     ` [PATCH 1/2] phy: rockchip: Add Rockchip Synopsys PCIe 3.0 PHY【请注意,邮件由sjg@google.com代发】 Shawn Lin
2021-01-14  8:15 ` [PATCH 2/2] pci: Add Rockchip dwc based PCIe controller driver Shawn Lin
2021-01-14 15:42   ` Simon Glass
2021-01-15  9:14     ` [PATCH 2/2] pci: Add Rockchip dwc based PCIe controller driver【请注意,邮件由sjg@google.com代发】 Shawn Lin
2021-01-19 18:06       ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.