All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/5] RK3568 PCIe V3 support
@ 2022-06-19  8:26 ` Frank Wunderlich
  0 siblings, 0 replies; 39+ messages in thread
From: Frank Wunderlich @ 2022-06-19  8:26 UTC (permalink / raw)
  To: linux-rockchip
  Cc: Frank Wunderlich, Kishon Vijay Abraham I, Vinod Koul,
	Rob Herring, Krzysztof Kozlowski, Heiko Stuebner, Philipp Zabel,
	Johan Jonker, Yifeng Zhao, Peter Geis, Michael Riesch,
	Liang Chen, Simon Xue, Shawn Lin, linux-phy, devicetree,
	linux-arm-kernel, linux-kernel

From: Frank Wunderlich <frank-w@public-files.de>

This series adds Rockchip PCIe V3 support found on rk3568 SOC.

Compared to PCIeV2 which uses the Naneng combphy, PCIe v3 uses a dedicated
PCI-phy.

Frank Wunderlich (4):
  dt-bindings: phy: rockchip: add PCIe v3 phy
  dt-bindings: soc: grf: add pcie30-{phy,pipe}-grf
  arm64: dts: rockchip: rk3568: Add PCIe v3 nodes
  arm64: dts: rockchip: Add PCIe v3 nodes to BPI-R2-Pro

Shawn Lin (1):
  phy: rockchip: Support PCIe v3

 .../bindings/phy/rockchip,pcie3-phy.yaml      |  80 +++++
 .../devicetree/bindings/soc/rockchip/grf.yaml |   3 +
 .../boot/dts/rockchip/rk3568-bpi-r2-pro.dts   |  90 +++++
 arch/arm64/boot/dts/rockchip/rk3568.dtsi      | 122 +++++++
 drivers/phy/rockchip/Kconfig                  |   9 +
 drivers/phy/rockchip/Makefile                 |   1 +
 .../phy/rockchip/phy-rockchip-snps-pcie3.c    | 317 ++++++++++++++++++
 include/linux/phy/pcie.h                      |  12 +
 8 files changed, 634 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/phy/rockchip,pcie3-phy.yaml
 create mode 100644 drivers/phy/rockchip/phy-rockchip-snps-pcie3.c
 create mode 100644 include/linux/phy/pcie.h

-- 
2.34.1


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

end of thread, other threads:[~2022-08-01 18:44 UTC | newest]

Thread overview: 39+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-19  8:26 [PATCH v4 0/5] RK3568 PCIe V3 support Frank Wunderlich
2022-06-19  8:26 ` Frank Wunderlich
2022-06-19  8:26 ` Frank Wunderlich
2022-06-19  8:26 ` Frank Wunderlich
2022-06-19  8:26 ` [PATCH v4 1/5] dt-bindings: phy: rockchip: add PCIe v3 phy Frank Wunderlich
2022-06-19  8:26   ` Frank Wunderlich
2022-06-19  8:26   ` Frank Wunderlich
2022-06-19  8:26   ` Frank Wunderlich
2022-08-01 18:36   ` Aw: " Frank Wunderlich
2022-08-01 18:36     ` Frank Wunderlich
2022-08-01 18:36     ` Frank Wunderlich
2022-06-19  8:26 ` [PATCH v4 2/5] dt-bindings: soc: grf: add pcie30-{phy,pipe}-grf Frank Wunderlich
2022-06-19  8:26   ` Frank Wunderlich
2022-06-19  8:26   ` Frank Wunderlich
2022-06-19  8:26   ` Frank Wunderlich
2022-06-19  8:26 ` [PATCH v4 3/5] phy: rockchip: Support PCIe v3 Frank Wunderlich
2022-06-19  8:26   ` Frank Wunderlich
2022-06-19  8:26   ` Frank Wunderlich
2022-06-19  8:26   ` Frank Wunderlich
2022-07-12 10:51   ` Aw: " Frank Wunderlich
2022-07-12 10:51     ` Frank Wunderlich
2022-07-12 10:51     ` Frank Wunderlich
2022-07-12 10:51     ` Frank Wunderlich
2022-07-15 11:46   ` Vinod Koul
2022-07-15 11:46     ` Vinod Koul
2022-07-15 11:46     ` Vinod Koul
2022-07-15 11:46     ` Vinod Koul
2022-07-16 11:57     ` Aw: " Frank Wunderlich
2022-07-16 11:57       ` Frank Wunderlich
2022-07-16 11:57       ` Frank Wunderlich
2022-07-16 11:57       ` Frank Wunderlich
2022-06-19  8:26 ` [PATCH v4 4/5] arm64: dts: rockchip: rk3568: Add PCIe v3 nodes Frank Wunderlich
2022-06-19  8:26   ` Frank Wunderlich
2022-06-19  8:26   ` Frank Wunderlich
2022-06-19  8:26   ` Frank Wunderlich
2022-06-19  8:26 ` [PATCH v4 5/5] arm64: dts: rockchip: Add PCIe v3 nodes to BPI-R2-Pro Frank Wunderlich
2022-06-19  8:26   ` Frank Wunderlich
2022-06-19  8:26   ` Frank Wunderlich
2022-06-19  8:26   ` Frank Wunderlich

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.