mbox series

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

Message ID 21c96b2f-92bb-5ba8-c08f-e6df1db4a4df@redhat.com (mailing list archive)
State Accepted, archived
Headers show
Series [GIT,PULL] platform-drivers-x86 for 6.2-4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.2-4

Message

Hans de Goede Feb. 2, 2023, 10:41 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Feb. 2, 2023, 9:04 p.m. UTC | #1
The pull request you sent on Thu, 2 Feb 2023 11:41:38 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.2-4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/870bb7656ab247c000e9627e0da0db7ef8e9cf0c

Thank you!