Re: [PATCH v2 0/9] usb: dwc3: qcom: fix wakeup implementation

From: Johan Hovold
Date: Thu Aug 04 2022 - 11:17:41 EST


On Thu, Aug 04, 2022 at 05:09:52PM +0200, Johan Hovold wrote:

> Changes in v2
> - add review and ack tags
> - fix a gadget-only build breakage (new patch)
> - fix a use-after-free on wakeup from runtime suspend (new patch)
> - disable wakeup completely instead of falling back to the
> "disconnected" host configuration when not acting as host
> - disallow 'wakeup-source' in child node in the binding

Forgot to mention that I also dropped the revert of the dt-binding
commit adding 'wakeup-source' to the core node as Rob suggested.

Johan