diff options
author | 2024-12-09 16:27:28 +0530 | |
---|---|---|
committer | 2024-12-23 18:49:51 +0100 | |
commit | 625e70ccb7bbbb2cc912e23c63390946170c085c (patch) | |
tree | 5a2d78d864387264d9d493590b408a435701f932 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | usb: dwc3: gadget: fix writing NYET threshold (diff) | |
download | linux-rng-625e70ccb7bbbb2cc912e23c63390946170c085c.tar.xz linux-rng-625e70ccb7bbbb2cc912e23c63390946170c085c.zip |
usb: dwc3-am62: Disable autosuspend during remove
Runtime PM documentation (Section 5) mentions, during remove()
callbacks, drivers should undo the runtime PM changes done in
probe(). Usually this means calling pm_runtime_disable(),
pm_runtime_dont_use_autosuspend() etc. Hence add missing
function to disable autosuspend on dwc3-am62 driver unbind.
Fixes: e8784c0aec03 ("drivers: usb: dwc3: Add AM62 USB wrapper driver")
Cc: stable <stable@kernel.org>
Signed-off-by: Prashanth K <quic_prashk@quicinc.com>
Acked-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
Link: https://lore.kernel.org/r/20241209105728.3216872-1-quic_prashk@quicinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions