Re: [PATCH] usb: musb: Fix trying to suspend while active for OTG configurations

2017-05-01 Thread Bin Liu
On Wed, Apr 19, 2017 at 11:22:55AM +0300, Peter Ujfalusi wrote: > > > On 2017-04-07 17:35, Tony Lindgren wrote: > >Commit d8e5f0eca1e8 ("usb: musb: Fix hardirq-safe hardirq-unsafe > >lock order error") caused a regression where musb keeps trying to > >enable host mode with no cable connected. Thi

Re: [PATCH] usb: musb: Fix trying to suspend while active for OTG configurations

2017-04-19 Thread Peter Ujfalusi
On 2017-04-07 17:35, Tony Lindgren wrote: Commit d8e5f0eca1e8 ("usb: musb: Fix hardirq-safe hardirq-unsafe lock order error") caused a regression where musb keeps trying to enable host mode with no cable connected. This seems to be caused by the fact that now phy is enabled earlier, and we are

[PATCH] usb: musb: Fix trying to suspend while active for OTG configurations

2017-04-07 Thread Tony Lindgren
Commit d8e5f0eca1e8 ("usb: musb: Fix hardirq-safe hardirq-unsafe lock order error") caused a regression where musb keeps trying to enable host mode with no cable connected. This seems to be caused by the fact that now phy is enabled earlier, and we are wrongly trying to force USB host mode on an OT