Re: [U-Boot] [PATCH 2/3] power: pmic: s2mps11: probe the regulator driver

2018-01-23 Thread Jaehoon Chung
On 01/24/2018 01:02 AM, Anand Moon wrote: > Hi JaeHoon Chung, > > On 16 January 2018 at 12:03, Jaehoon Chung wrote: >> Add the probe function to support the s2mps11 regulator driver. >> >> Signed-off-by: Jaehoon Chung >> --- >>

Re: [U-Boot] [PATCH 2/3] power: pmic: s2mps11: probe the regulator driver

2018-01-23 Thread Anand Moon
Hi JaeHoon Chung, On 16 January 2018 at 12:03, Jaehoon Chung wrote: > Add the probe function to support the s2mps11 regulator driver. > > Signed-off-by: Jaehoon Chung > --- > drivers/power/pmic/s2mps11.c | 28 > 1

Re: [U-Boot] [PATCH 2/3] power: pmic: s2mps11: probe the regulator driver

2018-01-17 Thread Simon Glass
On 15 January 2018 at 22:33, Jaehoon Chung wrote: > Add the probe function to support the s2mps11 regulator driver. > > Signed-off-by: Jaehoon Chung > --- > drivers/power/pmic/s2mps11.c | 28 > 1 file changed, 28

[U-Boot] [PATCH 2/3] power: pmic: s2mps11: probe the regulator driver

2018-01-15 Thread Jaehoon Chung
Add the probe function to support the s2mps11 regulator driver. Signed-off-by: Jaehoon Chung --- drivers/power/pmic/s2mps11.c | 28 1 file changed, 28 insertions(+) diff --git a/drivers/power/pmic/s2mps11.c b/drivers/power/pmic/s2mps11.c