[GIT PULL] platform-drivers-x86 for 5.18-4

From: Hans de Goede
Date: Mon May 09 2022 - 03:31:05 EST


Hi Linus,

Here is a third round of bug-fixes for platform-drivers-x86
for 5.18:

- thinkpad_acpi AMD suspend/resume + fan detection fixes
- 2 other small fixes
- 1 hardware-id addition

Regards,

Hans


The following changes since commit eb2fd9b43fae0c51982ac4229535b6cfd77380db:

platform/x86/intel: pmc/core: change pmc_lpm_modes to static (2022-04-27 16:55:54 +0200)

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.18-4

for you to fetch changes up to 44acfc22c7d055d9c4f8f0974ee28422405b971a:

platform/surface: aggregator: Fix initialization order when compiling as builtin module (2022-05-06 13:05:57 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v5.18-4

3th set of pdx86 fixes for 5.18:
- thinkpad_acpi AMD suspend/resume + fan detection fixes
- 2 other small fixes
- 1 hardware-id addition

The following is an automated git shortlog grouped by driver:

platform/surface:
- aggregator: Fix initialization order when compiling as builtin module
- gpe: Add support for Surface Pro 8

platform/x86/intel:
- Fix 'rmmod pmt_telemetry' panic

thinkpad_acpi:
- Correct dual fan probe
- Add a s2idle resume quirk for a number of laptops
- Convert btusb DMI list to quirks

----------------------------------------------------------------
Mario Limonciello (2):
platform/x86: thinkpad_acpi: Convert btusb DMI list to quirks
platform/x86: thinkpad_acpi: Add a s2idle resume quirk for a number of laptops

Mark Pearson (1):
platform/x86: thinkpad_acpi: Correct dual fan probe

Maximilian Luz (2):
platform/surface: gpe: Add support for Surface Pro 8
platform/surface: aggregator: Fix initialization order when compiling as builtin module

Prarit Bhargava (1):
platform/x86/intel: Fix 'rmmod pmt_telemetry' panic

drivers/platform/surface/aggregator/core.c | 2 +-
drivers/platform/surface/surface_gpe.c | 8 ++
drivers/platform/x86/intel/pmt/telemetry.c | 2 +-
drivers/platform/x86/thinkpad_acpi.c | 175 +++++++++++++++++++++++++++--
4 files changed, 173 insertions(+), 14 deletions(-)