From: "Ilpo Järvinen" <ilpo.jarvinen@linux.intel.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
PDx86 <platform-drivers-x86@vger.kernel.org>,
Hans de Goede <hdegoede@redhat.com>,
Andy Shevchenko <andy@kernel.org>
Subject: [GIT PULL] platform-drivers-x86 for v6.7-3
Date: Wed, 06 Dec 2023 20:16:52 +0200 [thread overview]
Message-ID: <8536f9$c6m0b@orviesa002-auth.jf.intel.com> (raw)
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(-)
next reply other threads:[~2023-12-06 18:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-06 18:16 Ilpo Järvinen [this message]
2023-12-07 20:47 ` [GIT PULL] platform-drivers-x86 for v6.7-3 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='8536f9$c6m0b@orviesa002-auth.jf.intel.com' \
--to=ilpo.jarvinen@linux.intel.com \
--cc=andy@kernel.org \
--cc=hdegoede@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=platform-drivers-x86@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox