Message ID | 20220804151001.23612-1-johan+linaro@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | usb: dwc3: qcom: fix wakeup implementation | expand |
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