Re: [PATCH] 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 > --- > drivers/mfd/Kconfig |2

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

2014-03-26 Thread Krzysztof Kozlowski
On Wed, 2014-03-26 at 08:10 +0100, 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 Bald