Re: [PATCH 0/2] Make cppc acpi driver aware of pcc subspace ids

2017-07-10 Thread Prakash, Prashanth
On 6/28/2017 3:20 PM, Rafael J. Wysocki wrote: > On Tuesday, June 13, 2017 02:17:09 PM George Cherian wrote: >> The current cppc acpi driver works with only one pcc subspace id. >> It maintains and registers only one pcc channel even if the acpi table has >> different pcc subspace ids. >> >> As

Re: [PATCH 0/2] Make cppc acpi driver aware of pcc subspace ids

2017-06-28 Thread Rafael J. Wysocki
On Tuesday, June 13, 2017 02:17:09 PM George Cherian wrote: > The current cppc acpi driver works with only one pcc subspace id. > It maintains and registers only one pcc channel even if the acpi table has > different pcc subspace ids. > > As per ACPI 6.2 spec all PCC registers, for all processo

[PATCH 0/2] Make cppc acpi driver aware of pcc subspace ids

2017-06-13 Thread George Cherian
The current cppc acpi driver works with only one pcc subspace id. It maintains and registers only one pcc channel even if the acpi table has different pcc subspace ids. As per ACPI 6.2 spec all PCC registers, for all processors in the same performance domain (as defined by _PSD), must be defin

Re: [PATCH 0/2] Make cppc acpi driver aware of pcc subspace ids

2017-04-04 Thread George Cherian
Hi Hoan/Prashanth, On 04/03/2017 11:20 PM, Hoan Tran wrote: Hi George, On Mon, Apr 3, 2017 at 9:44 AM, Prakash, Prashanth wrote: Hi George, On 3/31/2017 12:24 AM, George Cherian wrote: The current cppc acpi driver works with only one pcc subspace id. It maintains and registers only one pcc

Re: [PATCH 0/2] Make cppc acpi driver aware of pcc subspace ids

2017-04-03 Thread Hoan Tran
Hi George, On Mon, Apr 3, 2017 at 9:44 AM, Prakash, Prashanth wrote: > Hi George, > > On 3/31/2017 12:24 AM, George Cherian wrote: >> The current cppc acpi driver works with only one pcc subspace id. >> It maintains and registers only one pcc channel even if the acpi table has >> different pcc su

Re: [PATCH 0/2] Make cppc acpi driver aware of pcc subspace ids

2017-04-03 Thread Prakash, Prashanth
Hi George, On 3/31/2017 12:24 AM, George Cherian wrote: > The current cppc acpi driver works with only one pcc subspace id. > It maintains and registers only one pcc channel even if the acpi table has > different pcc subspace ids. The series tries to address the same by making > cppc acpi driver

[PATCH 0/2] Make cppc acpi driver aware of pcc subspace ids

2017-03-30 Thread George Cherian
The current cppc acpi driver works with only one pcc subspace id. It maintains and registers only one pcc channel even if the acpi table has different pcc subspace ids. The series tries to address the same by making cppc acpi driver aware of multiple possible pcc subspace ids. Patch 1 : In prepa