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

From: Hans de Goede
Date: Wed Mar 08 2023 - 09:57:14 EST


Hi Linus,

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

Nothing special to report just various small fixes.

Regards,

Hans


The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

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.3-2

for you to fetch changes up to 1a0009abfa7893b9cfcd3884658af1cbee6b26ce:

platform: mellanox: mlx-platform: Initialize shift variable to 0 (2023-03-07 12:08:30 +0100)

----------------------------------------------------------------
platform-drivers-x86 for v6.3-2

A small set of assorted bug and build/warning fixes for 6.3.

The following is an automated git shortlog grouped by driver:

ISST:
- Fix kernel documentation warnings
- Increase range of valid mail box commands

dell-ddv:
- Fix temperature scaling
- Fix cache invalidation on resume

int3472:
- Add GPIOs to Surface Go 3 Board data

platform:
- mellanox: mlx-platform: Initialize shift variable to 0
- x86: MLX_PLATFORM: select REGMAP instead of depending on it
- mellanox: select REGMAP instead of depending on it

platform/x86/amd:
- pmc: remove CONFIG_SUSPEND checks

platform/x86/intel/tpmi:
- Fix double free reported by Smatch

----------------------------------------------------------------
Armin Wolf (2):
platform/x86: dell-ddv: Fix cache invalidation on resume
platform/x86: dell-ddv: Fix temperature scaling

Arnd Bergmann (1):
platform/x86/amd: pmc: remove CONFIG_SUSPEND checks

Daniel Scally (1):
platform/x86: int3472: Add GPIOs to Surface Go 3 Board data

Hans de Goede (1):
platform: mellanox: mlx-platform: Initialize shift variable to 0

Randy Dunlap (2):
platform: mellanox: select REGMAP instead of depending on it
platform: x86: MLX_PLATFORM: select REGMAP instead of depending on it

Srinivas Pandruvada (3):
platform/x86: ISST: Increase range of valid mail box commands
platform/x86/intel/tpmi: Fix double free reported by Smatch
platform/x86: ISST: Fix kernel documentation warnings

drivers/platform/mellanox/Kconfig | 9 +++----
drivers/platform/x86/Kconfig | 3 ++-
drivers/platform/x86/amd/pmc.c | 30 +++++++---------------
drivers/platform/x86/dell/dell-wmi-ddv.c | 12 ++++++---
.../x86/intel/int3472/tps68470_board_data.c | 5 ++--
.../x86/intel/speed_select_if/isst_if_common.c | 5 ++--
.../x86/intel/speed_select_if/isst_if_common.h | 1 +
drivers/platform/x86/intel/tpmi.c | 14 +++++-----
drivers/platform/x86/mlx-platform.c | 2 +-
9 files changed, 39 insertions(+), 42 deletions(-)