Re: [PATCH 2/7] usb: musb: omap2430: Wait on enable to avoid babble

2019-10-16 Thread Tony Lindgren
* Sergei Shtylyov [191010 09:46]: > Hello! > > On 10.10.2019 0:21, Tony Lindgren wrote: > > > We can babble interrupt if we attempt to switch to USB host mode too > ^ verb missing? Thanks for catching it, it should say "We can get babble...". Bin, do you need a resend of the whole seri

Re: [PATCH 2/7] usb: musb: omap2430: Wait on enable to avoid babble

2019-10-10 Thread Sergei Shtylyov
Hello! On 10.10.2019 0:21, Tony Lindgren wrote: We can babble interrupt if we attempt to switch to USB host mode too ^ verb missing? soon after enabling musb. Let's fix the issue by waiting a bit in runtime_resume. Cc: Jacopo Mondi Cc: Marcel Partap Cc: Merlijn Wajer Cc: Michael

[PATCH 2/7] usb: musb: omap2430: Wait on enable to avoid babble

2019-10-09 Thread Tony Lindgren
We can babble interrupt if we attempt to switch to USB host mode too soon after enabling musb. Let's fix the issue by waiting a bit in runtime_resume. Cc: Jacopo Mondi Cc: Marcel Partap Cc: Merlijn Wajer Cc: Michael Scott Cc: NeKit Cc: Pavel Machek Cc: Sebastian Reichel Signed-off-by: Tony