From: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Hi All,
This series aims to add PCS support for the Renesas RZ/T2H and RZ/N2H SoCs
These SoCs include a MII converter (MIIC) that converts MII to RMII/RGMII
or can be set in pass-through mode for MII similar to the RZ/N1 SoC. The
MIIC is used in conjunction with the Ethernet switch (ETHSW) available on
these SoCs.
Cheers,
Prabhakar
Lad Prabhakar (10):
dt-bindings: net: pcs: renesas,rzn1-miic: Document RZ/T2H and RZ/N2H
SoCs
net: pcs: rzn1-miic: Drop trailing comma from of_device_id table
net: pcs: rzn1-miic: Add missing include files
net: pcs: rzn1-miic: Move configuration data to SoC-specific struct
net: pcs: rzn1-miic: move port range handling into SoC data
net: pcs: rzn1-miic: Make switch mode mask SoC-specific
net: pcs: rzn1-miic: Add support to handle resets
net: pcs: rzn1-miic: add per-SoC control for MIIC register unlock/lock
net: pcs: rzn1-miic: Add RZ/T2H MIIC support
net: pcs: rzn1-miic: Add PCS validate callback for RZ/T2H MIIC
.../bindings/net/pcs/renesas,rzn1-miic.yaml | 171 +++++++---
drivers/net/pcs/Kconfig | 11 +-
drivers/net/pcs/pcs-rzn1-miic.c | 320 +++++++++++++++---
include/dt-bindings/net/pcs-rzt2h-miic.h | 23 ++
4 files changed, 425 insertions(+), 100 deletions(-)
create mode 100644 include/dt-bindings/net/pcs-rzt2h-miic.h
--
2.51.0