Re: [PATCH 1/2] soc: samsung: exynos-pmu: instantiate clkout driver as MFD

From: Krzysztof Kozlowski
Date: Wed Oct 28 2020 - 18:02:45 EST


On Thu, Oct 01, 2020 at 06:56:45PM +0200, Krzysztof Kozlowski wrote:
> The Exynos clock output (clkout) driver uses same register address space
> (Power Management Unit address space) as Exynos PMU driver and same set
> of compatibles. It was modeled as clock provider instantiated with
> CLK_OF_DECLARE_DRIVE().
>
> This however brings ordering problems and lack of probe deferral,
> therefore clkout driver should be converted to a regular module and
> instantiated as a child of PMU driver to be able to use existing
> compatibles and address space.
>
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
> ---
> drivers/soc/samsung/exynos-pmu.c | 11 +++++++++++
> 1 file changed, 11 insertions(+)

Applied with all tags.

Best regards,
Krzysztof