Re: [PATCH v3 1/4] mfd: max8997: use regmap to access registers

2014-03-18 Thread Bryan Wu
On Thu, Mar 13, 2014 at 2:38 AM, Robert Baldyga wrote: > This patch modifies max8997 driver and each associated function driver, > to use regmap instead of operating directly on i2c bus. It will allow to > simplify IRQ handling using regmap-irq. > > Signed-off-by: Robert Baldyga > Reviewed-by:

Re: [PATCH v3 1/4] mfd: max8997: use regmap to access registers

2014-03-18 Thread Chanwoo Choi
On 03/13/2014 06:38 PM, Robert Baldyga wrote: > This patch modifies max8997 driver and each associated function driver, > to use regmap instead of operating directly on i2c bus. It will allow to > simplify IRQ handling using regmap-irq. > > Signed-off-by: Robert Baldyga > Reviewed-by: Krzysztof

Re: [PATCH v3 1/4] mfd: max8997: use regmap to access registers

2014-03-18 Thread Chanwoo Choi
On 03/13/2014 06:38 PM, Robert Baldyga wrote: This patch modifies max8997 driver and each associated function driver, to use regmap instead of operating directly on i2c bus. It will allow to simplify IRQ handling using regmap-irq. Signed-off-by: Robert Baldyga r.bald...@samsung.com

Re: [PATCH v3 1/4] mfd: max8997: use regmap to access registers

2014-03-18 Thread Bryan Wu
On Thu, Mar 13, 2014 at 2:38 AM, Robert Baldyga r.bald...@samsung.com wrote: This patch modifies max8997 driver and each associated function driver, to use regmap instead of operating directly on i2c bus. It will allow to simplify IRQ handling using regmap-irq. Signed-off-by: Robert Baldyga

[PATCH v3 1/4] mfd: max8997: use regmap to access registers

2014-03-13 Thread Robert Baldyga
This patch modifies max8997 driver and each associated function driver, to use regmap instead of operating directly on i2c bus. It will allow to simplify IRQ handling using regmap-irq. Signed-off-by: Robert Baldyga Reviewed-by: Krzysztof Kozlowski --- drivers/extcon/extcon-max8997.c | 31

[PATCH v3 1/4] mfd: max8997: use regmap to access registers

2014-03-13 Thread Robert Baldyga
This patch modifies max8997 driver and each associated function driver, to use regmap instead of operating directly on i2c bus. It will allow to simplify IRQ handling using regmap-irq. Signed-off-by: Robert Baldyga r.bald...@samsung.com Reviewed-by: Krzysztof Kozlowski k.kozlow...@samsung.com ---