From: Stephen Boyd <sboyd@kernel•org>
To: Michael Turquette <mturquette@baylibre•com>,
Stephen Boyd <sboyd@kernel•org>
Cc: "Arnd Bergmann" <arnd@arndb•de>,
"Alexander Shiyan" <shc_work@mail•ru>,
linux-clk@vger•kernel.org, "Russell King" <linux@armlinux•org.uk>,
linux-kernel@vger•kernel.org, "Lubomir Rintel" <lkundrak@v3•sk>,
"Manivannan Sadhasivam" <manivannan.sadhasivam@linaro•org>,
"Andreas Färber" <afaerber@suse•de>,
linux-arm-kernel@lists•infradead.org
Subject: [PATCH 1/9] ARM: Remove redundant COMMON_CLK selects
Date: Sat, 4 Apr 2020 19:51:15 -0700 [thread overview]
Message-ID: <20200405025123.154688-2-sboyd@kernel.org> (raw)
In-Reply-To: <20200405025123.154688-1-sboyd@kernel.org>
The mulitplatform config already selects COMMON_CLK, so selecting it
again is not useful. Remove these selects from ARM platforms that are
part of the multiplatform build.
Cc: "Andreas Färber" <afaerber@suse•de>
Cc: Manivannan Sadhasivam <manivannan.sadhasivam@linaro•org>
Cc: Russell King <linux@armlinux•org.uk>
Cc: Alexander Shiyan <shc_work@mail•ru>
Cc: Lubomir Rintel <lkundrak@v3•sk>
Cc: <linux-arm-kernel@lists•infradead.org>
Cc: Arnd Bergmann <arnd@arndb•de>
Signed-off-by: Stephen Boyd <sboyd@kernel•org>
---
arch/arm/mach-actions/Kconfig | 1 -
arch/arm/mach-clps711x/Kconfig | 1 -
arch/arm/mach-mmp/Kconfig | 1 -
3 files changed, 3 deletions(-)
diff --git a/arch/arm/mach-actions/Kconfig b/arch/arm/mach-actions/Kconfig
index b5e0ac965ec0..00fb4babccdd 100644
--- a/arch/arm/mach-actions/Kconfig
+++ b/arch/arm/mach-actions/Kconfig
@@ -7,7 +7,6 @@ menuconfig ARCH_ACTIONS
select ARM_GLOBAL_TIMER
select CACHE_L2X0
select CLKSRC_ARM_GLOBAL_TIMER_SCHED_CLOCK
- select COMMON_CLK
select GENERIC_IRQ_CHIP
select HAVE_ARM_SCU if SMP
select HAVE_ARM_TWD if SMP
diff --git a/arch/arm/mach-clps711x/Kconfig b/arch/arm/mach-clps711x/Kconfig
index fc9188b54dd6..ba497a2032e9 100644
--- a/arch/arm/mach-clps711x/Kconfig
+++ b/arch/arm/mach-clps711x/Kconfig
@@ -5,7 +5,6 @@ menuconfig ARCH_CLPS711X
select AUTO_ZRELADDR
select TIMER_OF
select CLPS711X_TIMER
- select COMMON_CLK
select CPU_ARM720T
select GENERIC_CLOCKEVENTS
select GPIOLIB
diff --git a/arch/arm/mach-mmp/Kconfig b/arch/arm/mach-mmp/Kconfig
index b58a03b18bde..6fe1550f43ec 100644
--- a/arch/arm/mach-mmp/Kconfig
+++ b/arch/arm/mach-mmp/Kconfig
@@ -110,7 +110,6 @@ config MACH_MMP_DT
depends on ARCH_MULTI_V5
select PINCTRL
select PINCTRL_SINGLE
- select COMMON_CLK
select ARCH_HAS_RESET_CONTROLLER
select CPU_MOHAWK
help
--
Sent by a computer, using git, on the internet
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists•infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next prev parent reply other threads:[~2020-04-05 2:51 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-05 2:51 [PATCH 0/9] Allow COMMON_CLK to be selectable Stephen Boyd
2020-04-05 2:51 ` Stephen Boyd [this message]
2020-04-05 6:20 ` [PATCH 1/9] ARM: Remove redundant COMMON_CLK selects Manivannan Sadhasivam
2020-04-06 11:03 ` Andreas Färber
2020-04-05 2:51 ` [PATCH 2/9] ARM: Remove redundant CLKDEV_LOOKUP selects Stephen Boyd
2020-04-05 2:51 ` [PATCH 3/9] arm64: tegra: " Stephen Boyd
2020-04-06 9:12 ` Thierry Reding
2020-04-05 2:51 ` [PATCH 6/9] clk: Allow the common clk framework to be selectable Stephen Boyd
2020-04-05 12:45 ` Arnd Bergmann
[not found] ` <158614207114.88454.6776609424163493475@swboyd.mtv.corp.google.com>
[not found] ` <CAK8P3a3Yt2woG2LMcQ0jNPGuHdMtFbBmLvtBbrWFQ4J6x3v9aQ@mail.gmail.com>
2020-04-07 4:57 ` Greg Ungerer
2020-04-07 7:07 ` Geert Uytterhoeven
2020-04-05 14:27 ` kbuild test robot
2020-04-05 2:51 ` [PATCH 7/9] ARM: mmp: Remove legacy clk code Stephen Boyd
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200405025123.154688-2-sboyd@kernel.org \
--to=sboyd@kernel$(echo .)org \
--cc=afaerber@suse$(echo .)de \
--cc=arnd@arndb$(echo .)de \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-clk@vger$(echo .)kernel.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=linux@armlinux$(echo .)org.uk \
--cc=lkundrak@v3$(echo .)sk \
--cc=manivannan.sadhasivam@linaro$(echo .)org \
--cc=mturquette@baylibre$(echo .)com \
--cc=shc_work@mail$(echo .)ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox