On 06/08/2016 04:26 PM, Lee Jones wrote: > On Wed, 01 Jun 2016, Krzysztof Kozlowski wrote: > >> From: Robert Baldyga <[email protected]> >> >> 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 <[email protected]> >> Reviewed-by: Krzysztof Kozlowski <[email protected]> >> >> Acked-by: Chanwoo Choi <[email protected]> >> Acked-by: Bryan Wu <[email protected]> >> Acked-by: Lee Jones <[email protected]> >> Acked-by: Sebastian Reichel <[email protected]> >> Acked-by: Dmitry Torokhov <[email protected]> >> Acked-by: Alexandre Belloni <[email protected]> >> [k.kozlowski: Collect acks, rebase on v4.6-rc6] >> Signed-off-by: Krzysztof Kozlowski <[email protected]> >> Acked-by: Jacek Anaszewski <[email protected]> >> --- >> 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-regulator.c | 87 ++++++++++----------- > > Is it just Mark's Ack you require?
Yes, only Mark's is missing here. All other patches got everything they need. Best regards, Krzysztof

