mbox series

[v3,0/5] ICL support and other enhancements for PMC Core

Message ID 20190214115712.19642-1-rajneesh.bhardwaj@linux.intel.com (mailing list archive)
Headers show
Series ICL support and other enhancements for PMC Core | expand

Message

Bhardwaj, Rajneesh Feb. 14, 2019, 11:57 a.m. UTC
Changes in v3:
 * Dropped reference to coreboot project as suggested by Thomas and Boris.
 * Rebased onto "for-next" branch of pdx86 tree and dropped previously
   accepted five patches from v2 of this series since they are already
   present there.
 * Fixed checkpatch complains about 75 char limit for commit messages.

Changes in v2:
 * Addressed review comments from Thomas
 * Added tags revieved
 * Folded in SHA1 suggestions from Stephen Rothwell, though Andy might
   want to fix it via rebasing
 * Rebased and tested with Linux v5.0.0-rc6

This series:
 - Adds ICL U/Y CPUID to intel-family.h
 - Enables PMC driver for ICL 
 - Introduces a new "package cstate show" feature
 - Fixes a customer issue related to S0ix on latest HP laptops
 - Fixes some minor bugs  


Rajneesh Bhardwaj (5):
  x86/cpu: Add Icelake to Intel family
  platform/x86: intel_pmc_core: Convert to INTEL_CPU_FAM6 macro
  platform/x86: intel_pmc_core: Add ICL platform support
  platform/x86: intel_pmc_core: Add Package cstates residency info
  platform/x86: intel_pmc_core: Quirk to ignore XTAL shutdown

 arch/x86/include/asm/intel-family.h   |   2 +
 drivers/platform/x86/intel_pmc_core.c | 144 ++++++++++++++++++++++----
 drivers/platform/x86/intel_pmc_core.h |  10 ++
 3 files changed, 135 insertions(+), 21 deletions(-)

Comments

Andy Shevchenko Feb. 21, 2019, 2:25 p.m. UTC | #1
On Thu, Feb 14, 2019 at 1:56 PM Rajneesh Bhardwaj
<rajneesh.bhardwaj@linux.intel.com> wrote:
>
> Changes in v3:
>  * Dropped reference to coreboot project as suggested by Thomas and Boris.
>  * Rebased onto "for-next" branch of pdx86 tree and dropped previously
>    accepted five patches from v2 of this series since they are already
>    present there.
>  * Fixed checkpatch complains about 75 char limit for commit messages.
>
> Changes in v2:
>  * Addressed review comments from Thomas
>  * Added tags revieved
>  * Folded in SHA1 suggestions from Stephen Rothwell, though Andy might
>    want to fix it via rebasing
>  * Rebased and tested with Linux v5.0.0-rc6
>
> This series:
>  - Adds ICL U/Y CPUID to intel-family.h
>  - Enables PMC driver for ICL
>  - Introduces a new "package cstate show" feature
>  - Fixes a customer issue related to S0ix on latest HP laptops
>  - Fixes some minor bugs
>
>

Pushed to my review and testing queue, thanks!


> Rajneesh Bhardwaj (5):
>   x86/cpu: Add Icelake to Intel family
>   platform/x86: intel_pmc_core: Convert to INTEL_CPU_FAM6 macro
>   platform/x86: intel_pmc_core: Add ICL platform support
>   platform/x86: intel_pmc_core: Add Package cstates residency info
>   platform/x86: intel_pmc_core: Quirk to ignore XTAL shutdown
>
>  arch/x86/include/asm/intel-family.h   |   2 +
>  drivers/platform/x86/intel_pmc_core.c | 144 ++++++++++++++++++++++----
>  drivers/platform/x86/intel_pmc_core.h |  10 ++
>  3 files changed, 135 insertions(+), 21 deletions(-)
>
> --
> 2.17.1
>
Bhardwaj, Rajneesh Feb. 22, 2019, 3:43 a.m. UTC | #2
On 21-Feb-19 7:55 PM, Andy Shevchenko wrote:
> On Thu, Feb 14, 2019 at 1:56 PM Rajneesh Bhardwaj
> <rajneesh.bhardwaj@linux.intel.com> wrote:
>> Changes in v3:
>>   * Dropped reference to coreboot project as suggested by Thomas and Boris.
>>   * Rebased onto "for-next" branch of pdx86 tree and dropped previously
>>     accepted five patches from v2 of this series since they are already
>>     present there.
>>   * Fixed checkpatch complains about 75 char limit for commit messages.
>>
>> Changes in v2:
>>   * Addressed review comments from Thomas
>>   * Added tags revieved
>>   * Folded in SHA1 suggestions from Stephen Rothwell, though Andy might
>>     want to fix it via rebasing
>>   * Rebased and tested with Linux v5.0.0-rc6
>>
>> This series:
>>   - Adds ICL U/Y CPUID to intel-family.h
>>   - Enables PMC driver for ICL
>>   - Introduces a new "package cstate show" feature
>>   - Fixes a customer issue related to S0ix on latest HP laptops
>>   - Fixes some minor bugs
>>
>>
> Pushed to my review and testing queue, thanks!

Thank you!

>
>
>> Rajneesh Bhardwaj (5):
>>    x86/cpu: Add Icelake to Intel family
>>    platform/x86: intel_pmc_core: Convert to INTEL_CPU_FAM6 macro
>>    platform/x86: intel_pmc_core: Add ICL platform support
>>    platform/x86: intel_pmc_core: Add Package cstates residency info
>>    platform/x86: intel_pmc_core: Quirk to ignore XTAL shutdown
>>
>>   arch/x86/include/asm/intel-family.h   |   2 +
>>   drivers/platform/x86/intel_pmc_core.c | 144 ++++++++++++++++++++++----
>>   drivers/platform/x86/intel_pmc_core.h |  10 ++
>>   3 files changed, 135 insertions(+), 21 deletions(-)
>>
>> --
>> 2.17.1
>>
>