Re: [PATCH] gpio-langwell: fix irq conflicts when DT is not used

2013-05-20 Thread Linus Walleij
On Tue, May 7, 2013 at 1:11 AM, David Cohen wrote: > When DT is not used IOAPIC does not register irq domain. As result > IOAPIC won't care about gpio-langwell's virq and may cause conflict if > an irq number is equal to gpio-langwell's virq mapped beforehand. > > This patch tells gpio_langwell t

Re: [PATCH] gpio-langwell: fix irq conflicts when DT is not used

2013-05-15 Thread David Cohen
Hi Grant, On 05/07/2013 09:34 AM, David Cohen wrote: On 05/07/2013 12:59 AM, Mika Westerberg wrote: On Mon, May 06, 2013 at 04:11:03PM -0700, David Cohen wrote: When DT is not used IOAPIC does not register irq domain. As result IOAPIC won't care about gpio-langwell's virq and may cause conflic

Re: [PATCH] gpio-langwell: fix irq conflicts when DT is not used

2013-05-07 Thread David Cohen
On 05/07/2013 12:59 AM, Mika Westerberg wrote: On Mon, May 06, 2013 at 04:11:03PM -0700, David Cohen wrote: When DT is not used IOAPIC does not register irq domain. As result IOAPIC won't care about gpio-langwell's virq and may cause conflict if an irq number is equal to gpio-langwell's virq map

Re: [PATCH] gpio-langwell: fix irq conflicts when DT is not used

2013-05-07 Thread Mika Westerberg
On Mon, May 06, 2013 at 04:11:03PM -0700, David Cohen wrote: > When DT is not used IOAPIC does not register irq domain. As result > IOAPIC won't care about gpio-langwell's virq and may cause conflict if > an irq number is equal to gpio-langwell's virq mapped beforehand. > > This patch tells gpio_l

[PATCH] gpio-langwell: fix irq conflicts when DT is not used

2013-05-06 Thread David Cohen
When DT is not used IOAPIC does not register irq domain. As result IOAPIC won't care about gpio-langwell's virq and may cause conflict if an irq number is equal to gpio-langwell's virq mapped beforehand. This patch tells gpio_langwell to not ignore irq_base if != 0 and preferably use it to avoid t