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

From: Hans de Goede
Date: Wed Jul 12 2023 - 06:21:03 EST


Hi Linus,

Here is the first 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 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5:

Linux 6.5-rc1 (2023-07-09 13:53:13 -0700)

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

for you to fetch changes up to 6b293a8c91bca52726448d03216e65da509e9bb7:

platform/x86: touchscreen_dmi: Add info for the Archos 101 Cesium Educ tablet (2023-07-11 12:15:30 +0200)

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

Misc. small fixes and hw-id additions.

The following is an automated git shortlog grouped by driver:

Move s2idle quirk from thinkpad-acpi to amd-pmc:
- Move s2idle quirk from thinkpad-acpi to amd-pmc

dell-ddv:
- Fix mangled list in documentation
- Improve error handling

int3472/discrete:
- set variable skl_int3472_regulator_second_sensor storage-class-specifier to static

platform/x86/amd:
- pmf: Add new ACPI ID AMDI0103
- pmc: Add new ACPI ID AMDI000A
- pmc: Apply nvme quirk to HP 15s-eq2xxx

platform/x86/intel/tpmi:
- Prevent overflow for cap_offset

touchscreen_dmi:
- Add info for the Archos 101 Cesium Educ tablet

wmi:
- Replace open coded guid_parse_and_compare()
- Break possible infinite loop when parsing GUID

----------------------------------------------------------------
Andy Shevchenko (2):
platform/x86: wmi: Break possible infinite loop when parsing GUID
platform/x86: wmi: Replace open coded guid_parse_and_compare()

Armin Wolf (2):
platform/x86: dell-ddv: Improve error handling
platform/x86: dell-ddv: Fix mangled list in documentation

Mario Limonciello (2):
platform/x86: Move s2idle quirk from thinkpad-acpi to amd-pmc
platform/x86/amd: pmc: Apply nvme quirk to HP 15s-eq2xxx

Shyam Sundar S K (2):
platform/x86/amd: pmc: Add new ACPI ID AMDI000A
platform/x86/amd: pmf: Add new ACPI ID AMDI0103

Srinivas Pandruvada (1):
platform/x86/intel/tpmi: Prevent overflow for cap_offset

Thomas GENTY (1):
platform/x86: touchscreen_dmi: Add info for the Archos 101 Cesium Educ tablet

Tom Rix (1):
platform/x86: int3472/discrete: set variable skl_int3472_regulator_second_sensor storage-class-specifier to static

Documentation/wmi/devices/dell-wmi-ddv.rst | 3 +-
drivers/platform/x86/amd/Makefile | 2 +-
drivers/platform/x86/amd/pmc-quirks.c | 176 +++++++++++++++++++++
drivers/platform/x86/amd/pmc.c | 32 ++--
drivers/platform/x86/amd/pmc.h | 44 ++++++
drivers/platform/x86/amd/pmf/core.c | 3 +
drivers/platform/x86/dell/dell-wmi-ddv.c | 7 +-
.../platform/x86/intel/int3472/clk_and_regulator.c | 2 +-
drivers/platform/x86/intel/tpmi.c | 4 +-
drivers/platform/x86/thinkpad_acpi.c | 143 -----------------
drivers/platform/x86/touchscreen_dmi.c | 22 +++
drivers/platform/x86/wmi.c | 28 ++--
12 files changed, 276 insertions(+), 190 deletions(-)
create mode 100644 drivers/platform/x86/amd/pmc-quirks.c
create mode 100644 drivers/platform/x86/amd/pmc.h