Re: [U-Boot] [PATCH 1/2] power: pmic: add the max8997 controller for DM

2017-01-30 Thread Jaehoon Chung
Hi Simon On 01/26/2017 11:23 PM, Simon Glass wrote: > Hi Jaehoon, > > On 18 January 2017 at 23:13, Jaehoon Chung wrote: >> Add the max8997 controller for Driver model. >> Exynos4210 is using max8997 pmic controller. >> (pmic_max8997.c should be deprecated.) >> >> Signed-off-by: Jaehoon Chung >>

Re: [U-Boot] [PATCH 1/2] power: pmic: add the max8997 controller for DM

2017-01-26 Thread Simon Glass
Hi Jaehoon, On 18 January 2017 at 23:13, Jaehoon Chung wrote: > Add the max8997 controller for Driver model. > Exynos4210 is using max8997 pmic controller. > (pmic_max8997.c should be deprecated.) > > Signed-off-by: Jaehoon Chung > --- > drivers/power/pmic/Kconfig | 7 + > drivers/power/

[U-Boot] [PATCH 1/2] power: pmic: add the max8997 controller for DM

2017-01-18 Thread Jaehoon Chung
Add the max8997 controller for Driver model. Exynos4210 is using max8997 pmic controller. (pmic_max8997.c should be deprecated.) Signed-off-by: Jaehoon Chung --- drivers/power/pmic/Kconfig | 7 + drivers/power/pmic/Makefile | 1 + drivers/power/pmic/max8997.c | 61 ++