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

From: Hans de Goede
Date: Tue Oct 25 2022 - 05:58:41 EST


Hi Linus,

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

The only thing which stands out is a fix for a backlight regression
on Chromebooks (under drivers/acpi, with ack from Rafael).

Other then that nothing special to report just various small fixes
and hardware-id additions.

Regards,

Hans


The following changes since commit 9abf2313adc1ca1b6180c508c25f22f9395cc780:

Linux 6.1-rc1 (2022-10-16 15:36:24 -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.1-2

for you to fetch changes up to e9cf4d9b9a6fdb1df6401a59f5ac5d24006bfeae:

ACPI: video: Fix missing native backlight on Chromebooks (2022-10-24 17:02:13 +0200)

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

A small set of assorted fixes and hardware-id additions for 6.1.

The following is an automated git shortlog grouped by driver:

ACPI:
- video: Fix missing native backlight on Chromebooks

asus-wmi:
- Add support for ROG X16 tablet mode

leds:
- simatic-ipc-leds-gpio: fix incorrect LED to GPIO mapping

platform/x86/amd:
- pmc: Read SMU version during suspend on Cezanne systems

platform/x86/intel:
- pmc/core: Add Raptor Lake support to pmc core driver

thinkpad_acpi:
- Fix reporting a non present second fan on some models

----------------------------------------------------------------
Dmitry Osipenko (1):
ACPI: video: Fix missing native backlight on Chromebooks

Gayatri Kammela (1):
platform/x86/intel: pmc/core: Add Raptor Lake support to pmc core driver

Henning Schild (1):
leds: simatic-ipc-leds-gpio: fix incorrect LED to GPIO mapping

Jelle van der Waa (1):
platform/x86: thinkpad_acpi: Fix reporting a non present second fan on some models

Luke D. Jones (1):
platform/x86: asus-wmi: Add support for ROG X16 tablet mode

Mario Limonciello (1):
platform/x86/amd: pmc: Read SMU version during suspend on Cezanne systems

drivers/acpi/video_detect.c | 12 ++++++++++++
drivers/leds/simple/simatic-ipc-leds-gpio.c | 12 ++++++------
drivers/platform/x86/amd/pmc.c | 7 +++++++
drivers/platform/x86/asus-nb-wmi.c | 9 +++++++++
drivers/platform/x86/intel/pmc/core.c | 2 ++
drivers/platform/x86/thinkpad_acpi.c | 4 +++-
6 files changed, 39 insertions(+), 7 deletions(-)