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

From: Hans de Goede
Date: Thu Apr 28 2022 - 08:32:40 EST


Hi Linus,

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

Highlights:
- asus-wmi bug-fixes
- intel-sdsi bug-fixes
- build (warning) fixes
- couple of hw-id additions

Regards,

Hans


The following changes since commit 753ee989f7cf0c0a76a7f56956827a8863a60f97:

platform/x86: amd-pmc: Fix compilation without CONFIG_SUSPEND (2022-04-04 16:26:09 +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-3

for you to fetch changes up to eb2fd9b43fae0c51982ac4229535b6cfd77380db:

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

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

Highlights:
- asus-wmi bug-fixes
- intel-sdsu bug-fixes
- build (warning) fixes
- couple of hw-id additions

The following is an automated git shortlog grouped by driver:

asus-wmi:
- Fix driver not binding when fan curve control probe fails
- Potential buffer overflow in asus_wmi_evaluate_method_buf()

dell-laptop:
- Add quirk entry for Latitude 7520

gigabyte-wmi:
- added support for B660 GAMING X DDR4 motherboard

intel-uncore-freq:
- Prevent driver loading in guests

platform/x86/intel:
- pmc/core: change pmc_lpm_modes to static

platform/x86/intel/sdsi:
- Fix bug in multi packet reads
- Poll on ready bit for writes
- Handle leaky bucket

tools/power/x86/intel-speed-select:
- fix build failure when using -Wl,--as-needed

----------------------------------------------------------------
Dan Carpenter (1):
platform/x86: asus-wmi: Potential buffer overflow in asus_wmi_evaluate_method_buf()

Darryn Anton Jordan (1):
platform/x86: gigabyte-wmi: added support for B660 GAMING X DDR4 motherboard

David E. Box (3):
platform/x86/intel/sdsi: Handle leaky bucket
platform/x86/intel/sdsi: Poll on ready bit for writes
platform/x86/intel/sdsi: Fix bug in multi packet reads

Gabriele Mazzotta (1):
platform/x86: dell-laptop: Add quirk entry for Latitude 7520

Hans de Goede (1):
platform/x86: asus-wmi: Fix driver not binding when fan curve control probe fails

Herton R. Krzesinski (1):
tools/power/x86/intel-speed-select: fix build failure when using -Wl,--as-needed

Srinivas Pandruvada (1):
platform/x86: intel-uncore-freq: Prevent driver loading in guests

Tom Rix (1):
platform/x86/intel: pmc/core: change pmc_lpm_modes to static

drivers/platform/x86/asus-wmi.c | 15 +++++---
drivers/platform/x86/dell/dell-laptop.c | 13 +++++++
drivers/platform/x86/gigabyte-wmi.c | 1 +
drivers/platform/x86/intel/pmc/core.h | 2 +-
drivers/platform/x86/intel/sdsi.c | 44 +++++++++++++++-------
.../x86/intel/uncore-frequency/uncore-frequency.c | 3 ++
tools/power/x86/intel-speed-select/Makefile | 2 +-
7 files changed, 59 insertions(+), 21 deletions(-)