Re: [U-Boot] [PATCH 14/25] power domain: Add support for multiple powerdomains per device

2018-08-24 Thread Tom Rini
On Tue, Aug 21, 2018 at 08:01:52PM +0530, Lokesh Vutla wrote: > There are cases where there are more than one power domain > attached to the device inorder to get the device functional. > So add support for enabling power domain based on the index. > > Signed-off-by: Lokesh Vutla Reviewed-by: T

Re: [U-Boot] [PATCH 14/25] power domain: Add support for multiple powerdomains per device

2018-08-22 Thread Lokesh Vutla
On Tuesday 21 August 2018 08:01 PM, Lokesh Vutla wrote: > There are cases where there are more than one power domain > attached to the device inorder to get the device functional. > So add support for enabling power domain based on the index. > > Signed-off-by: Lokesh Vutla > --- > drivers/pow

[U-Boot] [PATCH 14/25] power domain: Add support for multiple powerdomains per device

2018-08-21 Thread Lokesh Vutla
There are cases where there are more than one power domain attached to the device inorder to get the device functional. So add support for enabling power domain based on the index. Signed-off-by: Lokesh Vutla --- drivers/power/domain/power-domain-uclass.c | 11 +-- include/power-domain.h