OSDN Git Service

phy: renesas: Add Renesas Ethernet SERDES driver for R-Car S4-8
authorYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Tue, 8 Nov 2022 00:55:00 +0000 (09:55 +0900)
committerVinod Koul <vkoul@kernel.org>
Thu, 10 Nov 2022 07:26:09 +0000 (12:56 +0530)
commit742859441d44be4b408274206244011a09618a91
tree166186ccca7d7610317500ecfa1a367da543a04e
parentd7abac084536b6d7efcc0c1edc7d9035c34314d9
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.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Link: https://lore.kernel.org/r/20221108005500.3011449-3-yoshihiro.shimoda.uh@renesas.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/renesas/Kconfig
drivers/phy/renesas/Makefile
drivers/phy/renesas/r8a779f0-ether-serdes.c [new file with mode: 0644]