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

From: Hans de Goede
Date: Wed Jul 26 2023 - 09:47:32 EST


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(-)