Re: [U-Boot] [PATCH] Add a power domain framework/uclass

2016-08-01 Thread Stephen Warren
On 07/31/2016 07:01 PM, Simon Glass wrote: Hi Stephen, On 25 July 2016 at 10:50, Stephen Warren wrote: On 07/24/2016 08:07 PM, Simon Glass wrote: Hi Stephen, On 14 July 2016 at 22:17, Simon Glass wrote: Hi Stephen, On 13 July 2016 at 13:45, Stephen Warren wrote: From: Stephen Warren

Re: [U-Boot] [PATCH] Add a power domain framework/uclass

2016-07-31 Thread Simon Glass
Hi Stephen, On 25 July 2016 at 10:50, Stephen Warren wrote: > On 07/24/2016 08:07 PM, Simon Glass wrote: >> >> Hi Stephen, >> >> On 14 July 2016 at 22:17, Simon Glass wrote: >>> >>> Hi Stephen, >>> >>> On 13 July 2016 at 13:45, Stephen Warren wrote: From: Stephen Warren Man

Re: [U-Boot] [PATCH] Add a power domain framework/uclass

2016-07-25 Thread Stephen Warren
On 07/24/2016 08:07 PM, Simon Glass wrote: Hi Stephen, On 14 July 2016 at 22:17, Simon Glass wrote: Hi Stephen, On 13 July 2016 at 13:45, Stephen Warren wrote: From: Stephen Warren Many SoCs allow power to be applied to or removed from portions of the SoC (power domains). This may be used

Re: [U-Boot] [PATCH] Add a power domain framework/uclass

2016-07-24 Thread Simon Glass
Hi Stephen, On 14 July 2016 at 22:17, Simon Glass wrote: > Hi Stephen, > > On 13 July 2016 at 13:45, Stephen Warren wrote: >> From: Stephen Warren >> >> Many SoCs allow power to be applied to or removed from portions of the SoC >> (power domains). This may be used to save power. This API provid

Re: [U-Boot] [PATCH] Add a power domain framework/uclass

2016-07-14 Thread Simon Glass
Hi Stephen, On 13 July 2016 at 13:45, Stephen Warren wrote: > From: Stephen Warren > > Many SoCs allow power to be applied to or removed from portions of the SoC > (power domains). This may be used to save power. This API provides the > means to control such power management hardware. > > Signed