Re: [U-Boot] [PATCH 3/4] power: domain: Introduce dev_power_domain_off

2019-10-11 Thread sjg
On Fri, 27 Sep 2019 at 02:19, Lokesh Vutla wrote: > > Add dev_power_domain_off() api to disable all the power-domains > corresponding to a device > > Signed-off-by: Lokesh Vutla > --- > drivers/power/domain/power-domain-uclass.c | 34 +- > include/power-domain.h

Re: [U-Boot] [PATCH 3/4] power: domain: Introduce dev_power_domain_off

2019-10-11 Thread Simon Glass
On Fri, 27 Sep 2019 at 02:19, Lokesh Vutla wrote: > > Add dev_power_domain_off() api to disable all the power-domains > corresponding to a device > > Signed-off-by: Lokesh Vutla > --- > drivers/power/domain/power-domain-uclass.c | 34 +- > include/power-domain.h

[U-Boot] [PATCH 3/4] power: domain: Introduce dev_power_domain_off

2019-09-27 Thread Lokesh Vutla
Add dev_power_domain_off() api to disable all the power-domains corresponding to a device Signed-off-by: Lokesh Vutla --- drivers/power/domain/power-domain-uclass.c | 34 +- include/power-domain.h | 17 +++ 2 files changed, 44 insertions(+), 7 dele