[GIT PULL] platform-drivers-x86 for 6.12-2

From: Hans de Goede
Date: Sun Oct 06 2024 - 07:07:53 EST


Hi Linus,

Here is the first round of fixes for platform-drivers-x86 for 6.12.

Highlights:
- Intel PMC fix for suspend/resume issues on some Sky and Kaby Lake laptops
- Intel Diamond Rapids hw-id additions
- Documentation and MAINTAINERS fixes
- Some other small fixes

Regards,

Hans


The following changes since commit 9852d85ec9d492ebef56dc5f229416c925758edc:

Linux 6.12-rc1 (2024-09-29 15:06:19 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.12-2

for you to fetch changes up to 2fae3129c0c08e72b1fe93e61fd8fd203252094a:

platform/x86: x86-android-tablets: Fix use after free on platform_device_register() errors (2024-10-06 12:50:50 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v6.12-2

Highlights:
- Intel PMC fix for suspend/resume issues on some Sky and Kaby Lake laptops
- Intel Diamond Rapids hw-id additions
- Documentation and MAINTAINERS fixes
- Some other small fixes

The following is an automated git shortlog grouped by driver:

ISST:
- Add Diamond Rapids to support list
- Fix the KASAN report slab-out-of-bounds bug

MAINTAINERS:
- Update Intel In Field Scan(IFS) entry

dell-ddv:
- Fix typo in documentation

dell-laptop:
- Do not fail when encountering unsupported batteries

dell-sysman:
- add support for alienware products

intel/pmc:
- Disable ACPI PM Timer disabling on Sky and Kaby Lake

platform/x86/intel:
- power-domains: Add Diamond Rapids support

wmi:
- Update WMI driver API documentation

x86-android-tablets:
- Fix use after free on platform_device_register() errors

----------------------------------------------------------------
Anaswara T Rajan (1):
platform/x86: dell-ddv: Fix typo in documentation

Armin Wolf (2):
platform/x86: dell-laptop: Do not fail when encountering unsupported batteries
platform/x86: wmi: Update WMI driver API documentation

Crag Wang (1):
platform/x86: dell-sysman: add support for alienware products

Hans de Goede (2):
platform/x86:intel/pmc: Disable ACPI PM Timer disabling on Sky and Kaby Lake
platform/x86: x86-android-tablets: Fix use after free on platform_device_register() errors

Jithu Joseph (1):
MAINTAINERS: Update Intel In Field Scan(IFS) entry

Srinivas Pandruvada (2):
platform/x86: ISST: Add Diamond Rapids to support list
platform/x86/intel: power-domains: Add Diamond Rapids support

Zach Wade (1):
platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bug

Documentation/driver-api/wmi.rst | 11 +++++------
Documentation/wmi/devices/dell-wmi-ddv.rst | 4 ++--
MAINTAINERS | 2 +-
drivers/platform/x86/dell/dell-laptop.c | 15 ++++++++++++---
drivers/platform/x86/dell/dell-wmi-sysman/sysman.c | 1 +
drivers/platform/x86/intel/pmc/spt.c | 2 --
.../platform/x86/intel/speed_select_if/isst_if_common.c | 5 ++++-
drivers/platform/x86/intel/tpmi_power_domains.c | 1 +
drivers/platform/x86/x86-android-tablets/core.c | 6 ++++--
9 files changed, 30 insertions(+), 17 deletions(-)