Re: [RESEND PATCH v2] mfd: max77686: handle IRQs using regmap

2014-05-20 Thread Lee Jones
> > This patch modifies mfd driver to use regmap for handling interrupts. > > It allows to simplify irq handling process. This modifications needed > > to make small changes in function drivers, which use interrupts. > > > > Signed-off-by: Robert Baldyga > > Reviewed-by: Krzysztof Kozlowski > >

Re: [RESEND PATCH v2] mfd: max77686: handle IRQs using regmap

2014-05-20 Thread Lee Jones
On Mon, 28 Apr 2014, Robert Baldyga wrote: > This patch modifies mfd driver to use regmap for handling interrupts. > It allows to simplify irq handling process. This modifications needed > to make small changes in function drivers, which use interrupts. > > Signed-off-by: Robert Baldyga > Review

[RESEND PATCH v2] mfd: max77686: handle IRQs using regmap

2014-04-28 Thread Robert Baldyga
This patch modifies mfd driver to use regmap for handling interrupts. It allows to simplify irq handling process. This modifications needed to make small changes in function drivers, which use interrupts. Signed-off-by: Robert Baldyga Reviewed-by: Krzysztof Kozlowski --- drivers/mfd/Kconfig

Re: [PATCH v2] mfd: max77686: handle IRQs using regmap

2014-03-26 Thread Lee Jones
> This patch modifies mfd driver to use regmap for handling interrupts. > It allows to simplify irq handling process. This modifications needed > to make small changes in function drivers, which use interrupts. > > Signed-off-by: Robert Baldyga > Reviewed-by: Krzysztof Kozlowski > --- > > Chang

[PATCH v2] mfd: max77686: handle IRQs using regmap

2014-03-26 Thread Robert Baldyga
This patch modifies mfd driver to use regmap for handling interrupts. It allows to simplify irq handling process. This modifications needed to make small changes in function drivers, which use interrupts. Signed-off-by: Robert Baldyga Reviewed-by: Krzysztof Kozlowski --- Changelog: v2: - fix n