From: Sebastian Andrzej Siewior Date: Mon, 31 Oct 2011 21:25:41 +0000 (+0100) Subject: usb: dwc3: move generic dwc3 code from gadget into core X-Git-Tag: v3.3-rc1~153^2~30^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4878a02898bab1a988206341e529997cb46e5f29;p=pandora-kernel.git 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 Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed