From: Greg Kroah-Hartman Date: Mon, 20 Jun 2022 08:15:05 +0000 (+0200) Subject: 5.10-stable patches X-Git-Tag: v5.4.200~46 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a73238e03d1f4a4cce03cc43cfdc2da422fca4a;p=thirdparty%2Fkernel%2Fstable-queue.git 5.10-stable patches added patches: mei-me-add-raptor-lake-point-s-did.patch --- diff --git a/queue-5.10/mei-me-add-raptor-lake-point-s-did.patch b/queue-5.10/mei-me-add-raptor-lake-point-s-did.patch new file mode 100644 index 00000000000..af7a28f6a66 --- /dev/null +++ b/queue-5.10/mei-me-add-raptor-lake-point-s-did.patch @@ -0,0 +1,43 @@ +From 3ed8c7d39cfef831fe508fc1308f146912fa72e6 Mon Sep 17 00:00:00 2001 +From: Alexander Usyskin +Date: Mon, 6 Jun 2022 17:42:25 +0300 +Subject: mei: me: add raptor lake point S DID + +From: Alexander Usyskin + +commit 3ed8c7d39cfef831fe508fc1308f146912fa72e6 upstream. + +Add Raptor (Point) Lake S device id. + +Cc: +Signed-off-by: Alexander Usyskin +Signed-off-by: Tomas Winkler +Link: https://lore.kernel.org/r/20220606144225.282375-3-tomas.winkler@intel.com +Signed-off-by: Greg Kroah-Hartman +--- + drivers/misc/mei/hw-me-regs.h | 2 ++ + drivers/misc/mei/pci-me.c | 2 ++ + 2 files changed, 4 insertions(+) + +--- a/drivers/misc/mei/hw-me-regs.h ++++ b/drivers/misc/mei/hw-me-regs.h +@@ -109,6 +109,8 @@ + #define MEI_DEV_ID_ADP_P 0x51E0 /* Alder Lake Point P */ + #define MEI_DEV_ID_ADP_N 0x54E0 /* Alder Lake Point N */ + ++#define MEI_DEV_ID_RPL_S 0x7A68 /* Raptor Lake Point S */ ++ + /* + * MEI HW Section + */ +--- a/drivers/misc/mei/pci-me.c ++++ b/drivers/misc/mei/pci-me.c +@@ -115,6 +115,8 @@ static const struct pci_device_id mei_me + {MEI_PCI_DEVICE(MEI_DEV_ID_ADP_P, MEI_ME_PCH15_CFG)}, + {MEI_PCI_DEVICE(MEI_DEV_ID_ADP_N, MEI_ME_PCH15_CFG)}, + ++ {MEI_PCI_DEVICE(MEI_DEV_ID_RPL_S, MEI_ME_PCH15_CFG)}, ++ + /* required last entry */ + {0, } + }; diff --git a/queue-5.10/series b/queue-5.10/series index 837238a8834..d25eac3bcf5 100644 --- a/queue-5.10/series +++ b/queue-5.10/series @@ -57,3 +57,4 @@ irqchip-gic-realview-fix-refcount-leak-in-realview_g.patch irqchip-gic-v3-fix-error-handling-in-gic_populate_pp.patch irqchip-gic-v3-fix-refcount-leak-in-gic_populate_ppi.patch i2c-designware-use-standard-optional-ref-clock-imple.patch +mei-me-add-raptor-lake-point-s-did.patch