[PATCH 0/2] omap: board file changes to support dynamic irq alloc

2012-03-16 Thread Tarun Kanti DebBarma
These two patches incorporate changes to OMAP1 and OMAP2 platforms board files whereby older references to OMAP_GPIO_IRQ macro are now replaced with gpio_to_irq(), thereby getting rid of static irq references. Reference: git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git omap/dt

Re: [PATCH 0/2] omap: board file changes to support dynamic irq alloc

2012-03-16 Thread Cousson, Benoit
Hi Tarun, On 3/16/2012 1:24 PM, Tarun Kanti DebBarma wrote: These two patches incorporate changes to OMAP1 and OMAP2 platforms board files whereby older references to OMAP_GPIO_IRQ macro are now replaced with gpio_to_irq(), thereby getting rid of static irq references. Thanks for the board

Re: [PATCH 0/2] omap: board file changes to support dynamic irq alloc

2012-03-16 Thread DebBarma, Tarun Kanti
On Fri, Mar 16, 2012 at 7:16 PM, Cousson, Benoit b-cous...@ti.com wrote: Hi Tarun, On 3/16/2012 1:24 PM, Tarun Kanti DebBarma wrote: These two patches incorporate changes to OMAP1 and OMAP2 platforms board files whereby older references to OMAP_GPIO_IRQ macro are now replaced with