commit | 3140e8cbfec18ecb9c9ef856933fdb98c09af1e8 | [log] [tgz] |
---|---|---|
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | Mon Oct 31 22:25:40 2011 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Mon Dec 12 11:48:26 2011 +0200 |
tree | c4aad9489eabb168e4bf3eaa5006194286a2a158 | |
parent | c2da2ff00606ae008f0e233bd29c3307d0c3ce85 [diff] |
usb: dwc3: use a helper function for operation mode setting There are two where need to set operational mode: - during initialization while we decide to run in host,device or DRD mode - at runtime via the debugfs interface. This patch provides a new function which sets the operational mode and moves its initialiation to the mode switch instead in the gadget code itself. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Felipe Balbi <balbi@ti.com>