phy: renesas: Add Renesas Ethernet SERDES driver for R-Car S4-8
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 19 Mar 2023 17:09:43 +0000 (18:09 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sun, 16 Apr 2023 14:18:29 +0000 (16:18 +0200)
commit08c56144767372605236b564bea14c7833398043
tree541f06e160708eaf54a54f2e77d4e0de4cf2f576
parent12c1e5782401abca1a8cff578d1911a9ca7d2e7d
phy: renesas: Add Renesas Ethernet SERDES driver for R-Car S4-8

Add Renesas Ethernet SERDES driver for R-Car S4-8 (r8a779f0).
The datasheet describes initialization procedure without any information
about registers' name/bits. So, this is all black magic to initialize
the hardware. Especially, all channels should be initialized at once.

This driver is imported and adjusted from Linux 6.3-rc1 commit:
50133cd3e8dd1 ("phy: renesas: r8a779f0-eth-serdes: Remove retry code in .init()")

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/phy/Kconfig
drivers/phy/Makefile
drivers/phy/renesas/Kconfig [new file with mode: 0644]
drivers/phy/renesas/Makefile [new file with mode: 0644]
drivers/phy/renesas/r8a779f0-ether-serdes.c [new file with mode: 0644]