All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix generic irq chip
@ 2011-05-20 22:05 ` Russell King - ARM Linux
  0 siblings, 0 replies; 14+ messages in thread
From: Russell King - ARM Linux @ 2011-05-20 22:05 UTC (permalink / raw)
  To: Tony Lindgren, Sekhar Nori, Kevin Hilman, Lennert Buytenhek,
	Nicolas Pitre, Thomas
  Cc: linux-arm-kernel, davinci-linux-open-source, linux-omap

As a result of c42321c (genirq: Make generic irq chip depend on
CONFIG_GENERIC_IRQ_CHIP), we now need those platforms using this in
my tree to select this symbol.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
--
Please send acks ASAP.  Thanks to Mark for pointing this out with a patch
for Samsung.

 arch/arm/Kconfig           |    2 ++
 arch/arm/plat-omap/Kconfig |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 44c16f0..9b63bab 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -854,6 +854,7 @@ config ARCH_DAVINCI
 	select HAVE_IDE
 	select CLKDEV_LOOKUP
 	select GENERIC_ALLOCATOR
+	select GENERIC_IRQ_CHIP
 	select ARCH_HAS_HOLES_MEMORYMODEL
 	help
 	  Support for TI's DaVinci platform.
@@ -1033,6 +1034,7 @@ config PLAT_IOP
 
 config PLAT_ORION
 	bool
+	select GENERIC_IRQ_CHIP
 	select HAVE_SCHED_CLOCK
 
 config PLAT_PXA
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
index cd5f993..29b4c35 100644
--- a/arch/arm/plat-omap/Kconfig
+++ b/arch/arm/plat-omap/Kconfig
@@ -18,6 +18,7 @@ config ARCH_OMAP1
 config ARCH_OMAP2PLUS
 	bool "TI OMAP2/3/4"
 	select CLKDEV_LOOKUP
+	select GENERIC_IRQ_CHIP
 	select OMAP_DM_TIMER
 	help
 	  "Systems based on OMAP2, OMAP3 or OMAP4"

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

* [PATCH] Fix generic irq chip
@ 2011-05-20 22:05 ` Russell King - ARM Linux
  0 siblings, 0 replies; 14+ messages in thread
From: Russell King - ARM Linux @ 2011-05-20 22:05 UTC (permalink / raw)
  To: linux-arm-kernel

As a result of c42321c (genirq: Make generic irq chip depend on
CONFIG_GENERIC_IRQ_CHIP), we now need those platforms using this in
my tree to select this symbol.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
--
Please send acks ASAP.  Thanks to Mark for pointing this out with a patch
for Samsung.

 arch/arm/Kconfig           |    2 ++
 arch/arm/plat-omap/Kconfig |    1 +
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 44c16f0..9b63bab 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -854,6 +854,7 @@ config ARCH_DAVINCI
 	select HAVE_IDE
 	select CLKDEV_LOOKUP
 	select GENERIC_ALLOCATOR
+	select GENERIC_IRQ_CHIP
 	select ARCH_HAS_HOLES_MEMORYMODEL
 	help
 	  Support for TI's DaVinci platform.
@@ -1033,6 +1034,7 @@ config PLAT_IOP
 
 config PLAT_ORION
 	bool
+	select GENERIC_IRQ_CHIP
 	select HAVE_SCHED_CLOCK
 
 config PLAT_PXA
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
index cd5f993..29b4c35 100644
--- a/arch/arm/plat-omap/Kconfig
+++ b/arch/arm/plat-omap/Kconfig
@@ -18,6 +18,7 @@ config ARCH_OMAP1
 config ARCH_OMAP2PLUS
 	bool "TI OMAP2/3/4"
 	select CLKDEV_LOOKUP
+	select GENERIC_IRQ_CHIP
 	select OMAP_DM_TIMER
 	help
 	  "Systems based on OMAP2, OMAP3 or OMAP4"

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

* Re: [PATCH] Fix generic irq chip
  2011-05-20 22:05 ` Russell King - ARM Linux
@ 2011-05-20 22:11   ` Thomas Gleixner
  -1 siblings, 0 replies; 14+ messages in thread
From: Thomas Gleixner @ 2011-05-20 22:11 UTC (permalink / raw)
  To: Russell King - ARM Linux
  Cc: Tony Lindgren, Sekhar Nori, Kevin Hilman, Lennert Buytenhek,
	Nicolas Pitre, linux-arm-kernel, davinci-linux-open-source,
	linux-omap

On Fri, 20 May 2011, Russell King - ARM Linux wrote:

> As a result of c42321c (genirq: Make generic irq chip depend on
> CONFIG_GENERIC_IRQ_CHIP), we now need those platforms using this in
> my tree to select this symbol.
> 
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
> --
> Please send acks ASAP.  Thanks to Mark for pointing this out with a patch
> for Samsung.

Acked-by: Thomas Gleixner <tglx@linutronix.de>

Sorry for the confusion, that patch should have hit the arm kernel
list two weeks ago, but for whatever reason it did not.

Thanks,

	tglx

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

* [PATCH] Fix generic irq chip
@ 2011-05-20 22:11   ` Thomas Gleixner
  0 siblings, 0 replies; 14+ messages in thread
From: Thomas Gleixner @ 2011-05-20 22:11 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, 20 May 2011, Russell King - ARM Linux wrote:

> As a result of c42321c (genirq: Make generic irq chip depend on
> CONFIG_GENERIC_IRQ_CHIP), we now need those platforms using this in
> my tree to select this symbol.
> 
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
> --
> Please send acks ASAP.  Thanks to Mark for pointing this out with a patch
> for Samsung.

Acked-by: Thomas Gleixner <tglx@linutronix.de>

Sorry for the confusion, that patch should have hit the arm kernel
list two weeks ago, but for whatever reason it did not.

Thanks,

	tglx

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

* Re: [PATCH] Fix generic irq chip
  2011-05-20 22:05 ` Russell King - ARM Linux
@ 2011-05-20 22:20   ` Nicolas Pitre
  -1 siblings, 0 replies; 14+ messages in thread
From: Nicolas Pitre @ 2011-05-20 22:20 UTC (permalink / raw)
  To: Russell King - ARM Linux
  Cc: Tony Lindgren, Sekhar Nori, Kevin Hilman, Lennert Buytenhek,
	Thomas Gleixner, linux-arm-kernel, davinci-linux-open-source,
	linux-omap

On Fri, 20 May 2011, Russell King - ARM Linux wrote:

> As a result of c42321c (genirq: Make generic irq chip depend on
> CONFIG_GENERIC_IRQ_CHIP), we now need those platforms using this in
> my tree to select this symbol.
> 
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
> --
> Please send acks ASAP.  Thanks to Mark for pointing this out with a patch
> for Samsung.

Acked-by: Nicolas Pitre <nico@fluxnic.net>




> 
>  arch/arm/Kconfig           |    2 ++
>  arch/arm/plat-omap/Kconfig |    1 +
>  2 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 44c16f0..9b63bab 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -854,6 +854,7 @@ config ARCH_DAVINCI
>  	select HAVE_IDE
>  	select CLKDEV_LOOKUP
>  	select GENERIC_ALLOCATOR
> +	select GENERIC_IRQ_CHIP
>  	select ARCH_HAS_HOLES_MEMORYMODEL
>  	help
>  	  Support for TI's DaVinci platform.
> @@ -1033,6 +1034,7 @@ config PLAT_IOP
>  
>  config PLAT_ORION
>  	bool
> +	select GENERIC_IRQ_CHIP
>  	select HAVE_SCHED_CLOCK
>  
>  config PLAT_PXA
> diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
> index cd5f993..29b4c35 100644
> --- a/arch/arm/plat-omap/Kconfig
> +++ b/arch/arm/plat-omap/Kconfig
> @@ -18,6 +18,7 @@ config ARCH_OMAP1
>  config ARCH_OMAP2PLUS
>  	bool "TI OMAP2/3/4"
>  	select CLKDEV_LOOKUP
> +	select GENERIC_IRQ_CHIP
>  	select OMAP_DM_TIMER
>  	help
>  	  "Systems based on OMAP2, OMAP3 or OMAP4"
> 

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

* [PATCH] Fix generic irq chip
@ 2011-05-20 22:20   ` Nicolas Pitre
  0 siblings, 0 replies; 14+ messages in thread
From: Nicolas Pitre @ 2011-05-20 22:20 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, 20 May 2011, Russell King - ARM Linux wrote:

> As a result of c42321c (genirq: Make generic irq chip depend on
> CONFIG_GENERIC_IRQ_CHIP), we now need those platforms using this in
> my tree to select this symbol.
> 
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
> --
> Please send acks ASAP.  Thanks to Mark for pointing this out with a patch
> for Samsung.

Acked-by: Nicolas Pitre <nico@fluxnic.net>




> 
>  arch/arm/Kconfig           |    2 ++
>  arch/arm/plat-omap/Kconfig |    1 +
>  2 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index 44c16f0..9b63bab 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -854,6 +854,7 @@ config ARCH_DAVINCI
>  	select HAVE_IDE
>  	select CLKDEV_LOOKUP
>  	select GENERIC_ALLOCATOR
> +	select GENERIC_IRQ_CHIP
>  	select ARCH_HAS_HOLES_MEMORYMODEL
>  	help
>  	  Support for TI's DaVinci platform.
> @@ -1033,6 +1034,7 @@ config PLAT_IOP
>  
>  config PLAT_ORION
>  	bool
> +	select GENERIC_IRQ_CHIP
>  	select HAVE_SCHED_CLOCK
>  
>  config PLAT_PXA
> diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
> index cd5f993..29b4c35 100644
> --- a/arch/arm/plat-omap/Kconfig
> +++ b/arch/arm/plat-omap/Kconfig
> @@ -18,6 +18,7 @@ config ARCH_OMAP1
>  config ARCH_OMAP2PLUS
>  	bool "TI OMAP2/3/4"
>  	select CLKDEV_LOOKUP
> +	select GENERIC_IRQ_CHIP
>  	select OMAP_DM_TIMER
>  	help
>  	  "Systems based on OMAP2, OMAP3 or OMAP4"
> 

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

* RE: [PATCH] Fix generic irq chip
  2011-05-20 22:05 ` Russell King - ARM Linux
@ 2011-05-23  9:53   ` Nori, Sekhar
  -1 siblings, 0 replies; 14+ messages in thread
From: Nori, Sekhar @ 2011-05-23  9:53 UTC (permalink / raw)
  To: Russell King - ARM Linux, Tony Lindgren, Hilman, Kevin,
	Lennert Buytenhek, Nicolas Pitre
  Cc: linux-arm-kernel, davinci-linux-open-source, linux-omap

On Sat, May 21, 2011 at 03:35:10, Russell King - ARM Linux wrote:
> As a result of c42321c (genirq: Make generic irq chip depend on
> CONFIG_GENERIC_IRQ_CHIP), we now need those platforms using this in
> my tree to select this symbol.
> 
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
> --
> Please send acks ASAP.  Thanks to Mark for pointing this out with a patch
> for Samsung.

Acked-by: Sekhar Nori <nsekhar@ti.com>

Thanks,
Sekhar

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

* [PATCH] Fix generic irq chip
@ 2011-05-23  9:53   ` Nori, Sekhar
  0 siblings, 0 replies; 14+ messages in thread
From: Nori, Sekhar @ 2011-05-23  9:53 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, May 21, 2011 at 03:35:10, Russell King - ARM Linux wrote:
> As a result of c42321c (genirq: Make generic irq chip depend on
> CONFIG_GENERIC_IRQ_CHIP), we now need those platforms using this in
> my tree to select this symbol.
> 
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
> --
> Please send acks ASAP.  Thanks to Mark for pointing this out with a patch
> for Samsung.

Acked-by: Sekhar Nori <nsekhar@ti.com>

Thanks,
Sekhar

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

* Re: [PATCH] Fix generic irq chip
  2011-05-20 22:05 ` Russell King - ARM Linux
@ 2011-05-23 13:48   ` Kevin Hilman
  -1 siblings, 0 replies; 14+ messages in thread
From: Kevin Hilman @ 2011-05-23 13:48 UTC (permalink / raw)
  To: Russell King - ARM Linux
  Cc: Tony Lindgren, Sekhar Nori, Lennert Buytenhek, Nicolas Pitre,
	Thomas Gleixner, linux-arm-kernel, davinci-linux-open-source,
	linux-omap

Russell King - ARM Linux <linux@arm.linux.org.uk> writes:

> As a result of c42321c (genirq: Make generic irq chip depend on
> CONFIG_GENERIC_IRQ_CHIP), we now need those platforms using this in
> my tree to select this symbol.
>
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
> --
> Please send acks ASAP.  Thanks to Mark for pointing this out with a patch
> for Samsung.

Acked-by: Kevin Hilman <khilman@ti.com>

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

* [PATCH] Fix generic irq chip
@ 2011-05-23 13:48   ` Kevin Hilman
  0 siblings, 0 replies; 14+ messages in thread
From: Kevin Hilman @ 2011-05-23 13:48 UTC (permalink / raw)
  To: linux-arm-kernel

Russell King - ARM Linux <linux@arm.linux.org.uk> writes:

> As a result of c42321c (genirq: Make generic irq chip depend on
> CONFIG_GENERIC_IRQ_CHIP), we now need those platforms using this in
> my tree to select this symbol.
>
> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
> --
> Please send acks ASAP.  Thanks to Mark for pointing this out with a patch
> for Samsung.

Acked-by: Kevin Hilman <khilman@ti.com>

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

* Re: [PATCH] Fix generic irq chip
  2011-05-23 13:48   ` Kevin Hilman
@ 2011-05-23 15:01     ` Russell King - ARM Linux
  -1 siblings, 0 replies; 14+ messages in thread
From: Russell King - ARM Linux @ 2011-05-23 15:01 UTC (permalink / raw)
  To: Kevin Hilman
  Cc: Tony Lindgren, Sekhar Nori, Lennert Buytenhek, Nicolas Pitre,
	Thomas Gleixner, linux-arm-kernel, davinci-linux-open-source,
	linux-omap

On Mon, May 23, 2011 at 06:48:41AM -0700, Kevin Hilman wrote:
> Russell King - ARM Linux <linux@arm.linux.org.uk> writes:
> 
> > As a result of c42321c (genirq: Make generic irq chip depend on
> > CONFIG_GENERIC_IRQ_CHIP), we now need those platforms using this in
> > my tree to select this symbol.
> >
> > Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
> > --
> > Please send acks ASAP.  Thanks to Mark for pointing this out with a patch
> > for Samsung.
> 
> Acked-by: Kevin Hilman <khilman@ti.com>

Thanks, but does that cover Davinci or OMAP?

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

* [PATCH] Fix generic irq chip
@ 2011-05-23 15:01     ` Russell King - ARM Linux
  0 siblings, 0 replies; 14+ messages in thread
From: Russell King - ARM Linux @ 2011-05-23 15:01 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, May 23, 2011 at 06:48:41AM -0700, Kevin Hilman wrote:
> Russell King - ARM Linux <linux@arm.linux.org.uk> writes:
> 
> > As a result of c42321c (genirq: Make generic irq chip depend on
> > CONFIG_GENERIC_IRQ_CHIP), we now need those platforms using this in
> > my tree to select this symbol.
> >
> > Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
> > --
> > Please send acks ASAP.  Thanks to Mark for pointing this out with a patch
> > for Samsung.
> 
> Acked-by: Kevin Hilman <khilman@ti.com>

Thanks, but does that cover Davinci or OMAP?

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

* Re: [PATCH] Fix generic irq chip
  2011-05-23 15:01     ` Russell King - ARM Linux
@ 2011-05-23 15:20       ` Kevin Hilman
  -1 siblings, 0 replies; 14+ messages in thread
From: Kevin Hilman @ 2011-05-23 15:20 UTC (permalink / raw)
  To: Russell King - ARM Linux
  Cc: Tony Lindgren, Sekhar Nori, Lennert Buytenhek, Nicolas Pitre,
	Thomas Gleixner, linux-arm-kernel, davinci-linux-open-source,
	linux-omap

Russell King - ARM Linux <linux@arm.linux.org.uk> writes:

> On Mon, May 23, 2011 at 06:48:41AM -0700, Kevin Hilman wrote:
>> Russell King - ARM Linux <linux@arm.linux.org.uk> writes:
>> 
>> > As a result of c42321c (genirq: Make generic irq chip depend on
>> > CONFIG_GENERIC_IRQ_CHIP), we now need those platforms using this in
>> > my tree to select this symbol.
>> >
>> > Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
>> > --
>> > Please send acks ASAP.  Thanks to Mark for pointing this out with a patch
>> > for Samsung.
>> 
>> Acked-by: Kevin Hilman <khilman@ti.com>
>
> Thanks, but does that cover Davinci or OMAP?

Both, but since Sekhar (DaVinci co-maintainer) ack'd already for
davinci, I was mainly adding my ack for OMAP.

Kevin

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

* [PATCH] Fix generic irq chip
@ 2011-05-23 15:20       ` Kevin Hilman
  0 siblings, 0 replies; 14+ messages in thread
From: Kevin Hilman @ 2011-05-23 15:20 UTC (permalink / raw)
  To: linux-arm-kernel

Russell King - ARM Linux <linux@arm.linux.org.uk> writes:

> On Mon, May 23, 2011 at 06:48:41AM -0700, Kevin Hilman wrote:
>> Russell King - ARM Linux <linux@arm.linux.org.uk> writes:
>> 
>> > As a result of c42321c (genirq: Make generic irq chip depend on
>> > CONFIG_GENERIC_IRQ_CHIP), we now need those platforms using this in
>> > my tree to select this symbol.
>> >
>> > Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
>> > --
>> > Please send acks ASAP.  Thanks to Mark for pointing this out with a patch
>> > for Samsung.
>> 
>> Acked-by: Kevin Hilman <khilman@ti.com>
>
> Thanks, but does that cover Davinci or OMAP?

Both, but since Sekhar (DaVinci co-maintainer) ack'd already for
davinci, I was mainly adding my ack for OMAP.

Kevin

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

end of thread, other threads:[~2011-05-23 15:20 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-20 22:05 [PATCH] Fix generic irq chip Russell King - ARM Linux
2011-05-20 22:05 ` Russell King - ARM Linux
2011-05-20 22:11 ` Thomas Gleixner
2011-05-20 22:11   ` Thomas Gleixner
2011-05-20 22:20 ` Nicolas Pitre
2011-05-20 22:20   ` Nicolas Pitre
2011-05-23  9:53 ` Nori, Sekhar
2011-05-23  9:53   ` Nori, Sekhar
2011-05-23 13:48 ` Kevin Hilman
2011-05-23 13:48   ` Kevin Hilman
2011-05-23 15:01   ` Russell King - ARM Linux
2011-05-23 15:01     ` Russell King - ARM Linux
2011-05-23 15:20     ` Kevin Hilman
2011-05-23 15:20       ` Kevin Hilman

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.