Re: [PATCH v2 1/4] mfd: 88pm860x: use irqdomain

2012-10-02 Thread Samuel Ortiz
Hi Haojian, On Tue, Oct 02, 2012 at 10:25:06AM +0800, Haojian Zhuang wrote: > > I removed this patchset until it builds... > > > I'm sorry for inconvenience. Now fix it. All 4 patches applied now. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/ -- To unsubscribe fro

Re: [PATCH v2 1/4] mfd: 88pm860x: use irqdomain

2012-10-01 Thread Haojian Zhuang
On Sat, Sep 29, 2012 at 7:28 AM, Samuel Ortiz wrote: > Hi Haojian: > > On Fri, Sep 21, 2012 at 06:06:51PM +0800, Haojian Zhuang wrote: >> @@ -593,13 +610,9 @@ static int __devinit device_irq_init(struct pm860x_chip >> *chip, >> : chip->companion; >> unsigned ch

Re: [PATCH v2 1/4] mfd: 88pm860x: use irqdomain

2012-09-28 Thread Samuel Ortiz
Hi Haojian: On Fri, Sep 21, 2012 at 06:06:51PM +0800, Haojian Zhuang wrote: > @@ -593,13 +610,9 @@ static int __devinit device_irq_init(struct pm860x_chip > *chip, > : chip->companion; > unsigned char status_buf[INT_STATUS_NUM]; > unsigned long flags = IR

[PATCH v2 1/4] mfd: 88pm860x: use irqdomain

2012-09-21 Thread Haojian Zhuang
Use irqdomain and allocating interrupts. It's necessary for supporting DT mode. Signed-off-by: Haojian Zhuang --- drivers/mfd/88pm860x-core.c | 51 --- 1 file changed, 38 insertions(+), 13 deletions(-) diff --git a/drivers/mfd/88pm860x-core.c b/drivers/