mfd: max77693: Handle IRQs using regmap
authorRobert Baldyga <r.baldyga@samsung.com>
Wed, 21 May 2014 06:52:48 +0000 (08:52 +0200)
committerLee Jones <lee.jones@linaro.org>
Tue, 17 Jun 2014 14:17:00 +0000 (15:17 +0100)
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 <r.baldyga@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

No differences found