commit | 5cb3b9d7c7cf2ab2bffaeaddef49378b28ccea5d | [log] [tgz] |
---|---|---|
author | Mugunthan V N <mugunthanvnm@ti.com> | Fri Nov 18 11:06:13 2016 +0530 |
committer | Simon Glass <sjg@chromium.org> | Fri Dec 02 20:53:19 2016 -0700 |
tree | b2d058d8f2a5106f792ee3b2bcae3785bb26f3a2 | |
parent | d4345aee539e5c09559f64404f85593acd7e6ee6 [diff] |
drivers: usb: gadget: ether: consolidate global devices to single struct 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 <mugunthanvnm@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org> Acked-by: Joe Hershberger <joe.hershberger@ni.com>