]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
6.14-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 May 2025 09:37:12 +0000 (11:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 7 May 2025 09:37:12 +0000 (11:37 +0200)
added patches:
platform-x86-alienware-wmi-wmax-add-support-for-alienware-m15-r7.patch

queue-6.14/platform-x86-alienware-wmi-wmax-add-support-for-alienware-m15-r7.patch [new file with mode: 0644]
queue-6.14/series

diff --git a/queue-6.14/platform-x86-alienware-wmi-wmax-add-support-for-alienware-m15-r7.patch b/queue-6.14/platform-x86-alienware-wmi-wmax-add-support-for-alienware-m15-r7.patch
new file mode 100644 (file)
index 0000000..6612879
--- /dev/null
@@ -0,0 +1,44 @@
+From 246f9bb62016c423972ea7f2335a8e0ed3521cde Mon Sep 17 00:00:00 2001
+From: Kurt Borja <kuurtb@gmail.com>
+Date: Sat, 19 Apr 2025 12:45:29 -0300
+Subject: platform/x86: alienware-wmi-wmax: Add support for Alienware m15 R7
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+From: Kurt Borja <kuurtb@gmail.com>
+
+commit 246f9bb62016c423972ea7f2335a8e0ed3521cde upstream.
+
+Extend thermal control support to Alienware m15 R7.
+
+Cc: stable@vger.kernel.org
+Tested-by: Romain THERY <romain.thery@ik.me>
+Signed-off-by: Kurt Borja <kuurtb@gmail.com>
+Link: https://lore.kernel.org/r/20250419-m15-r7-v1-1-18c6eaa27e25@gmail.com
+Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
+Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
+Signed-off-by: Kurt Borja <kuurtb@gmail.com>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ drivers/platform/x86/dell/alienware-wmi.c |    9 +++++++++
+ 1 file changed, 9 insertions(+)
+
+--- a/drivers/platform/x86/dell/alienware-wmi.c
++++ b/drivers/platform/x86/dell/alienware-wmi.c
+@@ -252,6 +252,15 @@ static const struct dmi_system_id alienw
+       },
+       {
+               .callback = dmi_matched,
++              .ident = "Alienware m15 R7",
++              .matches = {
++                      DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
++                      DMI_MATCH(DMI_PRODUCT_NAME, "Alienware m15 R7"),
++              },
++              .driver_data = &quirk_x_series,
++      },
++      {
++              .callback = dmi_matched,
+               .ident = "Alienware m16 R1",
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "Alienware"),
index 282b5511f477e305444bb1061e37ee517e52d93b..d041989b06bdc7a8a6f8e3377732e4f69842d87c 100644 (file)
@@ -150,3 +150,4 @@ accel-ivpu-abort-all-jobs-after-command-queue-unregister.patch
 accel-ivpu-fix-locking-order-in-ivpu_job_submit.patch
 accel-ivpu-add-handling-of-vpu_jsm_status_mvnci_context_violation_hw.patch
 drm-xe-invalidate-l3-read-only-cachelines-for-geometry-streams-too.patch
+platform-x86-alienware-wmi-wmax-add-support-for-alienware-m15-r7.patch