Hi Linus, Here is a set of bug-fixes and new hardware-ids for platform-drivers-x86 for 5.15. Regards, Hans The following changes since commit 6f6aab1caf6c7fef46852aaab03f4e8250779e52: platform/x86: gigabyte-wmi: add support for B550I Aorus Pro AX (2021-09-21 15:49:23 +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.15-3 for you to fetch changes up to 7df227847ab562c42d318bceccebb0c911c87b04: platform/x86: int1092: Fix non sequential device mode handling (2021-10-11 16:39:25 +0200) ---------------------------------------------------------------- platform-drivers-x86 for v5.15-3 Second (small) set of pdx86 fixes for 5.15. The following is an automated git shortlog grouped by driver: amd-pmc: - Add alternative acpi id for PMC controller dell: - Make DELL_WMI_PRIVACY depend on DELL_WMI gigabyte-wmi: - add support for B550 AORUS ELITE AX V2 int1092: - Fix non sequential device mode handling intel_scu_ipc: - Update timeout value in comment - Increase virtual timeout to 10s - Fix busy loop expiry time intel_skl_int3472: - Correct null check platform/mellanox: - mlxreg-io: Fix read access of n-bytes size attributes - mlxreg-io: Fix argument base in kstrtou32() call ---------------------------------------------------------------- Daniel Scally (1): platform/x86: intel_skl_int3472: Correct null check Hans de Goede (1): platform/x86: dell: Make DELL_WMI_PRIVACY depend on DELL_WMI Prashant Malani (3): platform/x86: intel_scu_ipc: Fix busy loop expiry time platform/x86: intel_scu_ipc: Increase virtual timeout to 10s platform/x86: intel_scu_ipc: Update timeout value in comment Sachi King (1): platform/x86: amd-pmc: Add alternative acpi id for PMC controller Shravan S (1): platform/x86: int1092: Fix non sequential device mode handling Vadim Pasternak (2): platform/mellanox: mlxreg-io: Fix argument base in kstrtou32() call platform/mellanox: mlxreg-io: Fix read access of n-bytes size attributes Zephaniah E. Loss-Cutler-Hull (1): platform/x86: gigabyte-wmi: add support for B550 AORUS ELITE AX V2 MAINTAINERS | 2 +- drivers/platform/mellanox/mlxreg-io.c | 4 ++-- drivers/platform/x86/amd-pmc.c | 1 + drivers/platform/x86/dell/Kconfig | 1 + drivers/platform/x86/gigabyte-wmi.c | 1 + drivers/platform/x86/intel/int1092/intel_sar.c | 23 ++++++++++++++-------- .../x86/intel/int3472/intel_skl_int3472_discrete.c | 2 +- drivers/platform/x86/intel_scu_ipc.c | 6 +++--- 8 files changed, 25 insertions(+), 15 deletions(-)