From: "Bhardwaj, Rajneesh" <rajneesh.bhardwaj@linux.intel.com>
To: Andy Shevchenko <andy.shevchenko@gmail.com>
Cc: Platform Driver <platform-driver-x86@vger.kernel.org>,
Darren Hart <dvhart@infradead.org>,
Andy Shevchenko <andy@infradead.org>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 00/10] ICL support and other enhancements for PMC Core
Date: Wed, 13 Feb 2019 21:19:58 +0530 [thread overview]
Message-ID: <63bb8cc7-4feb-f69c-33be-ba5308c441d1@linux.intel.com> (raw)
In-Reply-To: <CAHp75VeTwjbdjAXPZfB5B7oataarjG0epV1SzokdYnCj8xcPhA@mail.gmail.com>
On 13-Feb-19 9:03 PM, Andy Shevchenko wrote:
> On Wed, Feb 13, 2019 at 5:08 PM Rajneesh Bhardwaj
> <rajneesh.bhardwaj@linux.intel.com> wrote:
>> This patch series provides Icelake support for PMC Core driver and while
>> doing so it introduces the Icelake Mobile to intel-family.h as per the
>> CPUID from below Coreboot link
>> https://github.com/coreboot/coreboot/blob/5ebcea3aaaa3cd358bc5bccaa156b13a6ef25df6/src/soc/intel/common/block/include/intelblocks/mp_init.h
>> and provides some fixes and enhancements to the driver.
> It's not applicable to my tree.
Hi Andy, I could apply and test in on latest upstream so i think its
probably because you have applied 5 patches from v1 on your tree.
https://github.com/dvhart/linux-pdx86/commits/for-next
I sent the whole series again since
https://patchwork.kernel.org/patch/10791893 referred to a wrong commit
for Fixes:. If you want to address that by rebasing then can you please
just consider patches 6-10.
Please let me know if there is any other issue?
>> 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 (10):
>> platform/x86: intel_pmc_core: Handle CFL regmap properly
>> platform/x86: intel_pmc_core: Fix PCH IP sts reading
>> platform/x86: intel_pmc_core: Fix PCH IP name
>> platform/x86: intel_pmc_core: Fix file permissions for ltr_show
>> platform/x86: intel_pmc_core: Include Reserved IP for LTR
>> 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 | 155 +++++++++++++++++++++-----
>> drivers/platform/x86/intel_pmc_core.h | 14 ++-
>> 3 files changed, 145 insertions(+), 26 deletions(-)
>>
>> --
>> 2.17.1
>>
>
next prev parent reply other threads:[~2019-02-13 15:50 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-13 15:08 [PATCH v2 00/10] ICL support and other enhancements for PMC Core Rajneesh Bhardwaj
2019-02-13 15:08 ` [PATCH v2 01/10] platform/x86: intel_pmc_core: Handle CFL regmap properly Rajneesh Bhardwaj
2019-02-13 15:08 ` [PATCH v2 02/10] platform/x86: intel_pmc_core: Fix PCH IP sts reading Rajneesh Bhardwaj
2019-02-13 15:08 ` [PATCH v2 03/10] platform/x86: intel_pmc_core: Fix PCH IP name Rajneesh Bhardwaj
2019-02-13 15:08 ` [PATCH v2 04/10] platform/x86: intel_pmc_core: Fix file permissions for ltr_show Rajneesh Bhardwaj
2019-02-13 15:08 ` [PATCH v2 05/10] platform/x86: intel_pmc_core: Include Reserved IP for LTR Rajneesh Bhardwaj
2019-02-13 15:08 ` [PATCH v2 06/10] x86/cpu: Add Icelake to Intel family Rajneesh Bhardwaj
2019-02-13 15:23 ` Borislav Petkov
2019-02-13 15:43 ` Bhardwaj, Rajneesh
2019-02-13 16:04 ` Borislav Petkov
2019-02-13 16:35 ` Bhardwaj, Rajneesh
2019-02-13 16:40 ` Dave Hansen
2019-02-13 17:13 ` Bhardwaj, Rajneesh
2019-02-13 17:18 ` Borislav Petkov
2019-02-13 15:08 ` [PATCH v2 07/10] platform/x86: intel_pmc_core: Convert to INTEL_CPU_FAM6 macro Rajneesh Bhardwaj
2019-02-13 15:08 ` [PATCH v2 08/10] platform/x86: intel_pmc_core: Add ICL platform support Rajneesh Bhardwaj
2019-02-13 15:08 ` [PATCH v2 09/10] platform/x86: intel_pmc_core: Add Package cstates residency info Rajneesh Bhardwaj
2019-02-13 15:08 ` [PATCH v2 10/10] platform/x86: intel_pmc_core: Quirk to ignore XTAL shutdown Rajneesh Bhardwaj
2019-02-13 15:21 ` Mario.Limonciello
2019-02-13 15:31 ` Bhardwaj, Rajneesh
2019-02-13 15:33 ` [PATCH v2 00/10] ICL support and other enhancements for PMC Core Andy Shevchenko
2019-02-13 15:49 ` Bhardwaj, Rajneesh [this message]
2019-02-13 17:28 ` Andy Shevchenko
2019-02-13 18:02 ` Bhardwaj, Rajneesh
2019-02-13 18:13 ` Andy Shevchenko
2019-02-13 18:15 ` Andy Shevchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=63bb8cc7-4feb-f69c-33be-ba5308c441d1@linux.intel.com \
--to=rajneesh.bhardwaj@linux.intel.com \
--cc=andy.shevchenko@gmail.com \
--cc=andy@infradead.org \
--cc=dvhart@infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=platform-driver-x86@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox