Re: [U-Boot] [PATCH] power: regulator: denied disable on always-on regulator

2018-11-05 Thread Patrice CHOTARD
Hi Jaehoon This patch has been updated to "superseded" in patchwork, i don't know if it was intentional or not. Nevertheless, Jack has encountered the same issue as us on its platform. Do you want me to resend it or will you pick up it with reviewed-by and tested-by added by Jack ? Regards

Re: [U-Boot] [PATCH] power: regulator: denied disable on always-on regulator

2018-10-31 Thread Jack Mitchell
On 31/05/2018 08:57, Patrice Chotard wrote: > From: Patrick Delaunay > > Don't disable regulator which are tagged as "regulator-always-on" in DT. > > Signed-off-by: Patrick Delaunay > Signed-off-by: Patrice Chotard > --- > > drivers/power/regulator/regulator-uclass.c | 5 + > 1 file

Re: [U-Boot] [PATCH] power: regulator: denied disable on always-on regulator

2018-10-31 Thread Jack Mitchell
On 31/05/2018 08:57, Patrice Chotard wrote: > From: Patrick Delaunay > > Don't disable regulator which are tagged as "regulator-always-on" in DT. > > Signed-off-by: Patrick Delaunay > Signed-off-by: Patrice Chotard > --- > > drivers/power/regulator/regulator-uclass.c | 5 + > 1 file

Re: [U-Boot] [PATCH] power: regulator: denied disable on always-on regulator

2018-10-31 Thread Jack Mitchell
On 31/05/2018 08:57, Patrice Chotard wrote: > From: Patrick Delaunay > > Don't disable regulator which are tagged as "regulator-always-on" in DT. > > Signed-off-by: Patrick Delaunay > Signed-off-by: Patrice Chotard > --- > > drivers/power/regulator/regulator-uclass.c | 5 + > 1 file

Re: [U-Boot] [PATCH] power: regulator: denied disable on always-on regulator

2018-07-10 Thread Patrice CHOTARD
Hi Jaehoon It's a gentle reminder to not forgot this patch. Thanks Patrice On 05/31/2018 09:57 AM, Patrice Chotard wrote: > From: Patrick Delaunay > > Don't disable regulator which are tagged as "regulator-always-on" in DT. > > Signed-off-by: Patrick Delaunay > Signed-off-by: Patrice

Re: [U-Boot] [PATCH] power: regulator: denied disable on always-on regulator

2018-06-01 Thread Simon Glass
On 31 May 2018 at 01:57, Patrice Chotard wrote: > From: Patrick Delaunay > > Don't disable regulator which are tagged as "regulator-always-on" in DT. > > Signed-off-by: Patrick Delaunay > Signed-off-by: Patrice Chotard > --- > > drivers/power/regulator/regulator-uclass.c | 5 + > 1 file

[U-Boot] [PATCH] power: regulator: denied disable on always-on regulator

2018-05-31 Thread Patrice Chotard
From: Patrick Delaunay Don't disable regulator which are tagged as "regulator-always-on" in DT. Signed-off-by: Patrick Delaunay Signed-off-by: Patrice Chotard --- drivers/power/regulator/regulator-uclass.c | 5 + 1 file changed, 5 insertions(+) diff --git