Re: [PATCH v6 2/2] gpio: grgpio: Add irq support

2013-04-26 Thread Linus Walleij
On Wed, Apr 17, 2013 at 2:36 PM, Andreas Larsson wrote: > The drivers sets up an irq domain and hands out unique irqs to irq > capable gpio lines regardless of how underlying irq maps to gpio > lines. Any gpio line can map to any one or none of the irqs of the > core, independently of each

Re: [PATCH v6 2/2] gpio: grgpio: Add irq support

2013-04-26 Thread Linus Walleij
On Wed, Apr 17, 2013 at 2:36 PM, Andreas Larsson andr...@gaisler.com wrote: The drivers sets up an irq domain and hands out unique irqs to irq capable gpio lines regardless of how underlying irq maps to gpio lines. Any gpio line can map to any one or none of the irqs of the core,

[PATCH v6 2/2] gpio: grgpio: Add irq support

2013-04-17 Thread Andreas Larsson
The drivers sets up an irq domain and hands out unique irqs to irq capable gpio lines regardless of how underlying irq maps to gpio lines. Any gpio line can map to any one or none of the irqs of the core, independently of each other. Signed-off-by: Andreas Larsson --- Changes since v5: -

[PATCH v6 2/2] gpio: grgpio: Add irq support

2013-04-17 Thread Andreas Larsson
The drivers sets up an irq domain and hands out unique irqs to irq capable gpio lines regardless of how underlying irq maps to gpio lines. Any gpio line can map to any one or none of the irqs of the core, independently of each other. Signed-off-by: Andreas Larsson andr...@gaisler.com --- Changes