Re: [PATCH 1/3] usb: musb: core: call init and shutdown for the usb phy

2016-01-04 Thread Felipe Balbi
Hi, Bin Liu writes: > Hi, > > On Mon, Jan 4, 2016 at 12:22 PM, Felipe Balbi wrote: >> >> Hi, >> >> Bin Liu writes: >>> Hi, >>> >>> On Fri, Dec 18, 2015 at 5:02 AM, Uwe Kleine-König >>> wrote: The phy's init routine must be called before it can be used. Do so in musb_init_controller

Re: [PATCH 1/3] usb: musb: core: call init and shutdown for the usb phy

2016-01-04 Thread Bin Liu
Hi, On Mon, Jan 4, 2016 at 12:22 PM, Felipe Balbi wrote: > > Hi, > > Bin Liu writes: >> Hi, >> >> On Fri, Dec 18, 2015 at 5:02 AM, Uwe Kleine-König >> wrote: >>> 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_remo

Re: [PATCH 1/3] usb: musb: core: call init and shutdown for the usb phy

2016-01-04 Thread Felipe Balbi
Hi, Bin Liu writes: > Hi, > > On Fri, Dec 18, 2015 at 5:02 AM, Uwe Kleine-König > wrote: >> 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 >> --- >> Note I'm not entir

Re: [PATCH 1/3] usb: musb: core: call init and shutdown for the usb phy

2016-01-04 Thread Bin Liu
Hi, On Fri, Dec 18, 2015 at 5:02 AM, Uwe Kleine-König wrote: > 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 > --- > Note I'm not entirely sure this is the right place, bu

[PATCH 1/3] usb: musb: core: call init and shutdown for the usb phy

2015-12-18 Thread Uwe Kleine-König
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 --- Note I'm not entirely sure this is the right place, but this made usb working on my omap3 machine here (at least somewhat, still