Re: [U-Boot] [PATCH resend v3 4/6] drivers: usb: gadget: ether: use net device priv to pass usb ether priv

2016-12-02 Thread Simon Glass
On 29 November 2016 at 16:55, Joe Hershberger wrote: > On Thu, Nov 17, 2016 at 11:37 PM, Mugunthan V N wrote: >> Use net device priv to pass usb ether priv and use it in >> net device ops callback. >> >> Signed-off-by: Mugunthan V N

Re: [U-Boot] [PATCH resend v3 4/6] drivers: usb: gadget: ether: use net device priv to pass usb ether priv

2016-11-29 Thread Joe Hershberger
On Thu, Nov 17, 2016 at 11:37 PM, Mugunthan V N wrote: > Use net device priv to pass usb ether priv and use it in > net device ops callback. > > Signed-off-by: Mugunthan V N > Reviewed-by: Simon Glass Acked-by: Joe Hershberger

[U-Boot] [PATCH resend v3 4/6] drivers: usb: gadget: ether: use net device priv to pass usb ether priv

2016-11-17 Thread Mugunthan V N
Use net device priv to pass usb ether priv and use it in net device ops callback. Signed-off-by: Mugunthan V N Reviewed-by: Simon Glass --- drivers/usb/gadget/ether.c | 46 +- 1 file changed, 21 insertions(+),