On Tue, Jul 16, 2019 at 4:21 PM Alex Marginean <[email protected]> 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 <[email protected]> > Acked-by: Joe Hershberger <[email protected]> > --- > > 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 <[email protected]> _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

