]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
5.10-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Jun 2022 08:15:05 +0000 (10:15 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Jun 2022 08:15:05 +0000 (10:15 +0200)
added patches:
mei-me-add-raptor-lake-point-s-did.patch

queue-5.10/mei-me-add-raptor-lake-point-s-did.patch [new file with mode: 0644]
queue-5.10/series

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 (file)
index 0000000..af7a28f
--- /dev/null
@@ -0,0 +1,43 @@
+From 3ed8c7d39cfef831fe508fc1308f146912fa72e6 Mon Sep 17 00:00:00 2001
+From: Alexander Usyskin <alexander.usyskin@intel.com>
+Date: Mon, 6 Jun 2022 17:42:25 +0300
+Subject: mei: me: add raptor lake point S DID
+
+From: Alexander Usyskin <alexander.usyskin@intel.com>
+
+commit 3ed8c7d39cfef831fe508fc1308f146912fa72e6 upstream.
+
+Add Raptor (Point) Lake S device id.
+
+Cc: <stable@vger.kernel.org>
+Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com>
+Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
+Link: https://lore.kernel.org/r/20220606144225.282375-3-tomas.winkler@intel.com
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ 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, }
+ };
index 837238a88346b86612e2478fa1e6e69955661edf..d25eac3bcf5c5de822315acdb06cdd591fac3203 100644 (file)
@@ -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