[U-Boot] [PATCH 3/6 v3] drivers: net: add NXP ENETC MDIO driver

Bin Meng bmeng.cn at gmail.com
Mon Jul 1 08:08:45 UTC 2019


On Thu, Jun 20, 2019 at 10:48 PM Alex Marginean
<alexandru.marginean at nxp.com> wrote:
>
> Adds a driver for the MDIO interface currently integrated in LS1028A SoC.
> This MDIO interface is shared by multiple ethernet interfaces and is
> presented as a stand-alone PCI function on the SoC ECAM.
> Ethernet has a functional dependency on MDIO, for simplicity there is a
> single config option for both.
>
> Signed-off-by: Alex Marginean <alexm.osslist at gmail.com>
> ---
>  drivers/net/Kconfig          |   2 +-
>  drivers/net/Makefile         |   2 +-
>  drivers/net/fsl_enetc.c      |  57 ++++++++++++++
>  drivers/net/fsl_enetc.h      |  21 +++++
>  drivers/net/fsl_enetc_mdio.c | 149 +++++++++++++++++++++++++++++++++++
>  5 files changed, 229 insertions(+), 2 deletions(-)
>  create mode 100644 drivers/net/fsl_enetc_mdio.c
>

Reviewed-by: Bin Meng <bmeng.cn at gmail.com>


More information about the U-Boot mailing list