
28 Jul
2015
28 Jul
'15
1:32 a.m.
On 7 July 2015 at 20:53, Simon Glass sjg@chromium.org wrote:
At present struct eth_device is passed around all over the place. This does not exist with driver model. Add explicit arguments instead, so that with driver model we can pass the correct things.
Signed-off-by: Simon Glass sjg@chromium.org
drivers/usb/eth/smsc95xx.c | 270 +++++++++++++++++++++++++-------------------- 1 file changed, 149 insertions(+), 121 deletions(-)
Applied to u-boot-dm.