Re: [PATCH 0/3] USB: dwc3: qcom: fix wakeup after probe deferral

From: Andrew Halaney
Date: Tue Nov 21 2023 - 09:04:41 EST


On Mon, Nov 20, 2023 at 05:16:04PM +0100, Johan Hovold wrote:
> When testing a recent series that addresses resource leaks on probe
> deferral [1] I realised that probe deferral can break wakeup from
> suspend due to how the wakeup interrupts are currently requested.
>
> I'll send a separate series for the Qualcomm devicetrees that used
> incorrect trigger types for the wakeup interrupts. Included here is just
> a patch fixing the binding example which hopefully will make it less
> likely that more of these gets introduced. Fortunately, there should be
> no dependency between this series and the devicetree one.
>
> Note also that I decided to include a related trivial cleanup patch.
>
> Johan
>
>
> [1] https://lore.kernel.org/lkml/20231117173650.21161-1-johan+linaro@xxxxxxxxxx/
>
>
> Johan Hovold (3):
> dt-bindings: usb: qcom,dwc3: fix example wakeup interrupt types
> USB: dwc3: qcom: fix wakeup after probe deferral
> USB: dwc3: qcom: simplify wakeup interrupt setup

For the series:

Reviewed-by: Andrew Halaney <ahalaney@xxxxxxxxxx>

>
> Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 4 ++--
> drivers/usb/dwc3/dwc3-qcom.c | 12 ++++--------
> 2 files changed, 6 insertions(+), 10 deletions(-)
>
> --
> 2.41.0
>
>