MAINTAINERS.NXP: expand files covered by net/phy branch

The net/phy branch currently covers:
- the Layerscape backplane support, i.e. the MTIP AN/LT block located in
  net/pcs, the Lynx SerDes and link training algorithm from
  drivers/phy/freescale,
- the PCS <-> SerDes PHY API from include/linux/phy/
- the RCW override procedure from the fsl_guts driver, for SerDes
  protocol changes on Lynx 10G.
- new retimer drivers and device tree bindings for the TI DS125DF111 and
  Inphi IN112525.

Add them to the net/phy entry, so that users know whom to send emails
to, if they find bugs.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Acked-by: Wei Fang <wei.fang@nxp.com>
This commit is contained in:
Vladimir Oltean 2025-04-09 12:19:21 +03:00
parent 013dfe743d
commit 8786fd2ca7

View File

@ -794,8 +794,20 @@ M: Clark Wang <xiaoning.wang@nxp.com>
M: Ioana Ciornei <ioana.ciornei@nxp.com>
M: Vladimir Oltean <vladimir.oltean@nxp.com>
R: Wei Fang <wei.fang@nxp.com>
F: Documentation/devicetree/bindings/phy/inphi,in112525.yaml
F: Documentation/devicetree/bindings/phy/ti,ds125df111.yaml
F: drivers/net/pcs/
F: drivers/net/phy/
F: drivers/phy/inphi/
F: drivers/phy/freescale/phy-fsl-lynx-*.c
F: drivers/phy/freescale/phy-fsl-lynx-xgkr-algorithm.h
F: drivers/phy/ti/phy-ds125df111.c
F: drivers/soc/fsl/guts.c
F: include/linux/fsl/guts.h
F: include/linux/mii.h
F: include/linux/phy.h
F: include/linux/phy/phy-ethernet.h
F: include/linux/phy/phy-fsl-lynx.h
net/tsn
M: Xiaoliang Yang <xiaoliang.yang_1@nxp.com>