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

From: Hans de Goede
Date: Fri Dec 24 2021 - 06:28:40 EST


Hi Linus,

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

This consists of just a few small bug-fixes.

Regards,

Hans


The following changes since commit 7d0c009043f6a970f62dbf5aecda9f8c3ccafcff:

platform/x86/intel: hid: add quirk to support Surface Go 3 (2021-12-06 22:28:18 +0100)

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.16-4

for you to fetch changes up to 26a8b09437804fabfb1db080d676b96c0de68e7c:

platform/x86: intel_pmc_core: fix memleak on registration failure (2021-12-23 19:30:32 +0100)

----------------------------------------------------------------
platform-drivers-x86 for v5.16-4

Various bug-fixes.

The following is an automated git shortlog grouped by driver:

amd-pmc:
- only use callbacks for suspend

apple-gmux:
- use resource_size() with res

intel_pmc_core:
- fix memleak on registration failure

platform/mellanox:
- mlxbf-pmc: Fix an IS_ERR() vs NULL bug in mlxbf_pmc_map_counters

platform/x86/intel:
- Remove X86_PLATFORM_DRIVERS_INTEL

system76_acpi:
- Guard System76 EC specific functionality

----------------------------------------------------------------
Andy Shevchenko (1):
platform/x86/intel: Remove X86_PLATFORM_DRIVERS_INTEL

Johan Hovold (1):
platform/x86: intel_pmc_core: fix memleak on registration failure

Mario Limonciello (1):
platform/x86: amd-pmc: only use callbacks for suspend

Miaoqian Lin (1):
platform/mellanox: mlxbf-pmc: Fix an IS_ERR() vs NULL bug in mlxbf_pmc_map_counters

Tim Crawford (1):
platform/x86: system76_acpi: Guard System76 EC specific functionality

Wang Qing (1):
platform/x86: apple-gmux: use resource_size() with res

drivers/platform/mellanox/mlxbf-pmc.c | 4 +--
drivers/platform/x86/Makefile | 2 +-
drivers/platform/x86/amd-pmc.c | 3 +-
drivers/platform/x86/apple-gmux.c | 2 +-
drivers/platform/x86/intel/Kconfig | 15 ---------
drivers/platform/x86/intel/pmc/pltdrv.c | 2 +-
drivers/platform/x86/system76_acpi.c | 58 +++++++++++++++++----------------
7 files changed, 37 insertions(+), 49 deletions(-)