commit | 66ec8ed295087467ecea3a561cba005acc22fdd0 | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <sebastian@breakpoint.cc> | Sat Feb 04 18:55:28 2012 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Fri May 04 15:53:02 2012 +0300 |
tree | 79f4a253b624528c9727959fe6cb991489346413 | |
parent | 504d14c4657e920927178fcb8d070f55f5d4eb66 [diff] |
usb: gadget: imx_udc: convert to new style start/stop This patches converts the driver into the new style start/stop interface. As a result the driver no longer uses the static global controller variable in start/stop code. I kept the gloval controller variable because it keeps init simple. Compile tested only. Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc> Signed-off-by: Felipe Balbi <balbi@ti.com>