[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251030091538.581541-1-wei.fang@nxp.com>
Date: Thu, 30 Oct 2025 17:15:35 +0800
From: Wei Fang <wei.fang@....com>
To: claudiu.manoil@....com,
vladimir.oltean@....com,
xiaoning.wang@....com,
andrew+netdev@...n.ch,
davem@...emloft.net,
edumazet@...gle.com,
kuba@...nel.org,
pabeni@...hat.com
Cc: aziz.sellami@....com,
imx@...ts.linux.dev,
netdev@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH net-next 0/3] net: enetc: add port MDIO support for both i.MX94 and i.MX95
For the external PHY devices, NETC provide external MDIO interface to
manage them. ENETC can use a set of MDIO registers provided by EMDIO to
access its PHY, which is a method currently supported by the driver. It
also can use its own set of MDIO registers to access its PHY, but the
premise is that its corresponding LaBCR[MDIO_PHYAD_PRTAD] needs to be
set correctly, which indicates its PHY address.
Similar to the external MDIO registers, each ENETC has a set of internal
MDIO registers to access its on-die PHY (PCS), so internal MDIO support
is also added.
Aziz Sellami (1):
net: enetc: set external MDIO PHY address for i.MX95 ENETC
Wei Fang (2):
net: enetc: set external MDIO PHY address for i.MX94 ENETC
net: enetc: add port MDIO support for ENETC v4
.../net/ethernet/freescale/enetc/enetc4_hw.h | 6 +
.../freescale/enetc/enetc_pf_common.c | 14 ++-
.../ethernet/freescale/enetc/netc_blk_ctrl.c | 111 +++++++++++++++++-
3 files changed, 128 insertions(+), 3 deletions(-)
--
2.34.1
Powered by blists - more mailing lists