[GIT PULL] platform-drivers-x86 for v6.7-3

From: Ilpo Järvinen
Date: Wed Dec 06 2023 - 13:19:03 EST


Hi Linus,

Here is a fixes PR for platform-drivers-x86 for v6.7.

Highlights:
- asus-wmi: Solve i8042 filter resource handling, input, and
suspend issues
- wmi: Skip zero instance WMI blocks to avoid issues with
some laptops
- mlxbf-bootctl: Differentiate dev/production keys
- platform/surface: Correct serdev related return value to avoid
leaking errno into userspace
- Error checking fixes

Regards, i.


The following changes since commit a6584711e64d9d12ab79a450ec3628fd35e4f476:

platform/x86: intel_telemetry: Fix kernel doc descriptions (2023-11-21 10:09:04 +0200)

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.7-3

for you to fetch changes up to 3494a594315b56516988afb6854d75dee5b501db:

platform/mellanox: Check devm_hwmon_device_register_with_groups() return value (2023-12-04 15:01:46 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v6.7-3

Highlights:
- asus-wmi: Solve i8042 filter resource handling, input, and
suspend issues
- wmi: Skip zero instance WMI blocks to avoid issues with
some laptops
- mlxbf-bootctl: Differentiate dev/production keys
- platform/surface: Correct serdev related return value to avoid
leaking errno into userspace
- Error checking fixes

The following is an automated shortlog grouped by driver:

asus-wmi:
- Change q500a_i8042_filter() into a generic i8042-filter
- disable USB0 hub on ROG Ally before suspend
- Filter Volume key presses if also reported via atkbd
- Move i8042 filter install to shared asus-wmi code

mellanox:
- Add null pointer checks for devm_kasprintf()
- Check devm_hwmon_device_register_with_groups() return value

mlxbf-bootctl:
- correctly identify secure boot with development keys

surface: aggregator:
- fix recv_buf() return value

wmi:
- Skip blocks with zero instances

----------------------------------------------------------------
Armin Wolf (1):
platform/x86: wmi: Skip blocks with zero instances

David Thompson (1):
mlxbf-bootctl: correctly identify secure boot with development keys

Francesco Dolcini (1):
platform/surface: aggregator: fix recv_buf() return value

Hans de Goede (3):
platform/x86: asus-wmi: Move i8042 filter install to shared asus-wmi code
platform/x86: asus-wmi: Change q500a_i8042_filter() into a generic i8042-filter
platform/x86: asus-wmi: Filter Volume key presses if also reported via atkbd

Kunwu Chan (2):
platform/mellanox: Add null pointer checks for devm_kasprintf()
platform/mellanox: Check devm_hwmon_device_register_with_groups() return value

Luke D. Jones (1):
platform/x86: asus-wmi: disable USB0 hub on ROG Ally before suspend

drivers/platform/mellanox/mlxbf-bootctl.c | 39 ++++++++++++-------
drivers/platform/mellanox/mlxbf-pmc.c | 14 +++++++
drivers/platform/surface/aggregator/core.c | 5 ++-
drivers/platform/x86/Kconfig | 2 +-
drivers/platform/x86/asus-nb-wmi.c | 61 +++++++++++++++++++-----------
drivers/platform/x86/asus-wmi.c | 58 ++++++++++++++++++++++++++++
drivers/platform/x86/asus-wmi.h | 7 ++--
drivers/platform/x86/wmi.c | 5 +++
include/linux/platform_data/x86/asus-wmi.h | 3 ++
9 files changed, 153 insertions(+), 41 deletions(-)