Re: [PATCH] ARM: pxa: remove irq init from dt machines

2016-08-29 Thread Robert Jarzmik
Arnd Bergmann writes: > On Monday, August 15, 2016 12:24:55 AM CEST Robert Jarzmik wrote: >> The init_irq and handle_irq can be declared through standard irqchip >> declaration and are not necessary in machine descriptions. >> >> This is another step towards the generic kernel

Re: [PATCH] ARM: pxa: remove irq init from dt machines

2016-08-29 Thread Robert Jarzmik
Arnd Bergmann writes: > On Monday, August 15, 2016 12:24:55 AM CEST Robert Jarzmik wrote: >> The init_irq and handle_irq can be declared through standard irqchip >> declaration and are not necessary in machine descriptions. >> >> This is another step towards the generic kernel for the pxa >>

Re: [PATCH] ARM: pxa: remove irq init from dt machines

2016-08-23 Thread Arnd Bergmann
On Monday, August 15, 2016 12:24:55 AM CEST Robert Jarzmik wrote: > The init_irq and handle_irq can be declared through standard irqchip > declaration and are not necessary in machine descriptions. > > This is another step towards the generic kernel for the pxa > architecture. > > Signed-off-by:

Re: [PATCH] ARM: pxa: remove irq init from dt machines

2016-08-23 Thread Arnd Bergmann
On Monday, August 15, 2016 12:24:55 AM CEST Robert Jarzmik wrote: > The init_irq and handle_irq can be declared through standard irqchip > declaration and are not necessary in machine descriptions. > > This is another step towards the generic kernel for the pxa > architecture. > > Signed-off-by:

[PATCH] ARM: pxa: remove irq init from dt machines

2016-08-14 Thread Robert Jarzmik
The init_irq and handle_irq can be declared through standard irqchip declaration and are not necessary in machine descriptions. This is another step towards the generic kernel for the pxa architecture. Signed-off-by: Robert Jarzmik Cc: Arnd Bergmann ---

[PATCH] ARM: pxa: remove irq init from dt machines

2016-08-14 Thread Robert Jarzmik
The init_irq and handle_irq can be declared through standard irqchip declaration and are not necessary in machine descriptions. This is another step towards the generic kernel for the pxa architecture. Signed-off-by: Robert Jarzmik Cc: Arnd Bergmann --- arch/arm/mach-pxa/generic.h | 3 ---