Re: [U-Boot] [PATCH 2/5] drivers: net: keystone_net: add support for multi slave ethernet

2016-08-02 Thread Tom Rini
On Tue, Aug 02, 2016 at 12:01:12PM +0530, Mugunthan V N wrote: > Keystone net can have multiple ethernet slaves, currently only > slave 1 is supported by the driver. Register multiple slaves as > individual ethernets to network framework. > > Signed-off-by: Mugunthan V N

[U-Boot] [PATCH 2/5] drivers: net: keystone_net: add support for multi slave ethernet

2016-08-02 Thread Mugunthan V N
Keystone net can have multiple ethernet slaves, currently only slave 1 is supported by the driver. Register multiple slaves as individual ethernets to network framework. Signed-off-by: Mugunthan V N --- drivers/net/keystone_net.c | 222