[PATCH 0/2] clk: imx: add missing pm_runtime_dont_use_autosuspend() calls
Joshua Crofts
joshua.crofts1 at gmail.com
Tue Sep 15 03:33:43 PDT 2026
Several drivers in the clk subsystem forget to call dont_use_autosuspend()
on teardown or error, causing potential resource leaks. This series adds
the missing calls.
The offending drivers were found using a semantic patch for Coccinelle
I'm working on [1].
[1] https://lore.kernel.org/all/20260915064327.1377-1-joshua.crofts1@gmail.com/
Joshua Crofts (2):
clk: imx: clk-imx8qxp-lpcg: add missing
pm_runtime_dont_use_autosuspend()
clk: imx: scu: add missing pm_runtime_dont_use_autosuspend() call
drivers/clk/imx/clk-imx8qxp-lpcg.c | 1 +
drivers/clk/imx/clk-scu.c | 2 ++
2 files changed, 3 insertions(+)
--
2.47.3
More information about the linux-arm-kernel
mailing list