Re: [U-Boot] [PATCH resend v3 3/6] drivers: usb: gadget: ether: consolidate global devices to single struct

2016-12-02 Thread Simon Glass
On 29 November 2016 at 16:55, Joe Hershberger wrote: > On Thu, Nov 17, 2016 at 11:36 PM, Mugunthan V N wrote: >> Consolidate the net device, usb eth device and gadget device >> struct to single struct and a single global variable so that the >>

Re: [U-Boot] [PATCH resend v3 3/6] drivers: usb: gadget: ether: consolidate global devices to single struct

2016-11-29 Thread Joe Hershberger
On Thu, Nov 17, 2016 at 11:36 PM, Mugunthan V N wrote: > Consolidate the net device, usb eth device and gadget device > struct to single struct and a single global variable so that the > same can be passed as priv of ethernet driver. > > Signed-off-by: Mugunthan V N

[U-Boot] [PATCH resend v3 3/6] drivers: usb: gadget: ether: consolidate global devices to single struct

2016-11-17 Thread Mugunthan V N
Consolidate the net device, usb eth device and gadget device struct to single struct and a single global variable so that the same can be passed as priv of ethernet driver. Signed-off-by: Mugunthan V N Reviewed-by: Simon Glass ---