linux-renesas-soc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] phy: renesas: Add Renesas Ethernet SERDES driver for R-Car S4-8
@ 2022-09-22  5:16 Yoshihiro Shimoda
  2022-09-22  5:16 ` [PATCH 1/2] dt-bindings: phy: renesas: Document Renesas Ethernet SERDES Yoshihiro Shimoda
  2022-09-22  5:16 ` [PATCH 2/2] phy: renesas: Add Renesas Ethernet SERDES driver for R-Car S4-8 Yoshihiro Shimoda
  0 siblings, 2 replies; 6+ messages in thread
From: Yoshihiro Shimoda @ 2022-09-22  5:16 UTC (permalink / raw)
  To: kishon, vkoul, robh+dt, krzysztof.kozlowski+dt
  Cc: linux-phy, devicetree, linux-renesas-soc, Yoshihiro Shimoda

This patch series is based on next-20220915.
Add support for R-Car S4-8 Etherent SERDES as a Generic PHY.

This patch series is the same as the following patches,
but separate patches into each subsystem:
 https://lore.kernel.org/all/20220921084745.3355107-3-yoshihiro.shimoda.uh@renesas.com/
 https://lore.kernel.org/all/20220921084745.3355107-4-yoshihiro.shimoda.uh@renesas.com/

Yoshihiro Shimoda (2):
  dt-bindings: phy: renesas: Document Renesas Ethernet SERDES
  phy: renesas: Add Renesas Ethernet SERDES driver for R-Car S4-8

 .../bindings/phy/renesas,ether-serdes.yaml    |  54 ++++
 drivers/phy/renesas/Kconfig                   |   7 +
 drivers/phy/renesas/Makefile                  |   2 +-
 drivers/phy/renesas/r8a779f0-ether-serdes.c   | 303 ++++++++++++++++++
 4 files changed, 365 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/phy/renesas,ether-serdes.yaml
 create mode 100644 drivers/phy/renesas/r8a779f0-ether-serdes.c

-- 
2.25.1


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

end of thread, other threads:[~2022-09-26  0:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-22  5:16 [PATCH 0/2] phy: renesas: Add Renesas Ethernet SERDES driver for R-Car S4-8 Yoshihiro Shimoda
2022-09-22  5:16 ` [PATCH 1/2] dt-bindings: phy: renesas: Document Renesas Ethernet SERDES Yoshihiro Shimoda
2022-09-22  7:40   ` Krzysztof Kozlowski
2022-09-22  5:16 ` [PATCH 2/2] phy: renesas: Add Renesas Ethernet SERDES driver for R-Car S4-8 Yoshihiro Shimoda
2022-09-24  7:08   ` Vinod Koul
2022-09-26  0:24     ` Yoshihiro Shimoda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).