Re: [PATCH v5 7/7] irqchip: s3c24xx: add devicetree support

2013-03-26 Thread Heiko Stübner
Hi Arnd, thanks again for taking the time to look at the changes. Am Montag, 25. März 2013, 23:00:46 schrieb Arnd Bergmann: > On Monday 25 March 2013, Heiko Stübner wrote: > > Add the necessary code to initialize the interrupt controller > > thru devicetree data using the irqchip infrastructure.

Re: [PATCH v5 7/7] irqchip: s3c24xx: add devicetree support

2013-03-25 Thread Arnd Bergmann
On Monday 25 March 2013, Heiko Stübner wrote: > Add the necessary code to initialize the interrupt controller > thru devicetree data using the irqchip infrastructure. > > Signed-off-by: Heiko Stuebner The binding looks fine now. I have a few detail comments but am happy with the series otherwise

[PATCH v5 7/7] irqchip: s3c24xx: add devicetree support

2013-03-25 Thread Heiko Stübner
Add the necessary code to initialize the interrupt controller thru devicetree data using the irqchip infrastructure. Signed-off-by: Heiko Stuebner --- .../interrupt-controller/samsung,s3c24xx-irq.txt | 53 + drivers/irqchip/irq-s3c24xx.c | 231 +++-