[PATCH 0/2] clk: imx: add missing pm_runtime_dont_use_autosuspend() calls
From: Joshua Crofts
Date: Tue Sep 15 2026 - 06:49:33 EST
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@xxxxxxxxx/
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