usb: musb: core: call init and shutdown for the usb phy
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Fri, 18 Dec 2015 11:02:04 +0000 (12:02 +0100)
committerFelipe Balbi <balbi@ti.com>
Tue, 22 Dec 2015 18:05:44 +0000 (12:05 -0600)
commit39cee200c23eb3e28056011a1dec053beba4a18a
tree6eb9b627cebe872da265c05c0d01785e5df3a22d
parent8a0859b65b06ea07461271ce4f1fe25b48d1ec55
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>
drivers/usb/musb/musb_core.c