Re: [PATCH] clk: samsung: allow building the clkout driver as module

From: Krzysztof Kozlowski
Date: Thu Nov 12 2020 - 11:18:27 EST


On Thu, Nov 12, 2020 at 03:36:35PM +0100, Sylwester Nawrocki wrote:
> On 11/10/20 20:37, Krzysztof Kozlowski wrote:
> > The Exynos clock output driver can be built as module (it does not have
> > to be part of core init process) for better customization. Adding a
> > KConfig entry allows also compile testing for build coverage.
> >
> > Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
>
> This needs to go through your tree due to dependencies on your previous
> patches, so
>
> Acked-by: Sylwester Nawrocki <s.nawrocki@xxxxxxxxxxx>

Yes, thanks.

>
> > ---
> > drivers/clk/samsung/Kconfig | 10 ++++++++++
> > drivers/clk/samsung/Makefile | 2 +-
> > drivers/clk/samsung/clk-exynos-clkout.c | 1 +
> > 3 files changed, 12 insertions(+), 1 deletion(-)
> >
> > diff --git a/drivers/clk/samsung/Kconfig b/drivers/clk/samsung/Kconfig
> > index 57d4b3f20417..b6b2cb209543 100644
> > --- a/drivers/clk/samsung/Kconfig
> > +++ b/drivers/clk/samsung/Kconfig
> > @@ -19,6 +19,16 @@ config EXYNOS_AUDSS_CLK_CON
> > on some Exynos SoC variants. Choose M or Y here if you want to
> > use audio devices such as I2S, PCM, etc.
> >
> > +config EXYNOS_CLK_OUT
>
> Perhaps change it EXYNOS_CLKOUT for a better match with the SoC documentation?

Sure, I applied it with name fixup.

Best regards,
Krzysztof