commit | 4878a02898bab1a988206341e529997cb46e5f29 | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Mon Oct 31 22:25:41 2011 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Mon Dec 12 11:48:27 2011 +0200 |
tree | f6340ba066d32aeaf7c7499614d4cb6496b9a359 | |
parent | 3140e8cbfec18ecb9c9ef856933fdb98c09af1e8 [diff] |
usb: dwc3: move generic dwc3 code from gadget into core A few inits like the scale value or the removal of the DISSCRAMBLE is done in the gadget code however it touches a general register. Move this piece to the core.c file since it is likely to be requied by both, parts of the core (device and host). Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Felipe Balbi <balbi@ti.com>