From: nicolas.ferre@atmel.com (Nicolas Ferre)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: drop explicit selection of HAVE_CLK and CLKDEV_LOOKUP
Date: Wed, 25 Sep 2013 09:20:24 +0200 [thread overview]
Message-ID: <52428EB8.9010607@atmel.com> (raw)
In-Reply-To: <1380044515-3173-1-git-send-email-u.kleine-koenig@pengutronix.de>
On 24/09/2013 19:41, Uwe Kleine-K?nig :
> CLKDEV_LOOKUP selects HAVE_CLK and COMMON_CLK selects CLKDEV_LOOKUP. So
> all symbols that select at least two of these symbols can be simplified.
>
> For imx, omap2 and ux500 some rearrangements were necessary before the
> simplification.
>
> Signed-off-by: Uwe Kleine-K?nig <u.kleine-koenig@pengutronix.de>
> ---
> arch/arm/Kconfig | 12 ------------
> arch/arm/mach-highbank/Kconfig | 1 -
> arch/arm/mach-imx/Kconfig | 10 +---------
> arch/arm/mach-omap2/Kconfig | 9 +--------
> arch/arm/mach-socfpga/Kconfig | 1 -
> arch/arm/mach-spear/Kconfig | 2 --
> arch/arm/mach-tegra/Kconfig | 2 --
> arch/arm/mach-u300/Kconfig | 1 -
> arch/arm/mach-ux500/Kconfig | 29 ++++++++++++-----------------
> arch/arm/mach-vexpress/Kconfig | 2 --
> arch/arm/mach-vt8500/Kconfig | 1 -
> 11 files changed, 14 insertions(+), 56 deletions(-)
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 3230f4c..66164a0 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -360,7 +360,6 @@ config ARCH_AT91
> bool "Atmel AT91"
> select ARCH_REQUIRE_GPIOLIB
> select CLKDEV_LOOKUP
> - select HAVE_CLK
For AT91:
Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com>
> select IRQ_DOMAIN
> select NEED_MACH_GPIO_H
> select NEED_MACH_IO_H if PCCARD
[..]
Thanks Uwe, bye,
--
Nicolas Ferre
next prev parent reply other threads:[~2013-09-25 7:20 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-24 17:41 [PATCH] ARM: drop explicit selection of HAVE_CLK and CLKDEV_LOOKUP Uwe Kleine-König
2013-09-24 18:08 ` Tony Lindgren
2013-09-24 19:10 ` Stephen Boyd
2013-09-24 19:27 ` Dinh Nguyen
2013-09-25 7:20 ` Nicolas Ferre [this message]
2013-09-25 10:28 ` Pawel Moll
2013-09-27 12:44 ` Linus Walleij
2013-10-01 9:08 ` Uwe Kleine-König
2013-10-07 17:42 ` Olof Johansson
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=52428EB8.9010607@atmel.com \
--to=nicolas.ferre@atmel.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
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;
as well as URLs for NNTP newsgroup(s).