Re: [PATCH v5 00/27] irq_domain generalization and rework

2012-02-21 Thread Cousson, Benoit
On 2/17/2012 6:55 PM, Russell King - ARM Linux wrote: > On Fri, Feb 17, 2012 at 06:42:31PM +0100, Cousson, Benoit wrote: [...] >> @@ -1237,8 +1238,10 @@ twl_probe(struct i2c_client *client, const struct >> i2c_device_id *id) >> >> pdata->irq_base = status;

Re: [PATCH v5 00/27] irq_domain generalization and rework

2012-02-17 Thread Cousson, Benoit
Hi Grant, On 2/16/2012 11:52 PM, Andrew Morton wrote: > On Thu, 16 Feb 2012 02:09:01 -0700 > Grant Likely wrote: > >> >> This series generalizes the "irq_host" infrastructure from powerpc >> so that it can be used by all architectures and renames it to "irq_domain". > > drivers/mfd/twl-core.c i

Re: [PATCH v5 08/27] irq_domain: Move irq_domain code from powerpc to kernel/irq

2012-02-16 Thread Cousson, Benoit
OK, forget about it, I've just seen your email on that and pulled your latest update. Regards, Benoit On 2/16/2012 6:38 PM, Cousson, Benoit wrote: Hi Grant, It looks like there is a small regression in that update, it cannot build due to a missing semi-colon. On 2/16/2012 10:09 AM,

Re: [PATCH v5 08/27] irq_domain: Move irq_domain code from powerpc to kernel/irq

2012-02-16 Thread Cousson, Benoit
Hi Grant, It looks like there is a small regression in that update, it cannot build due to a missing semi-colon. On 2/16/2012 10:09 AM, Grant Likely wrote: +/** + * irq_find_mapping() - Find a linux irq from an hw irq number. + * @host: domain owning this hardware interrupt + * @hwirq: hardwa

Re: [PATCH v3 13/25] irq_domain: Remove 'new' irq_domain in favour of the ppc one

2012-02-03 Thread Cousson, Benoit
Hi Grant, I finally had the time to rebase most of the OMAP3 and OMAP4 DT patches on your latest irq_domain series and found a couple of minors regressions that breaks OMAP3 boot. On 1/27/2012 10:36 PM, Grant Likely wrote: [...] diff --git a/drivers/mfd/twl-core.c b/drivers/mfd/twl-core.c

Re: [RFCv2 00/14]

2012-01-25 Thread Cousson, Benoit
On 1/23/2012 10:53 PM, Rob Herring wrote: On 01/23/2012 03:07 PM, Grant Likely wrote: Hey everyone, Here's the second RFC for the irq_domain patches. I could use some help testing now. I still expect there will be a few bugs. The series is based on v3.3-rc1, and I've pushed it out to my git