mbox series

[v3,0/2] phy: renesas: Add Renesas Ethernet SERDES driver for R-Car S4-8

Message ID 20221027132907.2342830-1-yoshihiro.shimoda.uh@renesas.com
Headers show
Series phy: renesas: Add Renesas Ethernet SERDES driver for R-Car S4-8 | expand

Message

Yoshihiro Shimoda Oct. 27, 2022, 1:29 p.m. UTC
This patch series is based on next-20221027.
Add support for R-Car S4-8 Etherent SERDES as a Generic PHY.

Changes from v2:
https://lore.kernel.org/all/20221019083449.933005-1-yoshihiro.shimoda.uh@renesas.com/
 - Rebased on next-20221027.
 - Fix examples on the dt-bindings doc.
 - Remove unneeded variable in r8a779f0_eth_serdes_probe().

Changes from v1:
https://lore.kernel.org/all/20220922051645.3442321-1-yoshihiro.shimoda.uh@renesas.com/
 - Rebased on next-20221017.
 - Rename the dt-binding file.
 - Fix the node name of examples.
 - Fix Makefile.
 - Modify the initialized procedure for all channels.
 - Add commit description about the initialization.

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

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

Comments

Yoshihiro Shimoda Oct. 27, 2022, 1:36 p.m. UTC | #1
Hi,

> From: Yoshihiro Shimoda, Sent: Thursday, October 27, 2022 10:29 PM
> 
> This patch series is based on next-20221027.
> Add support for R-Car S4-8 Etherent SERDES as a Generic PHY.

I'm sorry, I should have changed the email address of Kishon Vijay Abraham I.
So, I'll send this series soon.

Best regards,
Yoshihiro Shimoda