Re: [U-Boot] [PATCH 2/2 v2] drivers: net: add NXP ENETC MDIO driver

2019-06-11 Thread Alex Marginean
Hi Bin, On 6/10/2019 6:42 AM, Bin Meng wrote: Hi Alex, On Sat, Jun 8, 2019 at 12:13 AM Alex Marginean 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

Re: [U-Boot] [PATCH 2/2 v2] drivers: net: add NXP ENETC MDIO driver

2019-06-09 Thread Bin Meng
Hi Alex, On Sat, Jun 8, 2019 at 12:13 AM Alex Marginean 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. > > Signed-off-by: Alex Ma

[U-Boot] [PATCH 2/2 v2] drivers: net: add NXP ENETC MDIO driver

2019-06-07 Thread Alex Marginean
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. Signed-off-by: Alex Marginean --- Changes in v2: - fix priv structure used (was using th