linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 12/20] ARM: meson: Drop unneeded select of COMMON_CLK
       [not found] ` <20200121103722.1781-1-geert+renesas@glider.be>
@ 2020-01-21 10:37   ` Geert Uytterhoeven
  2020-01-21 22:11     ` Martin Blumenstingl
  0 siblings, 1 reply; 3+ messages in thread
From: Geert Uytterhoeven @ 2020-01-21 10:37 UTC (permalink / raw)
  To: Arnd Bergmann, Kevin Hilman, Olof Johansson
  Cc: Kevin Hilman, Geert Uytterhoeven, linux-kernel, linux-arm-kernel,
	linux-amlogic

Support for Amlogic Meson SoCs depends on ARCH_MULTI_V7, and thus on
ARCH_MULTIPLATFORM.
As the latter selects COMMON_CLK, there is no need for ARCH_MESON to
select COMMON_CLK.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Kevin Hilman <khilman@baylibre.com>
Cc: linux-amlogic@lists.infradead.org
---
All patches in this series are independent of each other.
Cover letter at https://lore.kernel.org/r/20200121103413.1337-1-geert+renesas@glider.be

 arch/arm/mach-meson/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig
index 01f0f4b765e00c98..75034fe197e3be0d 100644
--- a/arch/arm/mach-meson/Kconfig
+++ b/arch/arm/mach-meson/Kconfig
@@ -9,7 +9,6 @@ menuconfig ARCH_MESON
 	select CACHE_L2X0
 	select PINCTRL
 	select PINCTRL_MESON
-	select COMMON_CLK
 	select HAVE_ARM_SCU if SMP
 	select HAVE_ARM_TWD if SMP
 
-- 
2.17.1


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 12/20] ARM: meson: Drop unneeded select of COMMON_CLK
  2020-01-21 10:37   ` [PATCH 12/20] ARM: meson: Drop unneeded select of COMMON_CLK Geert Uytterhoeven
@ 2020-01-21 22:11     ` Martin Blumenstingl
  2020-01-22  7:33       ` Geert Uytterhoeven
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Blumenstingl @ 2020-01-21 22:11 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: Arnd Bergmann, Kevin Hilman, Kevin Hilman, linux-kernel,
	Olof Johansson, linux-amlogic, linux-arm-kernel

On Tue, Jan 21, 2020 at 12:47 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:
>
> Support for Amlogic Meson SoCs depends on ARCH_MULTI_V7, and thus on
> ARCH_MULTIPLATFORM.
> As the latter selects COMMON_CLK, there is no need for ARCH_MESON to
> select COMMON_CLK.
>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>

> Cc: Kevin Hilman <khilman@baylibre.com>
> Cc: linux-amlogic@lists.infradead.org
I assume that Kevin should take this through the linux-amlogic tree
(instead of someone else applying the whole series directly to the
arm-soc tree)?


Martin

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 12/20] ARM: meson: Drop unneeded select of COMMON_CLK
  2020-01-21 22:11     ` Martin Blumenstingl
@ 2020-01-22  7:33       ` Geert Uytterhoeven
  0 siblings, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2020-01-22  7:33 UTC (permalink / raw)
  To: Martin Blumenstingl
  Cc: Geert Uytterhoeven, Arnd Bergmann, Kevin Hilman, Kevin Hilman,
	Linux Kernel Mailing List, Olof Johansson,
	open list:ARM/Amlogic Meson...,
	Linux ARM

Hi Martin,

On Tue, Jan 21, 2020 at 11:11 PM Martin Blumenstingl
<martin.blumenstingl@googlemail.com> wrote:
> On Tue, Jan 21, 2020 at 12:47 PM Geert Uytterhoeven
> <geert+renesas@glider.be> wrote:
> > Support for Amlogic Meson SoCs depends on ARCH_MULTI_V7, and thus on
> > ARCH_MULTIPLATFORM.
> > As the latter selects COMMON_CLK, there is no need for ARCH_MESON to
> > select COMMON_CLK.
> >
> > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>

Thanks!

> > Cc: Kevin Hilman <khilman@baylibre.com>
> > Cc: linux-amlogic@lists.infradead.org
> I assume that Kevin should take this through the linux-amlogic tree
> (instead of someone else applying the whole series directly to the
> arm-soc tree)?

Yes, that's the way to reduce the risk of conflicts.

Gr{oetje,eeting}s,

                        Geert

-- 
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-22  7:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20200121103413.1337-1-geert+renesas@glider.be>
     [not found] ` <20200121103722.1781-1-geert+renesas@glider.be>
2020-01-21 10:37   ` [PATCH 12/20] ARM: meson: Drop unneeded select of COMMON_CLK Geert Uytterhoeven
2020-01-21 22:11     ` Martin Blumenstingl
2020-01-22  7:33       ` Geert Uytterhoeven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).