Re: [PATCH v4] irqchip: Add support for ARMv7-M's NVIC

2013-06-25 Thread Thomas Gleixner
On Wed, 12 Jun 2013, Uwe Kleine-König wrote: > This interrupt controller is found on Cortex-M3 and Cortex-M4 machines. I don't think that anyone is searching for interrupt controllers as they are simply an essential part of the M3/4 SoCs. > > This depends on the stuff currently in tip/

Re: [PATCH v4] irqchip: Add support for ARMv7-M's NVIC

2013-06-25 Thread Thomas Gleixner
On Tue, 25 Jun 2013, Grant Likely wrote: > On Tue, Jun 25, 2013 at 11:34 AM, Uwe Kleine-König > wrote: > > Hello Thomas, hello Grant, > > > > On Wed, Jun 12, 2013 at 11:50:35PM +0200, Uwe Kleine-König wrote: > >> This interrupt controller is found on Cortex-M3 and Cortex-M4 machines. > >> > >> Sup

Re: [PATCH v4] irqchip: Add support for ARMv7-M's NVIC

2013-06-25 Thread Grant Likely
On Tue, Jun 25, 2013 at 11:34 AM, Uwe Kleine-König wrote: > Hello Thomas, hello Grant, > > On Wed, Jun 12, 2013 at 11:50:35PM +0200, Uwe Kleine-König wrote: >> This interrupt controller is found on Cortex-M3 and Cortex-M4 machines. >> >> Support for this controller appeared in Catalin's Cortex tre

Re: [PATCH v4] irqchip: Add support for ARMv7-M's NVIC

2013-06-25 Thread Uwe Kleine-König
Hello Thomas, hello Grant, On Wed, Jun 12, 2013 at 11:50:35PM +0200, Uwe Kleine-König wrote: > This interrupt controller is found on Cortex-M3 and Cortex-M4 machines. > > Support for this controller appeared in Catalin's Cortex tree based on > 2.6.33 but was nearly completely rewritten. > > Sign

Re: [PATCH v4] irqchip: Add support for ARMv7-M's NVIC

2013-06-16 Thread Uwe Kleine-König
On Sat, Jun 15, 2013 at 01:41:49AM +0100, Grant Likely wrote: > On Wed, 12 Jun 2013 23:50:35 +0200, Uwe Kleine-König > wrote: > > This interrupt controller is found on Cortex-M3 and Cortex-M4 machines. > > > > Support for this controller appeared in Catalin's Cortex tree based on > > 2.6.33 but

Re: [PATCH v4] irqchip: Add support for ARMv7-M's NVIC

2013-06-14 Thread Arnd Bergmann
On Wednesday 12 June 2013, Uwe Kleine-König wrote: > This interrupt controller is found on Cortex-M3 and Cortex-M4 machines. > > Support for this controller appeared in Catalin's Cortex tree based on > 2.6.33 but was nearly completely rewritten. > > Signed-off-by: Catalin Marinas > Signed-off-by

Re: [PATCH v4] irqchip: Add support for ARMv7-M's NVIC

2013-06-14 Thread Catalin Marinas
On Wed, Jun 12, 2013 at 10:50:35PM +0100, Uwe Kleine-K??nig wrote: > This interrupt controller is found on Cortex-M3 and Cortex-M4 machines. > > Support for this controller appeared in Catalin's Cortex tree based on > 2.6.33 but was nearly completely rewritten. > > Signed-off-by: Catalin Marinas

Re: [PATCH v4] irqchip: Add support for ARMv7-M's NVIC

2013-06-12 Thread Uwe Kleine-König
Hello, On Wed, Jun 12, 2013 at 11:50:35PM +0200, Uwe Kleine-König wrote: > This interrupt controller is found on Cortex-M3 and Cortex-M4 machines. > > Support for this controller appeared in Catalin's Cortex tree based on > 2.6.33 but was nearly completely rewritten. > > Signed-off-by: Catalin M

[PATCH v4] irqchip: Add support for ARMv7-M's NVIC

2013-06-12 Thread Uwe Kleine-König
This interrupt controller is found on Cortex-M3 and Cortex-M4 machines. Support for this controller appeared in Catalin's Cortex tree based on 2.6.33 but was nearly completely rewritten. Signed-off-by: Catalin Marinas Signed-off-by: Uwe Kleine-König --- Notes: Changes since v3, sent with