From: Stephen Boyd <sboyd@kernel•org>
To: Michael Turquette <mturquette@baylibre•com>,
Stephen Boyd <sboyd@kernel•org>
Cc: Paul Walmsley <paul@pwsan•com>, Arnd Bergmann <arnd@arndb•de>,
Catalin Marinas <catalin.marinas@arm•com>,
linux-kernel@vger•kernel.org, Thierry Reding <treding@nvidia•com>,
Will Deacon <will@kernel•org>,
linux-clk@vger•kernel.org, linux-arm-kernel@lists•infradead.org
Subject: [PATCH 3/9] arm64: tegra: Remove redundant CLKDEV_LOOKUP selects
Date: Sat, 4 Apr 2020 19:51:17 -0700 [thread overview]
Message-ID: <20200405025123.154688-4-sboyd@kernel.org> (raw)
In-Reply-To: <20200405025123.154688-1-sboyd@kernel.org>
The arm64 architecture selects COMMON_CLK at the toplevel ARM64 config.
The COMMON_CLK config option already selects CLKDEV_LOOKUP so it's
redundant to have this selected again for the Tegra specific config.
Cc: Paul Walmsley <paul@pwsan•com>
Cc: Thierry Reding <treding@nvidia•com>
Cc: Catalin Marinas <catalin.marinas@arm•com>
Cc: Will Deacon <will@kernel•org>
Cc: <linux-arm-kernel@lists•infradead.org>
Cc: Arnd Bergmann <arnd@arndb•de>
Signed-off-by: Stephen Boyd <sboyd@kernel•org>
---
arch/arm64/Kconfig.platforms | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index b2b504ea6fd6..5d5d91feca44 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -236,7 +236,6 @@ config ARCH_TEGRA
bool "NVIDIA Tegra SoC Family"
select ARCH_HAS_RESET_CONTROLLER
select ARM_GIC_PM
- select CLKDEV_LOOKUP
select CLKSRC_MMIO
select TIMER_OF
select GENERIC_CLOCKEVENTS
--
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 ` [PATCH 1/9] ARM: Remove redundant COMMON_CLK selects Stephen Boyd
2020-04-05 6:20 ` 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 ` Stephen Boyd [this message]
2020-04-06 9:12 ` [PATCH 3/9] arm64: tegra: " 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-4-sboyd@kernel.org \
--to=sboyd@kernel$(echo .)org \
--cc=arnd@arndb$(echo .)de \
--cc=catalin.marinas@arm$(echo .)com \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
--cc=linux-clk@vger$(echo .)kernel.org \
--cc=linux-kernel@vger$(echo .)kernel.org \
--cc=mturquette@baylibre$(echo .)com \
--cc=paul@pwsan$(echo .)com \
--cc=treding@nvidia$(echo .)com \
--cc=will@kernel$(echo .)org \
/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