linux-stable/drivers/pmdomain/mediatek
Eugen Hristev f83b9abee9 pmdomain: mediatek: fix race conditions with genpd
commit c41336f4d6 upstream.

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: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-02-23 09:25:07 +01:00
..
Makefile
mt6795-pm-domains.h
mt8167-pm-domains.h
mt8173-pm-domains.h
mt8183-pm-domains.h
mt8186-pm-domains.h
mt8188-pm-domains.h
mt8192-pm-domains.h
mt8195-pm-domains.h
mtk-pm-domains.c
mtk-pm-domains.h
mtk-scpsys.c