commit | e3c23a0ee1f39ae09abb974406558dc1415d56a5 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Tue Jul 07 20:53:36 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Aug 06 07:31:37 2015 -0600 |
tree | 201ed7d9f1c368c426c676ab41f12c66f1da60e4 | |
parent | e96ba5690fc09856c88c758ac984af359d6a15e2 [diff] |
dm: usb: Prepare dwc2 driver for driver-model conversion Put all global data in a structure and move (what will be) common code into common functions. This will make the driver-model conversion much easier. Signed-off-by: Simon Glass <sjg@chromium.org>