linux/drivers/pmdomain/mediatek
Chen-Yu Tsai 0c1ddc7bb3 pmdomain: mediatek: Add error messages for missing regmaps
A recent change to the syscon regmap API caused the MediaTek power
controller drivers to fail, as the required regmap could no longer be
retrieved. The error did not have an accompanying message, making the
failure less obvious. The aforementioned change has since been reverted.

Add error messages to all the regmap retrievals, thereby making all
error paths in scpsys_add_one_domain() have visible error messages.

Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20250421090951.395467-1-wenst@chromium.org
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
2025-04-25 12:17:55 +02:00
..
airoha-cpu-pmdomain.c
Kconfig
Makefile
mt6735-pm-domains.h
mt6795-pm-domains.h
mt6893-pm-domains.h pmdomain: mediatek: Add support for Dimensity 1200 MT6893 2025-04-23 10:28:13 +02:00
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
mt8365-pm-domains.h
mtk-pm-domains.c pmdomain: mediatek: Add error messages for missing regmaps 2025-04-25 12:17:55 +02:00
mtk-pm-domains.h pmdomain: mediatek: Bump maximum bus protect data array elements 2025-04-23 10:28:05 +02:00
mtk-scpsys.c