Re: [PATCH 6/7] gpio/langwell: find the irq domain mapping

2012-10-19 Thread Linus Walleij
On Wed, Oct 17, 2012 at 9:26 AM, Mika Westerberg wrote: > On Tue, Oct 16, 2012 at 09:23:23PM +0200, Linus Walleij wrote: >> Switch from creating the IRQ domain mapping to finding it. In this >> case we know very well that the driver has created the apropriate >> mapping, we just need to locate it,

Re: [PATCH 6/7] gpio/langwell: find the irq domain mapping

2012-10-17 Thread Mika Westerberg
On Tue, Oct 16, 2012 at 09:23:23PM +0200, Linus Walleij wrote: > Switch from creating the IRQ domain mapping to finding it. In this > case we know very well that the driver has created the apropriate > mapping, we just need to locate it, no need to create any > on-the-fly mappings. I may be missin