[U-Boot] [PATCH 09/20] net: smsc95xx: Prepare for conversion to driver model

Simon Glass sjg at chromium.org
Tue Jul 28 01:32:15 CEST 2015


On 7 July 2015 at 20:53, Simon Glass <sjg at 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 at chromium.org>
> ---
>
>  drivers/usb/eth/smsc95xx.c | 270 +++++++++++++++++++++++++--------------------
>  1 file changed, 149 insertions(+), 121 deletions(-)

Applied to u-boot-dm.


More information about the U-Boot mailing list