Re: [PATCH v3 1/4] mfd: max8997: use regmap to access registers
From: Chanwoo Choi <cw00.choi@samsung.com>
Date: 2014-03-18 09:51:10
Also in:
linux-leds, lkml
From: Chanwoo Choi <cw00.choi@samsung.com>
Date: 2014-03-18 09:51:10
Also in:
linux-leds, lkml
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 <redacted> Reviewed-by: Krzysztof Kozlowski <redacted> --- drivers/extcon/extcon-max8997.c | 31 ++++---- drivers/input/misc/max8997_haptic.c | 34 +++++---- drivers/leds/leds-max8997.c | 13 ++-- drivers/mfd/Kconfig | 1 + drivers/mfd/max8997-irq.c | 64 +++++++--------- drivers/mfd/max8997.c | 141 ++++++++++++++++------------------- drivers/power/max8997_charger.c | 33 ++++---- drivers/regulator/max8997.c | 87 +++++++++++---------- drivers/rtc/rtc-max8997.c | 56 +++++++------- include/linux/mfd/max8997-private.h | 17 ++--- 10 files changed, 228 insertions(+), 249 deletions(-)
For extcon part, Acked-by: Chanwoo Choi <cw00.choi@samsung.com> Thanks, Chanwoo Choi