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

From: Hans de Goede
Date: Sun Aug 13 2023 - 11:05:15 EST


Hi Linus,

Here is the third round of fixes for platform-drivers-x86 for 6.5.

Highlights:
- lenovo-ymc driver causes keyboard + touchpad to not work with >= 6.4
on some Thinkbook models, fix this
- A set of small fixes for mlx-platform
- Other small fixes and hw-id additions

Regards,

Hans


The following changes since commit c21733754cd6ecbca346f2adf9b17d4cfa50504f:

platform/x86: huawei-wmi: Silence ambient light sensor (2023-07-25 16:38:03 +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-v6.5-4

for you to fetch changes up to 2b6aa6610dc9690f79d305ca938abfb799a4f766:

platform/x86: lenovo-ymc: Only bind on machines with a convertible DMI chassis-type (2023-08-13 14:50:25 +0200)

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

Highlights:
- lenovo-ymc driver causes keyboard + touchpad to not work with >= 6.4
on some Thinkbook models, fix this
- A set of small fixes for mlx-platform
- Other small fixes and hw-id additions

The following is an automated git shortlog grouped by driver:

ACPI:
- scan: Create platform device for CS35L56

ISST:
- Reduce noise for missing numa information in logs

lenovo-ymc:
- Only bind on machines with a convertible DMI chassis-type

msi-ec:
- Fix the build

platform:
- mellanox: Change register offset addresses
- mellanox: mlx-platform: Modify graceful shutdown callback and power down mask
- mellanox: mlx-platform: Fix signals polarity and latch mask
- mellanox: Fix order in exit flow

platform/x86/amd/pmf:
- Fix unsigned comparison with less than zero

----------------------------------------------------------------
Hans de Goede (1):
platform/x86: lenovo-ymc: Only bind on machines with a convertible DMI chassis-type

Jean Delvare (1):
platform/x86: msi-ec: Fix the build

Simon Trimmer (1):
ACPI: scan: Create platform device for CS35L56

Srinivas Pandruvada (1):
platform/x86: ISST: Reduce noise for missing numa information in logs

Vadim Pasternak (4):
platform: mellanox: Fix order in exit flow
platform: mellanox: mlx-platform: Fix signals polarity and latch mask
platform: mellanox: mlx-platform: Modify graceful shutdown callback and power down mask
platform: mellanox: Change register offset addresses

Yang Li (1):
platform/x86/amd/pmf: Fix unsigned comparison with less than zero

drivers/acpi/scan.c | 1 +
drivers/platform/x86/amd/pmf/sps.c | 3 ++-
.../x86/intel/speed_select_if/isst_if_common.c | 4 ++--
drivers/platform/x86/lenovo-ymc.c | 25 ++++++++++++++++++++++
drivers/platform/x86/mlx-platform.c | 23 ++++++++++----------
drivers/platform/x86/msi-ec.c | 16 +++++++-------
drivers/platform/x86/serial-multi-instantiate.c | 14 ++++++++++++
7 files changed, 63 insertions(+), 23 deletions(-)