usb: dwc3: move generic dwc3 code from gadget into core
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Mon, 31 Oct 2011 21:25:41 +0000 (22:25 +0100)
committerFelipe Balbi <balbi@ti.com>
Mon, 12 Dec 2011 09:48:27 +0000 (11:48 +0200)
commit4878a02898bab1a988206341e529997cb46e5f29
treef6340ba066d32aeaf7c7499614d4cb6496b9a359
parent3140e8cbfec18ecb9c9ef856933fdb98c09af1e8
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>
drivers/usb/dwc3/core.c
drivers/usb/dwc3/gadget.c