Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pmdomain: Merge branch fixes into next

Merge the pmdomain fixes for v6.12-rc[n] into the next branch, to allow them
to get tested together with the new changes that are targeted for v6.13.

Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>

+3 -1
+3 -1
drivers/pmdomain/imx/imx93-blk-ctrl.c
··· 313 313 314 314 of_genpd_del_provider(pdev->dev.of_node); 315 315 316 - for (i = 0; bc->onecell_data.num_domains; i++) { 316 + pm_runtime_disable(&pdev->dev); 317 + 318 + for (i = 0; i < bc->onecell_data.num_domains; i++) { 317 319 struct imx93_blk_ctrl_domain *domain = &bc->domains[i]; 318 320 319 321 pm_genpd_remove(&domain->genpd);