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@xxxxxxxxxxx/ https://lore.kernel.org/all/20220921084745.3355107-4-yoshihiro.shimoda.uh@xxxxxxxxxxx/ 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