Re: [U-Boot] [PATCH v2 7/9] power: regulator: s2mps11: Add enable delay

2019-02-16 Thread Krzysztof Kozlowski
On Fri, Feb 15, 2019 at 06:11:34PM +0100, Simon Glass wrote: > Hi Krzysztof, > > On Wed, 13 Feb 2019 at 17:47, Krzysztof Kozlowski wrote: > > > > According to datasheet, the output on LDO regulators will start > > appearing after 10-15 us. > > > > Signed-off-by: Krzysztof Kozlowski > > --- > >

Re: [U-Boot] [PATCH v2 7/9] power: regulator: s2mps11: Add enable delay

2019-02-15 Thread Simon Glass
Hi Krzysztof, On Wed, 13 Feb 2019 at 17:47, Krzysztof Kozlowski wrote: > > According to datasheet, the output on LDO regulators will start > appearing after 10-15 us. > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/power/regulator/s2mps11_regulator.c | 9 - > 1 file changed, 8 in

Re: [U-Boot] [PATCH v2 7/9] power: regulator: s2mps11: Add enable delay

2019-02-15 Thread Lukasz Majewski
Hi Krzysztof, > On Fri, 15 Feb 2019 at 08:04, Lukasz Majewski wrote: > > > > On Wed, 13 Feb 2019 17:46:46 +0100 > > Krzysztof Kozlowski wrote: > > > > > According to datasheet, the output on LDO regulators will start > > > appearing after 10-15 us. > > > > > > Signed-off-by: Krzysztof Kozlowsk

Re: [U-Boot] [PATCH v2 7/9] power: regulator: s2mps11: Add enable delay

2019-02-15 Thread Krzysztof Kozlowski
On Fri, 15 Feb 2019 at 08:04, Lukasz Majewski wrote: > > On Wed, 13 Feb 2019 17:46:46 +0100 > Krzysztof Kozlowski wrote: > > > According to datasheet, the output on LDO regulators will start > > appearing after 10-15 us. > > > > Signed-off-by: Krzysztof Kozlowski > > --- > > drivers/power/regul

Re: [U-Boot] [PATCH v2 7/9] power: regulator: s2mps11: Add enable delay

2019-02-14 Thread Lukasz Majewski
On Wed, 13 Feb 2019 17:46:46 +0100 Krzysztof Kozlowski wrote: > According to datasheet, the output on LDO regulators will start > appearing after 10-15 us. > > Signed-off-by: Krzysztof Kozlowski > --- > drivers/power/regulator/s2mps11_regulator.c | 9 - > 1 file changed, 8 insertions(+

[U-Boot] [PATCH v2 7/9] power: regulator: s2mps11: Add enable delay

2019-02-13 Thread Krzysztof Kozlowski
According to datasheet, the output on LDO regulators will start appearing after 10-15 us. Signed-off-by: Krzysztof Kozlowski --- drivers/power/regulator/s2mps11_regulator.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/power/regulator/s2mps11_regulator.c b/