Re: [PATCH v2 10/12] soc: samsung: pmu: modularize the Exynos ARMv8 PMU driver

From: Krzysztof Kozlowski
Date: Wed Sep 29 2021 - 09:11:46 EST


On 29/09/2021 01:56, Will McVicker wrote:
> In order to only modularize the Exynos ARMv8 PMU driver, we have to
> split it up from the ARM PMU driver. So make the following Kconfig
> changes:
> * EXYNOS_PMU -> EXYNOS_PMU_ARM64
> * EXYNOS_PMU_ARM_DRIVERS -> EXYNOS_PMU_ARM
>
> This patch also includes the necessary modularization changes.
>
> Lastly, have EXYNOS_PMU_ARM64 use "default y if ARCH_EXYNOS && ARM64"
> instead of having ARCH_EXYNOS select it directly.

The same comments as for clocks patch:
1. You missed to explain the most important change - removed enforcing
of built-in.
2. You ignored Geert's comments and broke distros configs for Exynos
platforms.



Best regards,
Krzysztof