On Mon, 22 Sep 2025 17:39:38 +0200, Maarten Zanders wrote:
Commit f04ced6d545e ("mtd: nand: raw: gpmi: improve power management handling") moved all clock handling into PM callbacks. With CONFIG_PM disabled, those callbacks are missing, leaving the driver unusable.
Add clock init/teardown for !CONFIG_PM builds to restore basic operation. Keeping the driver working without requiring CONFIG_PM is preferred over adding a Kconfig dependency.
[...]
Applied to nand/next, thanks!
[1/1] mtd: nand: raw: gpmi: fix clocks when CONFIG_PM=N commit: 1001cc1171248ebb21d371fbe086b5d3f11b410b
Patche(s) should be available on mtd/linux.git and will be part of the next PR (provided that no robot complains by then).
Kind regards, Miquèl