[RESEND PATCH v3 0/2] phy: renesas: Add Renesas Ethernet SERDES driver for R-Car S4-8
Yoshihiro Shimoda
yoshihiro.shimoda.uh at renesas.com
Thu Oct 27 06:40:04 PDT 2022
(I resent this patch series because an email address was wrong.)
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
--
2.25.1
More information about the linux-phy
mailing list