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

From: Hans de Goede
Date: Thu May 20 2021 - 08:39:57 EST


Hi Linus,

Here is a set of bug-fixes and some model specific quirks for platform-drivers-x86 for 5.13.

Regards,

Hans


The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

Linux 5.13-rc1 (2021-05-09 14:17:44 -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.13-2

for you to fetch changes up to e68671e9e1275dfdda333c3e83b6d28963af16b6:

platform/x86: touchscreen_dmi: Add info for the Chuwi Hi10 Pro (CWI529) tablet (2021-05-20 14:11:03 +0200)

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

Assorted pdx86 bug-fixes and model-specific quirks for 5.13.

The following is an automated git shortlog grouped by driver:

dell-smbios-wmi:
- Fix oops on rmmod dell_smbios

gigabyte-wmi:
- add support for B550 Aorus Elite
- add support for X570 UD
- streamline dmi matching

hp-wireless:
- add AMD's hardware id to the supported list

hp_accel:
- Avoid invoking _INI to speed up resume

ideapad-laptop:
- fix method name typo
- fix a NULL pointer dereference

intel_int0002_vgpio:
- Only call enable_irq_wake() when using s2idle

intel_punit_ipc:
- Append MODULE_DEVICE_TABLE for ACPI

platform/mellanox:
- mlxbf-tmfifo: Fix a memory barrier issue

platform/surface:
- dtx: Fix poll function
- aggregator: Add platform-drivers-x86 list to MAINTAINERS entry
- aggregator: avoid clang -Wconstant-conversion warning
- aggregator: Do not mark interrupt as shared

touchscreen_dmi:
- Add info for the Chuwi Hi10 Pro (CWI529) tablet
- Add info for the Mediacom Winpad 7.0 W700 tablet

----------------------------------------------------------------
Andy Shevchenko (1):
platform/x86: intel_punit_ipc: Append MODULE_DEVICE_TABLE for ACPI

Arnd Bergmann (1):
platform/surface: aggregator: avoid clang -Wconstant-conversion warning

Barnabás Pőcze (1):
platform/x86: ideapad-laptop: fix method name typo

Hans de Goede (3):
platform/x86: intel_int0002_vgpio: Only call enable_irq_wake() when using s2idle
platform/x86: dell-smbios-wmi: Fix oops on rmmod dell_smbios
platform/x86: touchscreen_dmi: Add info for the Chuwi Hi10 Pro (CWI529) tablet

Kai-Heng Feng (1):
platform/x86: hp_accel: Avoid invoking _INI to speed up resume

Liming Sun (1):
platform/mellanox: mlxbf-tmfifo: Fix a memory barrier issue

Maximilian Luz (3):
platform/surface: aggregator: Do not mark interrupt as shared
platform/surface: aggregator: Add platform-drivers-x86 list to MAINTAINERS entry
platform/surface: dtx: Fix poll function

Qiu Wenbo (1):
platform/x86: ideapad-laptop: fix a NULL pointer dereference

Shyam Sundar S K (1):
platform/x86: hp-wireless: add AMD's hardware id to the supported list

Teava Radu (1):
platform/x86: touchscreen_dmi: Add info for the Mediacom Winpad 7.0 W700 tablet

Thomas Weißschuh (3):
platform/x86: gigabyte-wmi: streamline dmi matching
platform/x86: gigabyte-wmi: add support for X570 UD
platform/x86: gigabyte-wmi: add support for B550 Aorus Elite

MAINTAINERS | 1 +
drivers/misc/lis3lv02d/lis3lv02d.h | 1 +
drivers/platform/mellanox/mlxbf-tmfifo.c | 11 +++-
drivers/platform/surface/aggregator/controller.c | 3 +-
drivers/platform/surface/surface_dtx.c | 8 +--
drivers/platform/x86/Kconfig | 2 +-
drivers/platform/x86/dell/dell-smbios-wmi.c | 3 +-
drivers/platform/x86/gigabyte-wmi.c | 38 +++++------
drivers/platform/x86/hp-wireless.c | 2 +
drivers/platform/x86/hp_accel.c | 22 ++++++-
drivers/platform/x86/ideapad-laptop.c | 13 ++--
drivers/platform/x86/intel_int0002_vgpio.c | 80 +++++++++++++++++-------
drivers/platform/x86/intel_punit_ipc.c | 1 +
drivers/platform/x86/touchscreen_dmi.c | 43 +++++++++++++
include/linux/surface_aggregator/device.h | 6 +-
15 files changed, 164 insertions(+), 70 deletions(-)