linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: meson: do not select COMMON_CLK_AMLOGIC
@ 2019-01-28 18:22 Jerome Brunet
  2019-01-28 18:22 ` [PATCH 1/2] arm64: meson: remove COMMON_CLK_AMLOGIC selection Jerome Brunet
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jerome Brunet @ 2019-01-28 18:22 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: Jerome Brunet, linux-arm-kernel, linux-amlogic, linux-kernel

The patchset remove the selection of CONFIG_COMMON_CLK_AMLOGIC.
This CONFIG symbol:
* Is already selected by controller driver which requires it.
* Is being removed by this changeset [0]

Whether or not series [0] is merged, selecting CONFIG_COMMON_CLK_AMLOGIC
is not necessary and it is safe to remove it.

[0]: https://lkml.kernel.org/r/20190128180430.28689-1-jbrunet@baylibre.com

Jerome Brunet (2):
  arm64: meson: remove COMMON_CLK_AMLOGIC selection
  ARM: meson: remove COMMON_CLK_AMLOGIC selection

 arch/arm/mach-meson/Kconfig  | 1 -
 arch/arm64/Kconfig.platforms | 1 -
 2 files changed, 2 deletions(-)

-- 
2.20.1


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

* [PATCH 1/2] arm64: meson: remove COMMON_CLK_AMLOGIC selection
  2019-01-28 18:22 [PATCH 0/2] ARM: meson: do not select COMMON_CLK_AMLOGIC Jerome Brunet
@ 2019-01-28 18:22 ` Jerome Brunet
  2019-01-28 18:22 ` [PATCH 2/2] ARM: " Jerome Brunet
  2019-02-07  3:54 ` [PATCH 0/2] ARM: meson: do not select COMMON_CLK_AMLOGIC Kevin Hilman
  2 siblings, 0 replies; 4+ messages in thread
From: Jerome Brunet @ 2019-01-28 18:22 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: Jerome Brunet, linux-arm-kernel, linux-amlogic, linux-kernel

Selecting COMMON_CLK_AMLOGIC is not required as it is already selected
by the SoC clock controller driver

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
---
 arch/arm64/Kconfig.platforms | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 251ecf34cb02..819e74ae9224 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -112,7 +112,6 @@ config ARCH_MESON
 	bool "Amlogic Platforms"
 	select PINCTRL
 	select PINCTRL_MESON
-	select COMMON_CLK_AMLOGIC
 	select COMMON_CLK_GXBB
 	select COMMON_CLK_AXG
 	select MESON_IRQ_GPIO
-- 
2.20.1


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

* [PATCH 2/2] ARM: meson: remove COMMON_CLK_AMLOGIC selection
  2019-01-28 18:22 [PATCH 0/2] ARM: meson: do not select COMMON_CLK_AMLOGIC Jerome Brunet
  2019-01-28 18:22 ` [PATCH 1/2] arm64: meson: remove COMMON_CLK_AMLOGIC selection Jerome Brunet
@ 2019-01-28 18:22 ` Jerome Brunet
  2019-02-07  3:54 ` [PATCH 0/2] ARM: meson: do not select COMMON_CLK_AMLOGIC Kevin Hilman
  2 siblings, 0 replies; 4+ messages in thread
From: Jerome Brunet @ 2019-01-28 18:22 UTC (permalink / raw)
  To: Kevin Hilman; +Cc: Jerome Brunet, linux-arm-kernel, linux-amlogic, linux-kernel

Selecting COMMON_CLK_AMLOGIC is not required as it is already selected
by the SoC clock controller driver

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
---
 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 b16831697183..15e9cb75738e 100644
--- a/arch/arm/mach-meson/Kconfig
+++ b/arch/arm/mach-meson/Kconfig
@@ -9,7 +9,6 @@ menuconfig ARCH_MESON
 	select PINCTRL
 	select PINCTRL_MESON
 	select COMMON_CLK
-	select COMMON_CLK_AMLOGIC
 	select HAVE_ARM_SCU if SMP
 	select HAVE_ARM_TWD if SMP
 
-- 
2.20.1


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

* Re: [PATCH 0/2] ARM: meson: do not select COMMON_CLK_AMLOGIC
  2019-01-28 18:22 [PATCH 0/2] ARM: meson: do not select COMMON_CLK_AMLOGIC Jerome Brunet
  2019-01-28 18:22 ` [PATCH 1/2] arm64: meson: remove COMMON_CLK_AMLOGIC selection Jerome Brunet
  2019-01-28 18:22 ` [PATCH 2/2] ARM: " Jerome Brunet
@ 2019-02-07  3:54 ` Kevin Hilman
  2 siblings, 0 replies; 4+ messages in thread
From: Kevin Hilman @ 2019-02-07  3:54 UTC (permalink / raw)
  To: Jerome Brunet
  Cc: Jerome Brunet, linux-arm-kernel, linux-amlogic, linux-kernel

Jerome Brunet <jbrunet@baylibre.com> writes:

> The patchset remove the selection of CONFIG_COMMON_CLK_AMLOGIC.
> This CONFIG symbol:
> * Is already selected by controller driver which requires it.
> * Is being removed by this changeset [0]
>
> Whether or not series [0] is merged, selecting CONFIG_COMMON_CLK_AMLOGIC
> is not necessary and it is safe to remove it.
>
> [0]: https://lkml.kernel.org/r/20190128180430.28689-1-jbrunet@baylibre.com

Queued for v5.1 (branch: v5.1/soc)

Kevin

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

end of thread, other threads:[~2019-02-07  3:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-28 18:22 [PATCH 0/2] ARM: meson: do not select COMMON_CLK_AMLOGIC Jerome Brunet
2019-01-28 18:22 ` [PATCH 1/2] arm64: meson: remove COMMON_CLK_AMLOGIC selection Jerome Brunet
2019-01-28 18:22 ` [PATCH 2/2] ARM: " Jerome Brunet
2019-02-07  3:54 ` [PATCH 0/2] ARM: meson: do not select COMMON_CLK_AMLOGIC Kevin Hilman

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).