extcon: MAX77693: Add extcon-max77693 driver to support Maxim MAX77693 MUIC device
authorChanwoo Choi <cw00.choi@samsung.com>
Tue, 17 Jul 2012 04:28:28 +0000 (13:28 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 17 Jul 2012 17:34:56 +0000 (10:34 -0700)
commitdb1b9037424b8219449a6754e9b7e97b0523c426
tree152e8f8ead91f556a252e6c8c77d3e48bf9b5896
parent17f79be93d95bb0e46bd08681ec9c9e601869c15
extcon: MAX77693: Add extcon-max77693 driver to support Maxim MAX77693 MUIC device

This patch support Maxim MAX77693 MUIC device by using EXTCON Subsystem
to handle various external connector. The extcon-max77693 use regmap
method for i2c communication and support irq domain instead of previous
method of irq base.

Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
Signed-off-by: Myungjoo Ham <myungjoo.ham@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/extcon/Kconfig
drivers/extcon/Makefile
drivers/extcon/extcon-max77693.c [new file with mode: 0644]