[U-Boot] [PATCH v2 1/2] drivers: net: driver for MDIO muxes controlled over I2C

Bin Meng bmeng.cn at gmail.com
Tue Jul 23 06:33:39 UTC 2019


On Tue, Jul 16, 2019 at 4:21 PM Alex Marginean
<alexandru.marginean at nxp.com> wrote:
>
> This driver is used for MDIO muxes driven over I2C.  This is currently
> used on Freescale LS1028A QDS board, on which the physical MDIO MUX is
> controlled by an on-board FPGA which in turn is configured through I2C.
>
> Signed-off-by: Alex Marginean <alexm.osslist at gmail.com>
> Acked-by: Joe Hershberger <joe.hershberger at ni.com>
> ---
>
> Changes in v2:
>         - renamed APIs, config options to mdio_mux_i2creg (instead of i2c_reg)
>
>  drivers/net/Kconfig           |   8 +++
>  drivers/net/Makefile          |   1 +
>  drivers/net/mdio_mux_i2creg.c | 108 ++++++++++++++++++++++++++++++++++
>  3 files changed, 117 insertions(+)
>  create mode 100644 drivers/net/mdio_mux_i2creg.c
>

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


More information about the U-Boot mailing list