Re: [PATCH v3 2/4] mfd: max8997: handle IRQs using regmap
From: Krzysztof Kozlowski <hidden>
Date: 2014-03-13 09:44:25
Also in:
linux-leds, lkml
From: Krzysztof Kozlowski <hidden>
Date: 2014-03-13 09:44:25
Also in:
linux-leds, lkml
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 Baldyga <redacted> --- drivers/extcon/extcon-max8997.c | 3 +- drivers/mfd/Kconfig | 2 +- drivers/mfd/Makefile | 2 +- drivers/mfd/max8997-irq.c | 373 ----------------------------------- drivers/mfd/max8997.c | 112 ++++++++++- drivers/rtc/rtc-max8997.c | 2 +- include/linux/mfd/max8997-private.h | 63 +++++- 7 files changed, 165 insertions(+), 392 deletions(-) delete mode 100644 drivers/mfd/max8997-irq.c
Reviewed-by: Krzysztof Kozlowski <redacted> Best regards, Krzysztof Kozlowski