Re: [U-Boot] [PATCH 2/7] net: sh_eth: Pass sh_eth_dev around

2018-02-16 Thread Joe Hershberger
On Wed, Jan 24, 2018 at 4:20 PM, Marek Vasut wrote: > Pass sh_eth_dev structure around instead of eth_device, since the > later is specific to the legacy networking support. This change is > done in preparation for the DM addition. > > Signed-off-by: Marek Vasut > Cc: Nobuhiro Iwamatsu > Cc: Joe

[U-Boot] [PATCH 2/7] net: sh_eth: Pass sh_eth_dev around

2018-01-24 Thread Marek Vasut
Pass sh_eth_dev structure around instead of eth_device, since the later is specific to the legacy networking support. This change is done in preparation for the DM addition. Signed-off-by: Marek Vasut Cc: Nobuhiro Iwamatsu Cc: Joe Hershberger --- drivers/net/sh_eth.c | 22 +