]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd2909d765ef780bba5ed5c3c29a60e9d6deea2d8
tree81b0e3b37e76f5437cfc3235ebf12652147f7504
parente36837372bb56f365afb1548b9ca5d455931c160
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]