[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231120161607.7405-1-johan+linaro@kernel.org>
Date: Mon, 20 Nov 2023 17:16:04 +0100
From: Johan Hovold <johan+linaro@...nel.org>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: Andy Gross <agross@...nel.org>,
Bjorn Andersson <andersson@...nel.org>,
Konrad Dybcio <konrad.dybcio@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
Conor Dooley <conor+dt@...nel.org>,
Thinh Nguyen <Thinh.Nguyen@...opsys.com>,
Wesley Cheng <quic_wcheng@...cinc.com>,
Krishna Kurapati PSSNV <quic_kriskura@...cinc.com>,
linux-arm-msm@...r.kernel.org, linux-usb@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
Johan Hovold <johan+linaro@...nel.org>
Subject: [PATCH 0/3] USB: dwc3: qcom: fix wakeup after probe deferral
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@kernel.org/
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
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
Powered by blists - more mailing lists