commit | 88e48bec3aa55a78fe878f132cc82a1e494e1192 | [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 | b3d902b0b521edae7da6d508d1904c71c5da1562 [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>