linux-stable/drivers/soc/mediatek
Eugen Hristev 339ddc983b pmdomain: mediatek: fix race conditions with genpd
[ Upstream commit c41336f4d6 ]

If the power domains are registered first with genpd and *after that*
the driver attempts to power them on in the probe sequence, then it is
possible that a race condition occurs if genpd tries to power them on
in the same time.
The same is valid for powering them off before unregistering them
from genpd.
Attempt to fix race conditions by first removing the domains from genpd
and *after that* powering down domains.
Also first power up the domains and *after that* register them
to genpd.

Fixes: 59b644b01c ("soc: mediatek: Add MediaTek SCPSYS power domains")
Signed-off-by: Eugen Hristev <eugen.hristev@collabora.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20231225133615.78993-1-eugen.hristev@collabora.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-03-01 13:26:30 +01:00
..
Kconfig
Makefile
mt6795-pm-domains.h
mt8167-mmsys.h
mt8167-pm-domains.h
mt8173-pm-domains.h
mt8183-mmsys.h
mt8183-pm-domains.h
mt8186-mmsys.h
mt8186-pm-domains.h
mt8192-mmsys.h
mt8192-pm-domains.h
mt8195-mmsys.h
mt8195-pm-domains.h
mt8365-mmsys.h
mtk-cmdq-helper.c
mtk-devapc.c
mtk-infracfg.c
mtk-mmsys.c
mtk-mmsys.h
mtk-mutex.c
mtk-pm-domains.c pmdomain: mediatek: fix race conditions with genpd 2024-03-01 13:26:30 +01:00
mtk-pm-domains.h
mtk-pmic-wrap.c
mtk-scpsys.c
mtk-svs.c soc: mediatek: SVS: Fix MT8192 GPU node name 2023-07-19 16:21:27 +02:00