Patch "platform/x86/intel: pmc/core: Add Raptor Lake support to pmc core driver" has been added to the 6.0-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    platform/x86/intel: pmc/core: Add Raptor Lake support to pmc core driver

to the 6.0-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     platform-x86-intel-pmc-core-add-raptor-lake-support-.patch
and it can be found in the queue-6.0 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 9b710e56d2268314225c49c62e3424e000a250a5
Author: Gayatri Kammela <gayatri.kammela@xxxxxxxxxxxxxxx>
Date:   Mon Sep 12 16:33:07 2022 -0700

    platform/x86/intel: pmc/core: Add Raptor Lake support to pmc core driver
    
    [ Upstream commit 555a68dd681b7437a2708001d465c85f6dfa6955 ]
    
    Add Raptor Lake client parts (both RPL and RPL_S) support to pmc core
    driver. Raptor Lake client parts reuse all the Alder Lake PCH IPs.
    
    Cc: Srinivas Pandruvada <srinivas.pandruvada@xxxxxxxxx>
    Cc: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
    Cc: David Box <david.e.box@xxxxxxxxx>
    Acked-by: Rajneesh Bhardwaj <irenic.rajneesh@xxxxxxxxx>
    Signed-off-by: Gayatri Kammela <gayatri.kammela@xxxxxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20220912233307.409954-2-gayatri.kammela@xxxxxxxxxxxxxxx
    Reviewed-by: Hans de Goede <hdegoede@xxxxxxxxxx>
    Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/platform/x86/intel/pmc/core.c b/drivers/platform/x86/intel/pmc/core.c
index a1fe1e0dcf4a..17ec5825d13d 100644
--- a/drivers/platform/x86/intel/pmc/core.c
+++ b/drivers/platform/x86/intel/pmc/core.c
@@ -1914,6 +1914,8 @@ static const struct x86_cpu_id intel_pmc_core_ids[] = {
 	X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE_N,		&tgl_reg_map),
 	X86_MATCH_INTEL_FAM6_MODEL(ALDERLAKE,		&adl_reg_map),
 	X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_P,        &tgl_reg_map),
+	X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE,		&adl_reg_map),
+	X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_S,	&adl_reg_map),
 	{}
 };
 



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux