Re: [PATCH RESEND] usb: musb: Fix suspend with devices connected for a64
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-03-26 13:52:09
Also in:
linux-omap
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2021-03-26 13:52:09
Also in:
linux-omap
On Wed, Mar 24, 2021 at 09:11:41AM +0200, Tony Lindgren wrote:
Pinephone running on Allwinner A64 fails to suspend with USB devices
connected as reported by Bhushan Shah [off-list ref]. Reverting
commit 5fbf7a253470 ("usb: musb: fix idling for suspend after
disconnect interrupt") fixes the issue.
Let's add suspend checks also for suspend after disconnect interrupt
quirk handling like we already do elsewhere.
Fixes: 5fbf7a253470 ("usb: musb: fix idling for suspend after disconnect interrupt")
Reported-by: Bhushan Shah <redacted>
Tested-by: Bhushan Shah <redacted>
Signed-off-by: Tony Lindgren <tony@atomide.com>
---
Looks like this fix is still pending, can you guys please apply? This is also
needed on am335x to suspend with devices connected in addition to a64Now queued up, thanks. greg k-h