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

2013-03-28 Thread Arnd Bergmann
On Monday 18 March 2013, Uwe Kleine-König wrote: > +static int __init nvic_init_bases(struct device_node *node, > + void __iomem *nvic_base) > +{ There is probably no point to keep this function separate from nvic_of_init any more, unless you plan to mke it globally

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

2013-03-28 Thread Uwe Kleine-König
Hello Thomas, On Mon, Mar 18, 2013 at 02:20:26PM +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: Ca

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

2013-03-18 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 --- Hello, changes since v1: - fixed base