
17 Dec
2016
17 Dec
'16
11:47 p.m.
On 15 December 2016 at 02:21, Jaehoon Chung jh80.chung@samsung.com wrote:
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
drivers/power/pmic/Kconfig | 7 +++++ drivers/power/pmic/Makefile | 1 + drivers/power/pmic/max8998.c | 61 ++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 69 insertions(+) create mode 100644 drivers/power/pmic/max8998.c
Reviewed-by: Simon Glass sjg@chromium.org