Re: [PATCH v3 00/25] irq_domain generalization and refinement

2012-02-15 Thread Grant Likely
On Tue, Feb 07, 2012 at 03:26:27PM +, Mark Brown wrote: > On Sun, Feb 05, 2012 at 04:13:48PM +, Russell King - ARM Linux wrote: > > > It's not quite correct, because OMAP4 has issues in this area as well > > (which does select IRQ_DOMAIN but can be without OF.) The result is > > an oops f

Re: [PATCH v3 00/25] irq_domain generalization and refinement

2012-02-07 Thread Mark Brown
On Sun, Feb 05, 2012 at 04:13:48PM +, Russell King - ARM Linux wrote: > It's not quite correct, because OMAP4 has issues in this area as well > (which does select IRQ_DOMAIN but can be without OF.) The result is > an oops from irq_domain_add() because domain->ops is NULL. > The right solutio

Re: [PATCH v3 00/25] irq_domain generalization and refinement

2012-02-05 Thread Grant Likely
On Sat, Feb 04, 2012 at 10:17:48PM +, Russell King - ARM Linux wrote: > On Fri, Jan 27, 2012 at 02:35:54PM -0700, Grant Likely wrote: > > Hey everyone, > > > > This patch series is ready for much wider consumption now. I'd like > > to get it into linux-next ASAP because there will be ARM boar

Re: [PATCH v3 00/25] irq_domain generalization and refinement

2012-02-05 Thread Rob Herring
Russell, On 02/04/2012 04:17 PM, Russell King - ARM Linux wrote: > On Fri, Jan 27, 2012 at 02:35:54PM -0700, Grant Likely wrote: >> Hey everyone, >> >> This patch series is ready for much wider consumption now. I'd like >> to get it into linux-next ASAP because there will be ARM board support >>

Re: [PATCH v3 00/25] irq_domain generalization and refinement

2012-02-05 Thread Russell King - ARM Linux
On Sat, Feb 04, 2012 at 05:38:53PM -0800, Tony Lindgren wrote: > * Russell King - ARM Linux [120204 14:00]: > > > > Actually, it turns out to be not that hard, because twl doesn't actually > > make use of the IRQ domain stuff: > > > > commit aeb5032b3f8b9ab69daa545777433fa94b3494c4 > > Author:

Re: [PATCH v3 00/25] irq_domain generalization and refinement

2012-02-04 Thread Tony Lindgren
* Russell King - ARM Linux [120204 14:00]: > > Actually, it turns out to be not that hard, because twl doesn't actually > make use of the IRQ domain stuff: > > commit aeb5032b3f8b9ab69daa545777433fa94b3494c4 > Author: Benoit Cousson > AuthorDate: Mon Aug 29 16:20:23 2011 +0200 > Commit:

Re: [PATCH v3 00/25] irq_domain generalization and refinement

2012-02-04 Thread Benjamin Herrenschmidt
On Sat, 2012-02-04 at 22:17 +, Russell King - ARM Linux wrote: > On Fri, Jan 27, 2012 at 02:35:54PM -0700, Grant Likely wrote: > > Hey everyone, > > > > This patch series is ready for much wider consumption now. I'd like > > to get it into linux-next ASAP because there will be ARM board suppo

Re: [PATCH v3 00/25] irq_domain generalization and refinement

2012-02-04 Thread Russell King - ARM Linux
On Sat, Feb 04, 2012 at 10:17:48PM +, Russell King - ARM Linux wrote: > On Fri, Jan 27, 2012 at 02:35:54PM -0700, Grant Likely wrote: > > Hey everyone, > > > > This patch series is ready for much wider consumption now. I'd like > > to get it into linux-next ASAP because there will be ARM boar

Re: [PATCH v3 00/25] irq_domain generalization and refinement

2012-02-04 Thread Russell King - ARM Linux
On Fri, Jan 27, 2012 at 02:35:54PM -0700, Grant Likely wrote: > Hey everyone, > > This patch series is ready for much wider consumption now. I'd like > to get it into linux-next ASAP because there will be ARM board support > depending on it. I'll wait a few days before I ask Stephen to pull > th

Re: [PATCH v3 00/25] irq_domain generalization and refinement

2012-01-31 Thread Grant Likely
On Mon, Jan 30, 2012 at 08:53:44PM -0800, Olof Johansson wrote: > On Fri, Jan 27, 2012 at 02:35:54PM -0700, Grant Likely wrote: > > Hey everyone, > > > > This patch series is ready for much wider consumption now. I'd like > > to get it into linux-next ASAP because there will be ARM board support

Re: [PATCH v3 00/25] irq_domain generalization and refinement

2012-01-30 Thread Olof Johansson
On Fri, Jan 27, 2012 at 02:35:54PM -0700, Grant Likely wrote: > Hey everyone, > > This patch series is ready for much wider consumption now. I'd like > to get it into linux-next ASAP because there will be ARM board support > depending on it. I'll wait a few days before I ask Stephen to pull > th

Re: [PATCH v3 00/25] irq_domain generalization and refinement

2012-01-29 Thread Grant Likely
On Jan 28, 2012 11:38 AM, "Rob Herring" wrote: > > On 01/27/2012 03:35 PM, Grant Likely wrote: > > Hey everyone, > > > > This patch series is ready for much wider consumption now. I'd like > > to get it into linux-next ASAP because there will be ARM board support > > depending on it. I'll wait a

Re: [PATCH v3 00/25] irq_domain generalization and refinement

2012-01-28 Thread Rob Herring
On 01/27/2012 03:35 PM, Grant Likely wrote: > Hey everyone, > > This patch series is ready for much wider consumption now. I'd like > to get it into linux-next ASAP because there will be ARM board support > depending on it. I'll wait a few days before I ask Stephen to pull > this in. > > Stephe