Re: [PATCH] usb: dwc3: qcom: Honor wakeup enabled/disabled state

2021-03-02 Thread Greg Kroah-Hartman
On Tue, Feb 23, 2021 at 09:22:02AM -0800, Matthias Kaehlcke wrote: > ping > > I noticed this was never picked up, can it be landed or are there any > concerns with this patch? No idea, try resending it. thanks, greg k-h

Re: [PATCH] usb: dwc3: qcom: Honor wakeup enabled/disabled state

2021-02-23 Thread Matthias Kaehlcke
ping I noticed this was never picked up, can it be landed or are there any concerns with this patch? On Tue, Sep 15, 2020 at 06:50:32PM -0500, Bjorn Andersson wrote: > On Tue 15 Sep 14:31 CDT 2020, Matthias Kaehlcke wrote: > > > The dwc3-qcom currently enables wakeup interrupts unconditionally >

Re: [PATCH] usb: dwc3: qcom: Honor wakeup enabled/disabled state

2020-09-15 Thread Bjorn Andersson
On Tue 15 Sep 14:31 CDT 2020, Matthias Kaehlcke wrote: > The dwc3-qcom currently enables wakeup interrupts unconditionally > when suspending, however this should not be done when wakeup is > disabled (e.g. through the sysfs attribute power/wakeup). Only > enable wakeup interrupts when device_may_w

[PATCH] usb: dwc3: qcom: Honor wakeup enabled/disabled state

2020-09-15 Thread Matthias Kaehlcke
The dwc3-qcom currently enables wakeup interrupts unconditionally when suspending, however this should not be done when wakeup is disabled (e.g. through the sysfs attribute power/wakeup). Only enable wakeup interrupts when device_may_wakeup() returns true. Fixes: a4333c3a6ba9 ("usb: dwc3: Add Qual