Re: [PATCH v2 2/2] mfd: max77693: handle IRQs using regmap

2014-04-29 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/extcon/extcon-max77693.c | 3

Re: [PATCH v2 2/2] mfd: max77693: handle IRQs using regmap

2014-04-28 Thread Krzysztof Kozlowski
On wto, 2014-04-29 at 07:48 +0200, 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

[PATCH v2 2/2] mfd: max77693: 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 --- drivers/extcon/extcon-max77693.c | 3 +- drivers/mf