[PATCH] mfd: max8997: use regmap to access registers

2014-03-05 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 --- drivers/extcon/extcon-max8997.c | 17 +++--- drivers/input/misc/max8997

Re: [PATCH] mfd: max8997: use regmap to access registers

2014-03-05 Thread Krzysztof Kozlowski
Hi, > > 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 (...) > diff --git a/drivers/mfd/max8997.c b/drivers/mfd/max89