commit | 39cee200c23eb3e28056011a1dec053beba4a18a | [log] [tgz] |
---|---|---|
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | Fri Dec 18 12:02:04 2015 +0100 |
committer | Felipe Balbi <balbi@ti.com> | Tue Dec 22 12:05:44 2015 -0600 |
tree | 6eb9b627cebe872da265c05c0d01785e5df3a22d | |
parent | 8a0859b65b06ea07461271ce4f1fe25b48d1ec55 [diff] |
usb: musb: core: call init and shutdown for the usb phy The phy's init routine must be called before it can be used. Do so in musb_init_controller and the matching shutdown in musb_remove. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Felipe Balbi <balbi@ti.com>