net: pcs: add Renesas MII converter driver
authorClément Léger <clement.leger@bootlin.com>
Fri, 24 Jun 2022 14:39:50 +0000 (16:39 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Jun 2022 10:37:55 +0000 (11:37 +0100)
commit7dc54d3b8d9100c65b0860f76342fc9f3b4694d9
tree81b0e3b37e76f5437cfc3235ebf12652147f7504
parentc823c2bf91568f3e473479e25dcc225a5be4b7b1
net: pcs: add Renesas MII converter driver

Add a PCS driver for the MII converter that is present on the Renesas
RZ/N1 SoC. This MII converter is reponsible for converting MII to
RMII/RGMII or act as a MII pass-trough. Exposing it as a PCS allows to
reuse it in both the switch driver and the stmmac driver. Currently,
this driver only allows the PCS to be used by the dual Cortex-A7
subsystem since the register locking system is not used.

Signed-off-by: Clément Léger <clement.leger@bootlin.com>
Reviewed-by: Vladimir Oltean <olteanv@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/pcs/Kconfig
drivers/net/pcs/Makefile
drivers/net/pcs/pcs-rzn1-miic.c [new file with mode: 0644]
include/linux/pcs-rzn1-miic.h [new file with mode: 0644]