Patch "platform/x86:intel/pmc: Remove Meteor Lake S platform support" has been added to the 6.3-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: Remove Meteor Lake S platform support

to the 6.3-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-remove-meteor-lake-s-platform.patch
and it can be found in the queue-6.3 subdirectory.

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



commit 881881f4559abd68e63bfef474c272dff576adaf
Author: Xi Pardee <xi.pardee@xxxxxxxxx>
Date:   Wed May 31 17:47:06 2023 -0700

    platform/x86:intel/pmc: Remove Meteor Lake S platform support
    
    [ Upstream commit 416a87c972b978d71ab828442d1d48e3bd194855 ]
    
    commit c5ad454a12c6 ("platform/x86: intel/pmc/core: Add Meteor Lake
    support to pmc core driver") was supposed to add support for Meter
    Lake P/M and mistakenly added support for Meteor Lake S instead. Meteor
    Lake P/M support was added later and MTL-S support needs to be removed
    since its currently assigned to the wrong register maps.
    
    Fixes: c5ad454a12c6 ("platform/x86: intel/pmc/core: Add Meteor Lake support to pmc core driver")
    Signed-off-by: Xi Pardee <xi.pardee@xxxxxxxxx>
    Signed-off-by: David E. Box <david.e.box@xxxxxxxxxxxxxxx>
    Link: https://lore.kernel.org/r/20230601004706.871528-1-xi.pardee@xxxxxxxxx
    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 b9591969e0fa1..bed083525fbe7 100644
--- a/drivers/platform/x86/intel/pmc/core.c
+++ b/drivers/platform/x86/intel/pmc/core.c
@@ -1039,7 +1039,6 @@ static const struct x86_cpu_id intel_pmc_core_ids[] = {
 	X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_P,        tgl_core_init),
 	X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE,		adl_core_init),
 	X86_MATCH_INTEL_FAM6_MODEL(RAPTORLAKE_S,	adl_core_init),
-	X86_MATCH_INTEL_FAM6_MODEL(METEORLAKE,          mtl_core_init),
 	X86_MATCH_INTEL_FAM6_MODEL(METEORLAKE_L,	mtl_core_init),
 	{}
 };



[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