[GIT,PULL] platform-drivers-x86 for 6.5-3

Message ID ac0f0e92-ea4b-4d47-dfd5-cfe8e0b95f55@redhat.com
State New
Headers
Series [GIT,PULL] platform-drivers-x86 for 6.5-3 |

Pull-request

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

Message

Hans de Goede July 26, 2023, 1:46 p.m. UTC
  Hi Linus,

Here is the second round of fixes for platform-drivers-x86 for 6.5.

Nothing special to report just various small fixes + hw-id additions.

Regards,

Hans


The following changes since commit 6b293a8c91bca52726448d03216e65da509e9bb7:

  platform/x86: touchscreen_dmi: Add info for the Archos 101 Cesium Educ tablet (2023-07-11 12:15:30 +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-v6.5-3

for you to fetch changes up to c21733754cd6ecbca346f2adf9b17d4cfa50504f:

  platform/x86: huawei-wmi: Silence ambient light sensor (2023-07-25 16:38:03 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v6.5-3

Misc. small fixes and hw-id additions.

The following is an automated git shortlog grouped by driver:

asus-wmi:
 -  Fix setting RGB mode on some TUF laptops

huawei-wmi:
 -  Silence ambient light sensor

intel:
 -  hid: Always call BTNL ACPI method

msi-laptop:
 -  Fix rfkill out-of-sync on MSI Wind U100

platform/x86/amd:
 -  pmc: Use release_mem_region() to undo request_mem_region_muxed()

platform/x86/amd/pmf:
 -  Notify OS power slider update
 -  reduce verbosity of apmf_get_system_params

platform/x86/intel/hid:
 -  Add HP Dragonfly G2 to VGBS DMI quirks

serial-multi-instantiate:
 -  Auto detect IRQ resource for CSC3551

think-lmi:
 -  Use kfree_sensitive instead of kfree

touchscreen_dmi.c:
 -  small changes for Archos 101 Cesium Educ tablet

----------------------------------------------------------------
David Xu (1):
      platform/x86: serial-multi-instantiate: Auto detect IRQ resource for CSC3551

Hans de Goede (2):
      platform/x86/amd: pmc: Use release_mem_region() to undo request_mem_region_muxed()
      platform/x86: intel: hid: Always call BTNL ACPI method

Konstantin Shelekhin (1):
      platform/x86: huawei-wmi: Silence ambient light sensor

Kristian Angelov (1):
      platform/x86: asus-wmi: Fix setting RGB mode on some TUF laptops

Maxim Mikityanskiy (2):
      platform/x86/intel/hid: Add HP Dragonfly G2 to VGBS DMI quirks
      platform/x86: msi-laptop: Fix rfkill out-of-sync on MSI Wind U100

Shyam Sundar S K (2):
      platform/x86/amd/pmf: reduce verbosity of apmf_get_system_params
      platform/x86/amd/pmf: Notify OS power slider update

Thomas GENTY (1):
      platform/x86: touchscreen_dmi.c: small changes for Archos 101 Cesium Educ tablet

Wang Ming (1):
      platform/x86: think-lmi: Use kfree_sensitive instead of kfree

 drivers/platform/x86/amd/pmc-quirks.c           |  8 +--
 drivers/platform/x86/amd/pmf/acpi.c             | 23 +++++++-
 drivers/platform/x86/amd/pmf/core.c             |  9 ++-
 drivers/platform/x86/amd/pmf/pmf.h              | 16 ++++++
 drivers/platform/x86/amd/pmf/sps.c              | 74 +++++++++++++++++++++++--
 drivers/platform/x86/asus-wmi.c                 | 14 ++++-
 drivers/platform/x86/huawei-wmi.c               |  2 +
 drivers/platform/x86/intel/hid.c                | 27 +++++----
 drivers/platform/x86/msi-laptop.c               |  8 +--
 drivers/platform/x86/serial-multi-instantiate.c | 21 +++++--
 drivers/platform/x86/think-lmi.c                |  4 +-
 drivers/platform/x86/touchscreen_dmi.c          |  7 ++-
 12 files changed, 173 insertions(+), 40 deletions(-)
  

Comments

pr-tracker-bot@kernel.org July 26, 2023, 6:42 p.m. UTC | #1
The pull request you sent on Wed, 26 Jul 2023 15:46:38 +0200:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/0a8db05b571ad5b8d5c8774a004c0424260a90bd

Thank you!