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

From: Hans de Goede
Date: Thu Nov 18 2021 - 04:50:42 EST


Hi Linus,

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

This consists of various build- and bug-fixes as well as
1 hardware-id addition.

Regards,

Hans


The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

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-v5.16-2

for you to fetch changes up to d477a907cba317cfa58a8c89c09454d3fced1964:

platform/x86: thinkpad_acpi: fix documentation for adaptive keyboard (2021-11-16 10:56:53 +0100)

----------------------------------------------------------------
platform-drivers-x86 for v5.16-2

Various build- and bug-fixes as well as 1 hardware-id addition.

The following is an automated git shortlog grouped by driver:

amd-pmc:
- Make CONFIG_AMD_PMC depend on RTC_CLASS

dell-wmi-descriptor:
- disable by default

hp_accel:
- Fix an error handling path in 'lis3lv02d_probe()'

platform/mellanox:
- mlxreg-lc: fix error code in mlxreg_lc_create_static_devices()

samsung-laptop:
- Fix typo in a comment

think-lmi:
- Abort probe on analyze failure

thinkpad_acpi:
- fix documentation for adaptive keyboard
- Fix WWAN device disabled issue after S3 deep
- Add support for dual fan control

----------------------------------------------------------------
Alex Williamson (1):
platform/x86: think-lmi: Abort probe on analyze failure

Christophe JAILLET (1):
platform/x86: hp_accel: Fix an error handling path in 'lis3lv02d_probe()'

Dan Carpenter (1):
platform/mellanox: mlxreg-lc: fix error code in mlxreg_lc_create_static_devices()

Hans de Goede (1):
platform/x86: amd-pmc: Make CONFIG_AMD_PMC depend on RTC_CLASS

Jason Wang (1):
platform/x86: samsung-laptop: Fix typo in a comment

Jimmy Wang (1):
platform/x86: thinkpad_acpi: Add support for dual fan control

Slark Xiao (1):
platform/x86: thinkpad_acpi: Fix WWAN device disabled issue after S3 deep

Thomas Weißschuh (1):
platform/x86: dell-wmi-descriptor: disable by default

Vincent Bernat (1):
platform/x86: thinkpad_acpi: fix documentation for adaptive keyboard

Documentation/admin-guide/laptops/thinkpad-acpi.rst | 12 ++++++------
drivers/platform/mellanox/mlxreg-lc.c | 5 +++--
drivers/platform/x86/Kconfig | 2 +-
drivers/platform/x86/dell/Kconfig | 2 +-
drivers/platform/x86/hp_accel.c | 2 ++
drivers/platform/x86/samsung-laptop.c | 2 +-
drivers/platform/x86/think-lmi.c | 13 ++++++++++---
drivers/platform/x86/think-lmi.h | 1 -
drivers/platform/x86/thinkpad_acpi.c | 13 +------------
9 files changed, 25 insertions(+), 27 deletions(-)