Re: [U-Boot] [PATCH v3 033/108] x86: power: Add an ACPI PMC uclass

2019-11-21 Thread Simon Glass
Hi Bin, On Mon, 4 Nov 2019 at 00:03, Bin Meng wrote: > > Hi Simon, > > On Mon, Oct 21, 2019 at 11:40 AM Simon Glass wrote: > > > > Intel x86 SoCs have a power manager/controller which handles several > > power-related aspects of the platform. Add a uclass for this, with a few > > useful operatio

Re: [U-Boot] [PATCH v3 033/108] x86: power: Add an ACPI PMC uclass

2019-11-04 Thread Bin Meng
Hi Simon, On Mon, Oct 21, 2019 at 11:40 AM Simon Glass wrote: > > Intel x86 SoCs have a power manager/controller which handles several > power-related aspects of the platform. Add a uclass for this, with a few > useful operations. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Renam

Re: [U-Boot] [PATCH v3 033/108] x86: power: Add an ACPI PMC uclass

2019-11-01 Thread Bin Meng
On Mon, Oct 21, 2019 at 11:40 AM Simon Glass wrote: > > Intel x86 SoCs have a power manager/controller which handles several > power-related aspects of the platform. Add a uclass for this, with a few > useful operations. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Rename power-mgr

[U-Boot] [PATCH v3 033/108] x86: power: Add an ACPI PMC uclass

2019-10-20 Thread Simon Glass
Intel x86 SoCs have a power manager/controller which handles several power-related aspects of the platform. Add a uclass for this, with a few useful operations. Signed-off-by: Simon Glass --- Changes in v3: - Rename power-mgr uclass to acpi-pmc Changes in v2: None drivers/power/Kconfig