]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
soc: samsung: exynos-pmu: move some gs101 related code into new file
authorAndré Draszik <andre.draszik@linaro.org>
Thu, 9 Oct 2025 09:31:26 +0000 (10:31 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 18 Oct 2025 17:16:44 +0000 (19:16 +0200)
commitb320711e4c377b0e2ce0b296ba9485cf3f9eb10d
treedc3e1b16807e0799b5154c9b3a698ddb0768b502
parent1fce7e4d6c42c8164e6e36d8600e16663066c1b2
soc: samsung: exynos-pmu: move some gs101 related code into new file

To avoid cluttering common code, move most of the gs101 code into a new
file, gs101-pmu.c

More code is going to be added for gs101 - having it all in one file
helps keeping the common code (file) more readable. While at it, rename
variables 'ctx' to 'context' for consistency.

No functional change.

Reviewed-by: Sam Protsenko <semen.protsenko@linaro.org>
Signed-off-by: André Draszik <andre.draszik@linaro.org>
Link: https://patch.msgid.link/20251009-gs101-pmu-regmap-tables-v2-2-2d64f5261952@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
MAINTAINERS
drivers/soc/samsung/Makefile
drivers/soc/samsung/exynos-pmu.c
drivers/soc/samsung/exynos-pmu.h
drivers/soc/samsung/gs101-pmu.c [new file with mode: 0644]