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

From: Hans de Goede
Date: Tue Sep 21 2021 - 10:11:07 EST


Hi Linus,

Here is the first round of bug-fixes for platform-drivers-x86
for 5.15, highlights:
- amd-pmc fix for some suspend/resume issues
- intel-hid fix to avoid false-positive SW_TABLET_MODE=1 reporting
- some build error/warning fixes
- various DMI quirk additions

Regards,

Hans


The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

Linux 5.15-rc1 (2021-09-12 16:28:37 -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-v5.15-2

for you to fetch changes up to 6f6aab1caf6c7fef46852aaab03f4e8250779e52:

platform/x86: gigabyte-wmi: add support for B550I Aorus Pro AX (2021-09-21 15:49:23 +0200)

----------------------------------------------------------------
platform-drivers-x86 for v5.15-2

Highlights:
- amd-pmc fix for some suspend/resume issues
- intel-hid fix to avoid false-positive SW_TABLET_MODE=1 reporting
- some build error/warning fixes
- various DMI quirk additions

The following is an automated git shortlog grouped by driver:

amd-pmc:
- Increase the response register timeout

dell:
- fix DELL_WMI_PRIVACY dependencies & build error

gigabyte-wmi:
- add support for B550I Aorus Pro AX

lg-laptop:
- Correctly handle dmi_get_system_info() returning NULL

platform/x86/intel:
- hid: Add DMI switches allow list
- punit_ipc: Drop wrong use of ACPI_PTR()

touchscreen_dmi:
- Update info for the Chuwi Hi10 Plus (CWI527) tablet
- Add info for the Chuwi HiBook (CWI514) tablet

----------------------------------------------------------------
Andy Shevchenko (1):
platform/x86/intel: punit_ipc: Drop wrong use of ACPI_PTR()

Hans de Goede (2):
platform/x86: touchscreen_dmi: Add info for the Chuwi HiBook (CWI514) tablet
platform/x86: touchscreen_dmi: Update info for the Chuwi Hi10 Plus (CWI527) tablet

José Expósito (1):
platform/x86/intel: hid: Add DMI switches allow list

Mario Limonciello (1):
platform/x86: amd-pmc: Increase the response register timeout

Matan Ziv-Av (1):
lg-laptop: Correctly handle dmi_get_system_info() returning NULL

Randy Dunlap (1):
platform/x86: dell: fix DELL_WMI_PRIVACY dependencies & build error

Tobias Jakobi (1):
platform/x86: gigabyte-wmi: add support for B550I Aorus Pro AX

drivers/platform/x86/amd-pmc.c | 2 +-
drivers/platform/x86/dell/Kconfig | 3 +-
drivers/platform/x86/gigabyte-wmi.c | 1 +
drivers/platform/x86/intel/hid.c | 27 +++++++++++++----
drivers/platform/x86/intel/punit_ipc.c | 3 +-
drivers/platform/x86/lg-laptop.c | 2 +-
drivers/platform/x86/touchscreen_dmi.c | 54 +++++++++++++++++++++++++++++++---
7 files changed, 77 insertions(+), 15 deletions(-)