Re: [U-Boot] [PATCH 2/2] net: mvpp2: mdio device per port

2019-01-22 Thread Joe Hershberger
On Wed, Nov 21, 2018 at 5:09 AM Baruch Siach wrote: > > Current code forces all ports on a given Ethernet device to use the same > mdio device. In practice different ports might be wired to separate mdio > devices. Move the mdio device from the container struct mvpp2 to the per > port struct mvpp2

Re: [U-Boot] [PATCH 2/2] net: mvpp2: mdio device per port

2018-11-22 Thread Stefan Roese
On 21.11.18 12:05, Baruch Siach wrote: Current code forces all ports on a given Ethernet device to use the same mdio device. In practice different ports might be wired to separate mdio devices. Move the mdio device from the container struct mvpp2 to the per port struct mvpp2_port. Cc: Ken Ma Cc

[U-Boot] [PATCH 2/2] net: mvpp2: mdio device per port

2018-11-21 Thread Baruch Siach
Current code forces all ports on a given Ethernet device to use the same mdio device. In practice different ports might be wired to separate mdio devices. Move the mdio device from the container struct mvpp2 to the per port struct mvpp2_port. Cc: Ken Ma Cc: Stefan Chulski Signed-off-by: Baruch S