RE: [PATCH] ARM: OMAP2+: irq: Increase no of supported interrupts to 128

2012-05-11 Thread Hiremath, Vaibhav
On Fri, May 11, 2012 at 03:19:21, Hilman, Kevin wrote: Hiremath, Vaibhav hvaib...@ti.com writes: On Wed, May 09, 2012 at 00:09:34, Hilman, Kevin wrote: Vaibhav Hiremath hvaib...@ti.com writes: With addition to TI81XX, AM33XX family of devices, the number of interrupts supported has

Re: [PATCH] ARM: OMAP2+: irq: Increase no of supported interrupts to 128

2012-05-10 Thread Kevin Hilman
Hiremath, Vaibhav hvaib...@ti.com writes: On Wed, May 09, 2012 at 00:09:34, Hilman, Kevin wrote: Vaibhav Hiremath hvaib...@ti.com writes: With addition to TI81XX, AM33XX family of devices, the number of interrupts supported has increased to 128, compared to 96. The current

Re: [PATCH] ARM: OMAP2+: irq: Increase no of supported interrupts to 128

2012-05-10 Thread Tony Lindgren
* Kevin Hilman khil...@ti.com [120510 14:53]: Hiremath, Vaibhav hvaib...@ti.com writes: Let me finish up with am33xx baseport upstream activity which is currently going on at full swing, then next thing I will pick up is this code cleanup. I still feel, this is still a valid cleanup

RE: [PATCH] ARM: OMAP2+: irq: Increase no of supported interrupts to 128

2012-05-09 Thread Hiremath, Vaibhav
On Wed, May 09, 2012 at 00:09:34, Hilman, Kevin wrote: Vaibhav Hiremath hvaib...@ti.com writes: With addition to TI81XX, AM33XX family of devices, the number of interrupts supported has increased to 128, compared to 96. The current implementation for irq handling is hardcoded to use 96

Re: [PATCH] ARM: OMAP2+: irq: Increase no of supported interrupts to 128

2012-05-08 Thread Kevin Hilman
Vaibhav Hiremath hvaib...@ti.com writes: With addition to TI81XX, AM33XX family of devices, the number of interrupts supported has increased to 128, compared to 96. The current implementation for irq handling is hardcoded to use 96 interrupts (with 3 register-sets to handle), this patch