mmc: sdhci-msm: pervent access to suspended controller
authorMantas Pucka <mantas@8devices.com>
Thu, 21 Mar 2024 14:30:01 +0000 (14:30 +0000)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 2 Apr 2024 10:24:19 +0000 (12:24 +0200)
commitf8def10f73a516b771051a2f70f2f0446902cb4f
tree3d5c4fa62bf8660d9798fb73582b97ed884bb40d
parent39cd87c4eb2b893354f3b850f916353f2658ae6f
mmc: sdhci-msm: pervent access to suspended controller

Generic sdhci code registers LED device and uses host->runtime_suspended
flag to protect access to it. The sdhci-msm driver doesn't set this flag,
which causes a crash when LED is accessed while controller is runtime
suspended. Fix this by setting the flag correctly.

Cc: stable@vger.kernel.org
Fixes: 67e6db113c90 ("mmc: sdhci-msm: Add pm_runtime and system PM support")
Signed-off-by: Mantas Pucka <mantas@8devices.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/20240321-sdhci-mmc-suspend-v1-1-fbc555a64400@8devices.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/sdhci-msm.c