Re: [PATCH 7/8] mfd: pm8921: Migrate to irqdomains

2013-12-12 Thread Stephen Boyd
On 12/11/13 13:30, Courtney Cavin wrote: > On Wed, Dec 11, 2013 at 12:35:22AM +0100, Stephen Boyd wrote: >> @@ -282,17 +278,14 @@ static struct irq_chip pm8xxx_irq_chip = { >> * RETURNS: >> * an int indicating the value read on that line >> */ >> -int pm8xxx_get_irq_stat(struct pm_irq_chip *c

Re: [PATCH 7/8] mfd: pm8921: Migrate to irqdomains

2013-12-11 Thread Courtney Cavin
On Wed, Dec 11, 2013 at 12:35:22AM +0100, Stephen Boyd wrote: > Convert this driver to use irqdomains so that the PMIC's child > devices can be converted to devicetree. > > Signed-off-by: Stephen Boyd > --- > drivers/mfd/pm8921-core.c | 186 > ++ > in

Re: [PATCH 7/8] mfd: pm8921: Migrate to irqdomains

2013-12-11 Thread Lee Jones
> Convert this driver to use irqdomains so that the PMIC's child > devices can be converted to devicetree. > > Signed-off-by: Stephen Boyd > --- > drivers/mfd/pm8921-core.c | 186 > ++ > include/linux/mfd/pm8xxx/irq.h| 59 > include/