All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] platform/x86/intel: pmc: Support Intel Raptorlake P
@ 2022-06-01 23:17 George D Sworo
  0 siblings, 0 replies; 4+ messages in thread
From: George D Sworo @ 2022-06-01 23:17 UTC (permalink / raw)
  To: david.e.box; +Cc: platform-driver-x86, George D Sworo

From: George D Sworo <george.d.sworo@intel.com>

Add Raptorlake P to the list of the platforms that intel_pmc_core driver
supports for pmc_core device. Raptorlake P PCH is based on Alderlake P
PCH.

Signed-off-by: George D Sworo <george.d.sworo@intel.com>
---
 drivers/platform/x86/intel/pmc/core.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/platform/x86/intel/pmc/core.c b/drivers/platform/x86/intel/pmc/core.c
index edaf22e5ae98..40183bda7894 100644
--- a/drivers/platform/x86/intel/pmc/core.c
+++ b/drivers/platform/x86/intel/pmc/core.c
@@ -1912,6 +1912,7 @@ static const struct x86_cpu_id intel_pmc_core_ids[] = {
 	X86_MATCH_INTEL_FAM6_MODEL(ROCKETLAKE,		&tgl_reg_map),
 	X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE_L,		&tgl_reg_map),
 	X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE,		&adl_reg_map),
+	X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_P,        &tgl_reg_map),
 	{}
 };
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] platform/x86/intel: pmc: Support Intel Raptorlake P
  2022-06-02  1:26 george.d.sworo
  2022-06-02  1:36 ` David E. Box
@ 2022-06-10 19:13 ` Hans de Goede
  1 sibling, 0 replies; 4+ messages in thread
From: Hans de Goede @ 2022-06-10 19:13 UTC (permalink / raw)
  To: george.d.sworo, david.e.box; +Cc: platform-driver-x86

Hi,

On 6/2/22 03:26, george.d.sworo@intel.com wrote:
> From: George D Sworo <george.d.sworo@intel.com>
> 
> Add Raptorlake P to the list of the platforms that intel_pmc_core driver
> supports for pmc_core device. Raptorlake P PCH is based on Alderlake P
> PCH.
> 
> Signed-off-by: George D Sworo <george.d.sworo@intel.com>

Thank you for your patch, I've applied this patch to my review-hans 
branch:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git/log/?h=review-hans

Note it will show up in my review-hans branch once I've pushed my
local branch there, which might take a while.

Once I've run some tests on this branch the patches there will be
added to the platform-drivers-x86/for-next branch and eventually
will be included in the pdx86 pull-request to Linus for the next
merge-window.

Regards,

Hans


> ---
>  drivers/platform/x86/intel/pmc/core.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/platform/x86/intel/pmc/core.c b/drivers/platform/x86/intel/pmc/core.c
> index edaf22e5ae98..40183bda7894 100644
> --- a/drivers/platform/x86/intel/pmc/core.c
> +++ b/drivers/platform/x86/intel/pmc/core.c
> @@ -1912,6 +1912,7 @@ static const struct x86_cpu_id intel_pmc_core_ids[] = {
>  	X86_MATCH_INTEL_FAM6_MODEL(ROCKETLAKE,		&tgl_reg_map),
>  	X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE_L,		&tgl_reg_map),
>  	X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE,		&adl_reg_map),
> +	X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_P,        &tgl_reg_map),
>  	{}
>  };
>  


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] platform/x86/intel: pmc: Support Intel Raptorlake P
  2022-06-02  1:26 george.d.sworo
@ 2022-06-02  1:36 ` David E. Box
  2022-06-10 19:13 ` Hans de Goede
  1 sibling, 0 replies; 4+ messages in thread
From: David E. Box @ 2022-06-02  1:36 UTC (permalink / raw)
  To: george.d.sworo, david.e.box; +Cc: platform-driver-x86

On Wed, 2022-06-01 at 18:26 -0700, george.d.sworo@intel.com wrote:
> From: George D Sworo <george.d.sworo@intel.com>
> 
> Add Raptorlake P to the list of the platforms that intel_pmc_core driver
> supports for pmc_core device. Raptorlake P PCH is based on Alderlake P
> PCH.
> 
> Signed-off-by: George D Sworo <george.d.sworo@intel.com>
> ---
>  drivers/platform/x86/intel/pmc/core.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/platform/x86/intel/pmc/core.c
> b/drivers/platform/x86/intel/pmc/core.c
> index edaf22e5ae98..40183bda7894 100644
> --- a/drivers/platform/x86/intel/pmc/core.c
> +++ b/drivers/platform/x86/intel/pmc/core.c
> @@ -1912,6 +1912,7 @@ static const struct x86_cpu_id intel_pmc_core_ids[] = {
>  	X86_MATCH_INTEL_FAM6_MODEL(ROCKETLAKE,		&tgl_reg_map),
>  	X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE_L,		&tgl_reg_map),
>  	X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE,		&adl_reg_map),
> +	X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_P,        &tgl_reg_map),
>  	{}
>  };
>  

Reviewed-by: David E. Box <david.e.box@linux.intel.com>

Thanks


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] platform/x86/intel: pmc: Support Intel Raptorlake P
@ 2022-06-02  1:26 george.d.sworo
  2022-06-02  1:36 ` David E. Box
  2022-06-10 19:13 ` Hans de Goede
  0 siblings, 2 replies; 4+ messages in thread
From: george.d.sworo @ 2022-06-02  1:26 UTC (permalink / raw)
  To: david.e.box; +Cc: platform-driver-x86, George D Sworo

From: George D Sworo <george.d.sworo@intel.com>

Add Raptorlake P to the list of the platforms that intel_pmc_core driver
supports for pmc_core device. Raptorlake P PCH is based on Alderlake P
PCH.

Signed-off-by: George D Sworo <george.d.sworo@intel.com>
---
 drivers/platform/x86/intel/pmc/core.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/platform/x86/intel/pmc/core.c b/drivers/platform/x86/intel/pmc/core.c
index edaf22e5ae98..40183bda7894 100644
--- a/drivers/platform/x86/intel/pmc/core.c
+++ b/drivers/platform/x86/intel/pmc/core.c
@@ -1912,6 +1912,7 @@ static const struct x86_cpu_id intel_pmc_core_ids[] = {
 	X86_MATCH_INTEL_FAM6_MODEL(ROCKETLAKE,		&tgl_reg_map),
 	X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE_L,		&tgl_reg_map),
 	X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE,		&adl_reg_map),
+	X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_P,        &tgl_reg_map),
 	{}
 };
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-06-10 19:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-01 23:17 [PATCH] platform/x86/intel: pmc: Support Intel Raptorlake P George D Sworo
2022-06-02  1:26 george.d.sworo
2022-06-02  1:36 ` David E. Box
2022-06-10 19:13 ` Hans de Goede

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.