Re: [PATCH 1/2] mfd: pm8921: add support to pm8821

2016-11-14 Thread Bjorn Andersson
On Mon 14 Nov 09:33 PST 2016, Srinivas Kandagatla wrote: [..] > >>+static int pm8821_irq_block_handler(struct pm_irq_chip *chip, > >>+ int master_number, int block) > >>+{ > >>+ int pmirq, irq, i, ret; > >>+ unsigned int bits; > >>+ > >>+ ret =

Re: [PATCH 1/2] mfd: pm8921: add support to pm8821

2016-11-14 Thread Bjorn Andersson
On Mon 14 Nov 09:33 PST 2016, Srinivas Kandagatla wrote: [..] > >>+static int pm8821_irq_block_handler(struct pm_irq_chip *chip, > >>+ int master_number, int block) > >>+{ > >>+ int pmirq, irq, i, ret; > >>+ unsigned int bits; > >>+ > >>+ ret =

Re: [PATCH 1/2] mfd: pm8921: add support to pm8821

2016-11-14 Thread Srinivas Kandagatla
Thanks Bjorn for review comments. On 08/11/16 19:07, Bjorn Andersson wrote: On Tue 08 Nov 08:29 PST 2016, Srinivas Kandagatla wrote: This patch adds support to PM8821 PMIC and interrupt support. PM8821 is companion device that supplements primary PMIC PM8921 IC. Linus Walleij has a patch

Re: [PATCH 1/2] mfd: pm8921: add support to pm8821

2016-11-14 Thread Srinivas Kandagatla
Thanks Bjorn for review comments. On 08/11/16 19:07, Bjorn Andersson wrote: On Tue 08 Nov 08:29 PST 2016, Srinivas Kandagatla wrote: This patch adds support to PM8821 PMIC and interrupt support. PM8821 is companion device that supplements primary PMIC PM8921 IC. Linus Walleij has a patch

Re: [PATCH 1/2] mfd: pm8921: add support to pm8821

2016-11-14 Thread Rob Herring
On Tue, Nov 08, 2016 at 04:29:36PM +, Srinivas Kandagatla wrote: > This patch adds support to PM8821 PMIC and interrupt support. > PM8821 is companion device that supplements primary PMIC PM8921 IC. > > Signed-off-by: Srinivas Kandagatla > --- > Tested this

Re: [PATCH 1/2] mfd: pm8921: add support to pm8821

2016-11-14 Thread Rob Herring
On Tue, Nov 08, 2016 at 04:29:36PM +, Srinivas Kandagatla wrote: > This patch adds support to PM8821 PMIC and interrupt support. > PM8821 is companion device that supplements primary PMIC PM8921 IC. > > Signed-off-by: Srinivas Kandagatla > --- > Tested this patch for MPP and IRQ

Re: [PATCH 1/2] mfd: pm8921: add support to pm8821

2016-11-09 Thread kbuild test robot
Hi Srinivas, [auto build test ERROR on ljones-mfd/for-mfd-next] [also build test ERROR on v4.9-rc4 next-20161110] [cannot apply to robh/for-next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 1/2] mfd: pm8921: add support to pm8821

2016-11-09 Thread kbuild test robot
Hi Srinivas, [auto build test ERROR on ljones-mfd/for-mfd-next] [also build test ERROR on v4.9-rc4 next-20161110] [cannot apply to robh/for-next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 1/2] mfd: pm8921: add support to pm8821

2016-11-08 Thread Bjorn Andersson
On Tue 08 Nov 08:29 PST 2016, Srinivas Kandagatla wrote: > This patch adds support to PM8821 PMIC and interrupt support. > PM8821 is companion device that supplements primary PMIC PM8921 IC. > Linus Walleij has a patch out for renaming a lot of things in this file, so we should probably make

Re: [PATCH 1/2] mfd: pm8921: add support to pm8821

2016-11-08 Thread Bjorn Andersson
On Tue 08 Nov 08:29 PST 2016, Srinivas Kandagatla wrote: > This patch adds support to PM8821 PMIC and interrupt support. > PM8821 is companion device that supplements primary PMIC PM8921 IC. > Linus Walleij has a patch out for renaming a lot of things in this file, so we should probably make

[PATCH 1/2] mfd: pm8921: add support to pm8821

2016-11-08 Thread Srinivas Kandagatla
This patch adds support to PM8821 PMIC and interrupt support. PM8821 is companion device that supplements primary PMIC PM8921 IC. Signed-off-by: Srinivas Kandagatla --- Tested this patch for MPP and IRQ functionality on IFC6410 and SD600 EVAL board with mpps

[PATCH 1/2] mfd: pm8921: add support to pm8821

2016-11-08 Thread Srinivas Kandagatla
This patch adds support to PM8821 PMIC and interrupt support. PM8821 is companion device that supplements primary PMIC PM8921 IC. Signed-off-by: Srinivas Kandagatla --- Tested this patch for MPP and IRQ functionality on IFC6410 and SD600 EVAL board with mpps PM8821 and PM8921.