All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nishanth Menon <nm@ti.com>
To: Mark Brown <broonie@kernel.org>, Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org, linaro-kernel@lists.linaro.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM: omap: Remove stray ARCH_HAS_OPP references
Date: Sat, 06 Sep 2014 09:10:41 -0500	[thread overview]
Message-ID: <540B15E1.6090604@ti.com> (raw)
In-Reply-To: <1409998456-28066-1-git-send-email-broonie@kernel.org>

On 09/06/2014 05:14 AM, Mark Brown wrote:
> OPP is now a normal kernel library selected by its users rather than a
> feature that architectures need to enable so ARCH_HAS_OPP serves no
> function any more - remove the selects.
>
> Signed-off-by: Mark Brown <broonie@kernel.org>
> ---
>   arch/arm/mach-omap2/Kconfig | 5 -----
>   1 file changed, 5 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
> index e7189dcc9309..11ccf0b4e5c2 100644
> --- a/arch/arm/mach-omap2/Kconfig
> +++ b/arch/arm/mach-omap2/Kconfig
> @@ -25,7 +25,6 @@ config ARCH_OMAP4
>   	bool "TI OMAP4"
>   	depends on ARCH_MULTI_V7
>   	select ARCH_OMAP2PLUS
> -	select ARCH_HAS_OPP
>   	select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP
>   	select ARM_CPU_SUSPEND if PM
>   	select ARM_ERRATA_720789
> @@ -44,7 +43,6 @@ config SOC_OMAP5
>   	bool "TI OMAP5"
>   	depends on ARCH_MULTI_V7
>   	select ARCH_OMAP2PLUS
> -	select ARCH_HAS_OPP
>   	select ARM_CPU_SUSPEND if PM
>   	select ARM_GIC
>   	select HAVE_ARM_SCU if SMP
> @@ -56,14 +54,12 @@ config SOC_AM33XX
>   	bool "TI AM33XX"
>   	depends on ARCH_MULTI_V7
>   	select ARCH_OMAP2PLUS
> -	select ARCH_HAS_OPP
>   	select ARM_CPU_SUSPEND if PM
>
>   config SOC_AM43XX
>   	bool "TI AM43x"
>   	depends on ARCH_MULTI_V7
>   	select ARCH_OMAP2PLUS
> -	select ARCH_HAS_OPP
>   	select ARM_GIC
>   	select MACH_OMAP_GENERIC
>   	select MIGHT_HAVE_CACHE_L2X0
> @@ -72,7 +68,6 @@ config SOC_DRA7XX
>   	bool "TI DRA7XX"
>   	depends on ARCH_MULTI_V7
>   	select ARCH_OMAP2PLUS
> -	select ARCH_HAS_OPP
>   	select ARM_CPU_SUSPEND if PM
>   	select ARM_GIC
>   	select HAVE_ARM_ARCH_TIMER
>


Acked-by: Nishanth Menon <nm@ti.com>


WARNING: multiple messages have this Message-ID (diff)
From: nm@ti.com (Nishanth Menon)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: omap: Remove stray ARCH_HAS_OPP references
Date: Sat, 06 Sep 2014 09:10:41 -0500	[thread overview]
Message-ID: <540B15E1.6090604@ti.com> (raw)
In-Reply-To: <1409998456-28066-1-git-send-email-broonie@kernel.org>

On 09/06/2014 05:14 AM, Mark Brown wrote:
> OPP is now a normal kernel library selected by its users rather than a
> feature that architectures need to enable so ARCH_HAS_OPP serves no
> function any more - remove the selects.
>
> Signed-off-by: Mark Brown <broonie@kernel.org>
> ---
>   arch/arm/mach-omap2/Kconfig | 5 -----
>   1 file changed, 5 deletions(-)
>
> diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig
> index e7189dcc9309..11ccf0b4e5c2 100644
> --- a/arch/arm/mach-omap2/Kconfig
> +++ b/arch/arm/mach-omap2/Kconfig
> @@ -25,7 +25,6 @@ config ARCH_OMAP4
>   	bool "TI OMAP4"
>   	depends on ARCH_MULTI_V7
>   	select ARCH_OMAP2PLUS
> -	select ARCH_HAS_OPP
>   	select ARCH_NEEDS_CPU_IDLE_COUPLED if SMP
>   	select ARM_CPU_SUSPEND if PM
>   	select ARM_ERRATA_720789
> @@ -44,7 +43,6 @@ config SOC_OMAP5
>   	bool "TI OMAP5"
>   	depends on ARCH_MULTI_V7
>   	select ARCH_OMAP2PLUS
> -	select ARCH_HAS_OPP
>   	select ARM_CPU_SUSPEND if PM
>   	select ARM_GIC
>   	select HAVE_ARM_SCU if SMP
> @@ -56,14 +54,12 @@ config SOC_AM33XX
>   	bool "TI AM33XX"
>   	depends on ARCH_MULTI_V7
>   	select ARCH_OMAP2PLUS
> -	select ARCH_HAS_OPP
>   	select ARM_CPU_SUSPEND if PM
>
>   config SOC_AM43XX
>   	bool "TI AM43x"
>   	depends on ARCH_MULTI_V7
>   	select ARCH_OMAP2PLUS
> -	select ARCH_HAS_OPP
>   	select ARM_GIC
>   	select MACH_OMAP_GENERIC
>   	select MIGHT_HAVE_CACHE_L2X0
> @@ -72,7 +68,6 @@ config SOC_DRA7XX
>   	bool "TI DRA7XX"
>   	depends on ARCH_MULTI_V7
>   	select ARCH_OMAP2PLUS
> -	select ARCH_HAS_OPP
>   	select ARM_CPU_SUSPEND if PM
>   	select ARM_GIC
>   	select HAVE_ARM_ARCH_TIMER
>


Acked-by: Nishanth Menon <nm@ti.com>

  reply	other threads:[~2014-09-06 14:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-06 10:14 [PATCH] ARM: omap: Remove stray ARCH_HAS_OPP references Mark Brown
2014-09-06 10:14 ` Mark Brown
2014-09-06 14:10 ` Nishanth Menon [this message]
2014-09-06 14:10   ` Nishanth Menon
2014-09-09  0:20   ` Tony Lindgren
2014-09-09  0:20     ` Tony Lindgren

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=540B15E1.6090604@ti.com \
    --to=nm@ti.com \
    --cc=broonie@kernel.org \
    --cc=linaro-kernel@lists.linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=tony@atomide.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.