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

From: Hans de Goede
Date: Tue Aug 10 2021 - 11:52:08 EST


Hi Linus,

Here is a small set of bug-fixes for 5.14, 2 patches for dealing with
360 degree/ yoga-style 2-in-1s with 2 accelerometers and one other
trivial patch.

Regards,

Hans


The following changes since commit 2b2c66f607d00d17f879c0d946d44340bfbdc501:

platform/x86: gigabyte-wmi: add support for B550 Aorus Elite V2 (2021-07-28 12:05:33 +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.14-3

for you to fetch changes up to 9d7b132e62e41b7d49bf157aeaf9147c27492e0f:

platform/x86: pcengines-apuv2: Add missing terminating entries to gpio-lookup tables (2021-08-06 14:04:43 +0200)

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

Second (small) set of pdx86 fixes for 5.14.

The following is an automated git shortlog grouped by driver:

Add and use a dual_accel_detect() helper:
- Add and use a dual_accel_detect() helper

Make dual_accel_detect() KIOX010A + KIOX020A detect more robust:
- Make dual_accel_detect() KIOX010A + KIOX020A detect more robust

pcengines-apuv2:
- Add missing terminating entries to gpio-lookup tables

----------------------------------------------------------------
Hans de Goede (3):
platform/x86: Add and use a dual_accel_detect() helper
platform/x86: Make dual_accel_detect() KIOX010A + KIOX020A detect more robust
platform/x86: pcengines-apuv2: Add missing terminating entries to gpio-lookup tables

drivers/platform/x86/Kconfig | 3 ++
drivers/platform/x86/dual_accel_detect.h | 76 ++++++++++++++++++++++++++++++++
drivers/platform/x86/intel-hid.c | 21 +++------
drivers/platform/x86/intel-vbtn.c | 18 ++++++--
drivers/platform/x86/pcengines-apuv2.c | 2 +
drivers/platform/x86/thinkpad_acpi.c | 3 +-
6 files changed, 104 insertions(+), 19 deletions(-)
create mode 100644 drivers/platform/x86/dual_accel_detect.h