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

From: Hans de Goede
Date: Thu Feb 02 2023 - 05:42:31 EST


Hi Linus,

Here is the third round of fixes for platform-drivers-x86 for 6.2.

This pull-req contains a set of AMD PMF fixes + a few other small fixes.

Regards,

Hans


The following changes since commit 1bc5d819f0b9784043ea08570e1b21107aa35739:

platform/x86: thinkpad_acpi: Fix profile modes on Intel platforms (2023-01-25 12:45:16 +0100)

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

for you to fetch changes up to eecf2acd4a580e9364e5087daf0effca60a240b7:

platform/x86: touchscreen_dmi: Add Chuwi Vi8 (CWI501) DMI match (2023-02-02 11:34:38 +0100)

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

A set of AMD PMF fixes + a few other small fixes.

The following is an automated git shortlog grouped by driver:

platform/x86/amd:
- pmc: add CONFIG_SERIO dependency

platform/x86/amd/pmf:
- Ensure mutexes are initialized before use
- Fix to update SPS thermals when power supply change
- Fix to update SPS default pprof thermals
- update to auto-mode limits only after AMT event
- Add helper routine to check pprof is balanced
- Add helper routine to update SPS thermals

thinkpad_acpi:
- Fix thinklight LED brightness returning 255

touchscreen_dmi:
- Add Chuwi Vi8 (CWI501) DMI match

----------------------------------------------------------------
Arnd Bergmann (1):
platform/x86/amd: pmc: add CONFIG_SERIO dependency

Hans de Goede (3):
platform/x86/amd/pmf: Ensure mutexes are initialized before use
platform/x86: thinkpad_acpi: Fix thinklight LED brightness returning 255
platform/x86: touchscreen_dmi: Add Chuwi Vi8 (CWI501) DMI match

Shyam Sundar S K (5):
platform/x86/amd/pmf: Add helper routine to update SPS thermals
platform/x86/amd/pmf: Add helper routine to check pprof is balanced
platform/x86/amd/pmf: update to auto-mode limits only after AMT event
platform/x86/amd/pmf: Fix to update SPS default pprof thermals
platform/x86/amd/pmf: Fix to update SPS thermals when power supply change

drivers/platform/x86/amd/Kconfig | 1 +
drivers/platform/x86/amd/pmf/auto-mode.c | 9 +--------
drivers/platform/x86/amd/pmf/cnqf.c | 14 +++++---------
drivers/platform/x86/amd/pmf/core.c | 32 ++++++++++++++++++++++++++++----
drivers/platform/x86/amd/pmf/pmf.h | 3 +++
drivers/platform/x86/amd/pmf/sps.c | 28 ++++++++++++++++++++++------
drivers/platform/x86/thinkpad_acpi.c | 2 +-
drivers/platform/x86/touchscreen_dmi.c | 9 +++++++++
8 files changed, 70 insertions(+), 28 deletions(-)