Re: [PATCH] ARM: pxa: fix irq initialization for pxa3xx devicetree

2016-02-06 Thread Robert Jarzmik
Robert Jarzmik writes: > The initialization of interrupt controller for devicetree platform was > done for pxa2xx platforms, but not for pxa3xx ones. > > Fix this my adding the missing initialization call. > > Fixes: 089d03629b04 ("ARM: pxa: add devicetree code for irq handling") >

Re: [PATCH] ARM: pxa: fix irq initialization for pxa3xx devicetree

2016-02-06 Thread Robert Jarzmik
Robert Jarzmik writes: > The initialization of interrupt controller for devicetree platform was > done for pxa2xx platforms, but not for pxa3xx ones. > > Fix this my adding the missing initialization call. > > Fixes: 089d03629b04 ("ARM: pxa: add devicetree code for irq

[PATCH] ARM: pxa: fix irq initialization for pxa3xx devicetree

2016-01-31 Thread Robert Jarzmik
The initialization of interrupt controller for devicetree platform was done for pxa2xx platforms, but not for pxa3xx ones. Fix this my adding the missing initialization call. Fixes: 089d03629b04 ("ARM: pxa: add devicetree code for irq handling") Signed-off-by: Robert Jarzmik ---

[PATCH] ARM: pxa: fix irq initialization for pxa3xx devicetree

2016-01-31 Thread Robert Jarzmik
The initialization of interrupt controller for devicetree platform was done for pxa2xx platforms, but not for pxa3xx ones. Fix this my adding the missing initialization call. Fixes: 089d03629b04 ("ARM: pxa: add devicetree code for irq handling") Signed-off-by: Robert Jarzmik