]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
drivers:power:max77693: add support for new multi function pmic max77693
authorPiotr Wilczek <p.wilczek@samsung.com>
Tue, 24 Sep 2013 14:31:22 +0000 (16:31 +0200)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 25 Sep 2013 01:52:27 +0000 (10:52 +0900)
commit04750447124143dfc9444a0c3335ffc9636e1df8
treeb4533d68cf58eaeb698d3612a0e68d8d266cd47c
parent12eba1b49380988fd87cc0b3af44014cca8b71c4
drivers:power:max77693: add support for new multi function pmic max77693

This patch add support for new multi function pmic max77693.
The driver is split into three modules: pmic, muic and fuelgage.

Signed-off-by: Piotr Wilczek <p.wilczek@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Makefile
drivers/power/mfd/Makefile [new file with mode: 0644]
drivers/power/mfd/fg_max77693.c [new file with mode: 0644]
drivers/power/mfd/muic_max77693.c [new file with mode: 0644]
drivers/power/mfd/pmic_max77693.c [new file with mode: 0644]
include/power/max77693_fg.h [new file with mode: 0644]
include/power/max77693_muic.h [new file with mode: 0644]
include/power/max77693_pmic.h [new file with mode: 0644]