[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <pdx86-pr-20240806094038-269710364@linux.intel.com>
Date: Tue, 06 Aug 2024 09:40:38 +0300
From: Ilpo Järvinen <ilpo.jarvinen@...ux.intel.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>, PDx86 <platform-driver-x86@...r.kernel.org>, Hans de Goede <hdegoede@...hat.com>, Andy Shevchenko <andy@...nel.org>
Subject: [GIT PULL] platform-drivers-x86 for v6.11-2
Hi Linus,
Here is a platform-drivers-x86 fixes PR for v6.11.
Fixes:
- intel-vbtn: ACPI notifier racing with itself.
- intel/ifs: Init local variable to cover a timeout corner case.
- WMI docs spelling
New HW Support:
- amd/{pmc,pmf}: AMD 1Ah model 60h series.
- amd/pmf: SPS quirk support for ASUS ROG Ally X
Regards, i.
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:
Linux 6.11-rc1 (2024-07-28 14:19:55 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.11-2
for you to fetch changes up to 3114f77e9453daa292ec0906f313a715c69b5943:
platform/x86/intel/ifs: Initialize union ifs_status to zero (2024-07-31 12:37:34 +0300)
----------------------------------------------------------------
platform-drivers-x86 for v6.11-2
Fixes:
- intel-vbtn: ACPI notifier racing with itself.
- intel/ifs: Init local variable to cover a timeout corner case.
- WMI docs spelling
New HW Support:
- amd/{pmc,pmf}: AMD 1Ah model 60h series.
- amd/pmf: SPS quirk support for ASUS ROG Ally X
The following is an automated shortlog grouped by driver:
amd/pmc:
- Send OS_HINT command for new AMD platform
amd/pmf:
- Add new ACPI ID AMDI0107
amd: pmf:
- Add quirk for ROG Ally X
intel/ifs:
- Initialize union ifs_status to zero
intel-vbtn:
- Protect ACPI notify handler against recursion
msi-wmi-platform:
- Fix spelling mistakes
----------------------------------------------------------------
Hans de Goede (1):
platform/x86: intel-vbtn: Protect ACPI notify handler against recursion
Kuppuswamy Sathyanarayanan (1):
platform/x86/intel/ifs: Initialize union ifs_status to zero
Luis Felipe Hernandez (1):
platform/x86: msi-wmi-platform: Fix spelling mistakes
Luke D. Jones (1):
platform/x86/amd: pmf: Add quirk for ROG Ally X
Shyam Sundar S K (2):
platform/x86/amd/pmc: Send OS_HINT command for new AMD platform
platform/x86/amd/pmf: Add new ACPI ID AMDI0107
Documentation/wmi/devices/msi-wmi-platform.rst | 6 +++---
drivers/platform/x86/amd/pmc/pmc.c | 2 ++
drivers/platform/x86/amd/pmc/pmc.h | 1 +
drivers/platform/x86/amd/pmf/core.c | 3 +++
drivers/platform/x86/amd/pmf/pmf-quirks.c | 9 ++++++++-
drivers/platform/x86/intel/ifs/runtest.c | 2 +-
drivers/platform/x86/intel/vbtn.c | 9 +++++++++
7 files changed, 27 insertions(+), 5 deletions(-)
Powered by blists - more mailing lists