]> git.sur5r.net Git - u-boot/commit
power: pmic: add the max8998 controller for DM
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 15 Dec 2016 09:21:10 +0000 (18:21 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Thu, 22 Dec 2016 04:34:01 +0000 (13:34 +0900)
commit103e83a1b0a3f2ef5d82d86711ea3d6b2bbf2a16
treec1b3393a3c1ced3cdea3a2a2ad2c41bcf5bca18c
parent0d92f2141ac5ef5c80d13e9501890f914525d43c
power: pmic: add the max8998 controller for DM

Add the max8998 controller for Driver model.
Samsung S5P series are using max8998 pmic controller.
In future, it should be supported the regulator framework.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
drivers/power/pmic/Kconfig
drivers/power/pmic/Makefile
drivers/power/pmic/max8998.c [new file with mode: 0644]