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

From: Hans de Goede
Date: Mon Apr 11 2022 - 08:01:33 EST


Hi Linus,

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

This consists of various doc and code build- and warning-fixes
as well as a few small cleanups.

Regards,

Hans


The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

Linux 5.18-rc1 (2022-04-03 14:08:21 -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.18-2

for you to fetch changes up to 753ee989f7cf0c0a76a7f56956827a8863a60f97:

platform/x86: amd-pmc: Fix compilation without CONFIG_SUSPEND (2022-04-04 16:26:09 +0200)

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

Highlights:
- Doc + compilation warning fixes
- Kconfig dep fixes
- Misc. small code cleanups

The following is an automated git shortlog grouped by driver:

Documentation/ABI:
- sysfs-class-firmware-attributes: Misc. cleanups
- sysfs-class-firmware-attributes: Fix Sphinx errors
- sysfs-driver-intel_sdsi: Fix sphinx warnings

acerhdf:
- Cleanup str_starts_with()

amd-pmc:
- Fix compilation without CONFIG_SUSPEND

barco-p50-gpio:
- Fix duplicate included linux/io.h

samsung-laptop:
- Fix an unsigned comparison which can never be negative

think-lmi:
- certificate support clean ups

----------------------------------------------------------------
Hans de Goede (3):
Documentation/ABI: sysfs-driver-intel_sdsi: Fix sphinx warnings
Documentation/ABI: sysfs-class-firmware-attributes: Fix Sphinx errors
Documentation/ABI: sysfs-class-firmware-attributes: Misc. cleanups

Haowen Bai (1):
platform/x86: barco-p50-gpio: Fix duplicate included linux/io.h

Jiapeng Chong (1):
platform/x86: samsung-laptop: Fix an unsigned comparison which can never be negative

Mario Limonciello (1):
platform/x86: amd-pmc: Fix compilation without CONFIG_SUSPEND

Mark Pearson (1):
platform/x86: think-lmi: certificate support clean ups

Wei Li (1):
platform/x86: acerhdf: Cleanup str_starts_with()

.../ABI/testing/sysfs-class-firmware-attributes | 48 ++++++++++++----------
Documentation/ABI/testing/sysfs-driver-intel_sdsi | 18 ++++----
drivers/platform/x86/acerhdf.c | 21 ++--------
drivers/platform/x86/amd-pmc.c | 14 ++++++-
drivers/platform/x86/barco-p50-gpio.c | 1 -
drivers/platform/x86/samsung-laptop.c | 2 -
drivers/platform/x86/think-lmi.c | 44 +++++++-------------
drivers/platform/x86/think-lmi.h | 1 -
8 files changed, 67 insertions(+), 82 deletions(-)