Re: [PATCH v3 2/4] mfd: max8997: handle IRQs using regmap

2014-03-18 Thread Chanwoo Choi
On 03/14/2014 05:33 PM, Robert Baldyga wrote: > On 03/13/2014 11:45 AM, Chanwoo Choi wrote: >> Hi Robert, >> >> On 03/13/2014 06:38 PM, Robert Baldyga wrote: >>> This patch modifies mfd driver to use regmap for handling interrupts. >>> It allows to simplify irq handling process. This modifications

Re: [PATCH v3 2/4] mfd: max8997: handle IRQs using regmap

2014-03-14 Thread Robert Baldyga
On 03/13/2014 11:45 AM, Chanwoo Choi wrote: > Hi Robert, > > On 03/13/2014 06:38 PM, 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,

Re: [PATCH v3 2/4] mfd: max8997: handle IRQs using regmap

2014-03-13 Thread Chanwoo Choi
Hi Robert, On 03/13/2014 06:38 PM, 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 Bal

Re: [PATCH v3 2/4] mfd: max8997: handle IRQs using regmap

2014-03-13 Thread Krzysztof Kozlowski
On Thu, 2014-03-13 at 10:38 +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

[PATCH v3 2/4] mfd: max8997: handle IRQs using regmap

2014-03-13 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-max8997.c |3 +- drivers/mf