]> git.baikalelectronics.ru Git - uboot.git/commit
power: pmic: add the max8997 controller for DM
authorJaehoon Chung <jh80.chung@samsung.com>
Thu, 2 Feb 2017 08:04:09 +0000 (17:04 +0900)
committerJaehoon Chung <jh80.chung@samsung.com>
Thu, 9 Feb 2017 05:28:37 +0000 (14:28 +0900)
commit9bd79eb61c94db500e382cc05db0adaf1c04e2d9
treea6b93a24e299b689ad13befcf261d488ce19ab5c
parentca0e7f5302b9044c3a3217efd6deded8096cac23
power: pmic: add the max8997 controller for DM

Add the max8997 controller for Driver model.
Exynos4210 is using max8997 pmic controller.
(pmic_max8997.c should be deprecated.)

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
drivers/power/pmic/Kconfig
drivers/power/pmic/Makefile
drivers/power/pmic/max8997.c [new file with mode: 0644]
drivers/power/pmic/max8998.c