linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH/RESEND] ARM: Kconfig: Remove duplicate IRQ Kconfig entries
@ 2012-04-09 17:35 Stephen Boyd
  2012-04-10 10:12 ` Russell King - ARM Linux
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Boyd @ 2012-04-09 17:35 UTC (permalink / raw)
  To: linux-arm-kernel

These kconfig entries are already defined in kernel/irq/Kconfig
so select them instead of redefining them.

Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
---
 arch/arm/Kconfig |   10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7a08e37..a3ae6e9 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -30,6 +30,8 @@ config ARM
 	select HAVE_HW_BREAKPOINT if (PERF_EVENTS && (CPU_V6 || CPU_V6K || CPU_V7))
 	select HAVE_C_RECORDMCOUNT
 	select HAVE_GENERIC_HARDIRQS
+	select HARDIRQS_SW_RESEND
+	select GENERIC_IRQ_PROBE
 	select GENERIC_IRQ_SHOW
 	select CPU_PM if (SUSPEND || CPU_IDLE)
 	select GENERIC_PCI_IOMAP
@@ -125,14 +127,6 @@ config TRACE_IRQFLAGS_SUPPORT
 	bool
 	default y
 
-config HARDIRQS_SW_RESEND
-	bool
-	default y
-
-config GENERIC_IRQ_PROBE
-	bool
-	default y
-
 config GENERIC_LOCKBREAK
 	bool
 	default y
-- 
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

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

* [PATCH/RESEND] ARM: Kconfig: Remove duplicate IRQ Kconfig entries
  2012-04-09 17:35 [PATCH/RESEND] ARM: Kconfig: Remove duplicate IRQ Kconfig entries Stephen Boyd
@ 2012-04-10 10:12 ` Russell King - ARM Linux
  2012-04-10 17:01   ` Stephen Boyd
  0 siblings, 1 reply; 4+ messages in thread
From: Russell King - ARM Linux @ 2012-04-10 10:12 UTC (permalink / raw)
  To: linux-arm-kernel

Who are you expecting to pick up on this patch?  You're sending it _to_
the mailing list rather than to a person.  Are you expecting all
subscribers to pick it up and apply it individually? ;)

On Mon, Apr 09, 2012 at 10:35:11AM -0700, Stephen Boyd wrote:
> These kconfig entries are already defined in kernel/irq/Kconfig
> so select them instead of redefining them.
> 
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
> ---
>  arch/arm/Kconfig |   10 ++--------
>  1 file changed, 2 insertions(+), 8 deletions(-)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 7a08e37..a3ae6e9 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -30,6 +30,8 @@ config ARM
>  	select HAVE_HW_BREAKPOINT if (PERF_EVENTS && (CPU_V6 || CPU_V6K || CPU_V7))
>  	select HAVE_C_RECORDMCOUNT
>  	select HAVE_GENERIC_HARDIRQS
> +	select HARDIRQS_SW_RESEND
> +	select GENERIC_IRQ_PROBE
>  	select GENERIC_IRQ_SHOW
>  	select CPU_PM if (SUSPEND || CPU_IDLE)
>  	select GENERIC_PCI_IOMAP
> @@ -125,14 +127,6 @@ config TRACE_IRQFLAGS_SUPPORT
>  	bool
>  	default y
>  
> -config HARDIRQS_SW_RESEND
> -	bool
> -	default y
> -
> -config GENERIC_IRQ_PROBE
> -	bool
> -	default y
> -
>  config GENERIC_LOCKBREAK
>  	bool
>  	default y
> -- 
> Sent by an employee of the Qualcomm Innovation Center, Inc.
> The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.
> 
> 
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH/RESEND] ARM: Kconfig: Remove duplicate IRQ Kconfig entries
  2012-04-10 10:12 ` Russell King - ARM Linux
@ 2012-04-10 17:01   ` Stephen Boyd
  2012-04-16 22:06     ` Stephen Boyd
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Boyd @ 2012-04-10 17:01 UTC (permalink / raw)
  To: linux-arm-kernel

On 04/10/12 03:12, Russell King - ARM Linux wrote:
> Who are you expecting to pick up on this patch?  You're sending it _to_
> the mailing list rather than to a person.  Are you expecting all
> subscribers to pick it up and apply it individually? ;)

I was hoping Thomas would ack it and you would say "Please put it into
the patch tracker". Step 1 can probably be skipped with a proper timeout
applied.

Usually I send a patch _to_ a mailing list and a maintainer says
"Thanks, applied". For you, "Thanks, applied" is "Please put it into the
patch tracker".

-- 
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

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

* [PATCH/RESEND] ARM: Kconfig: Remove duplicate IRQ Kconfig entries
  2012-04-10 17:01   ` Stephen Boyd
@ 2012-04-16 22:06     ` Stephen Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Boyd @ 2012-04-16 22:06 UTC (permalink / raw)
  To: linux-arm-kernel

> On 04/10/12 03:12, Russell King - ARM Linux wrote:
>> Who are you expecting to pick up on this patch?  You're sending it _to_
>> the mailing list rather than to a person.  Are you expecting all
>> subscribers to pick it up and apply it individually? ;)
>
> I was hoping Thomas would ack it and you would say "Please put it into
> the patch tracker". Step 1 can probably be skipped with a proper timeout
> applied.
>
> Usually I send a patch _to_ a mailing list and a maintainer says
> "Thanks, applied". For you, "Thanks, applied" is "Please put it into the
> patch tracker".
>

The timer expired so I just threw it into the patch tracker.

-- 
Sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum.

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

end of thread, other threads:[~2012-04-16 22:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-09 17:35 [PATCH/RESEND] ARM: Kconfig: Remove duplicate IRQ Kconfig entries Stephen Boyd
2012-04-10 10:12 ` Russell King - ARM Linux
2012-04-10 17:01   ` Stephen Boyd
2012-04-16 22:06     ` Stephen Boyd

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