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

Message ID 8536f9$c6m0b@orviesa002-auth.jf.intel.com
State New
Headers
Series [GIT,PULL] platform-drivers-x86 for v6.7-3 |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.7-3

Message

Ilpo Järvinen Dec. 6, 2023, 6:16 p.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org Dec. 7, 2023, 8:47 p.m. UTC | #1
The pull request you sent on Wed, 06 Dec 2023 20:16:52 +0200:

> https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.7-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/33d42bde99274217305327ab14cef9e182961ff3

Thank you!