Re: [U-Boot] [PATCH] miiphy: Add function to retrieve MDIO bus list head

2018-10-22 Thread Joe Hershberger
On Mon, Sep 17, 2018 at 11:45 PM Pankaj Bansal wrote: > > In upcoming freescale board LX2160AQDS, the MDIO bus is muxed. > i.e. same MDIO bus can be routed to eight different slots depending > on mux register settings. > > To support this mdio mux behavior, we add each MDIO bus mux as a > separate

[U-Boot] [PATCH] miiphy: Add function to retrieve MDIO bus list head

2018-09-17 Thread Pankaj Bansal
In upcoming freescale board LX2160AQDS, the MDIO bus is muxed. i.e. same MDIO bus can be routed to eight different slots depending on mux register settings. To support this mdio mux behavior, we add each MDIO bus mux as a separate MDIO bus. Now, various phy devices can be attached to each of thes