Hi Linus, Here is a set of bug-fixes and new hardware-ids for platform-drivers-x86 for 5.14. Regards, Hans The following changes since commit e73f0f0ee7541171d89f2e2491130c7771ba58d3: Linux 5.14-rc1 (2021-07-11 15:07:40 -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.14-2 for you to fetch changes up to 2b2c66f607d00d17f879c0d946d44340bfbdc501: platform/x86: gigabyte-wmi: add support for B550 Aorus Elite V2 (2021-07-28 12:05:33 +0200) ---------------------------------------------------------------- platform-drivers-x86 for v5.14-2 Highlights: -amd-pmc fixes -think-lmi fixes -Various new hardware-ids The following is an automated git shortlog grouped by driver: amd-pmc: - Fix undefined reference to __udivdi3 - Fix missing unlock on error in amd_pmc_send_cmd() - Use return code on suspend - Add new acpi id for future PMC controllers - Add support for ACPI ID AMDI0006 - Add support for logging s0ix counters - Add support for logging SMU metrics - call dump registers only once - Fix SMU firmware reporting mechanism - Fix command completion code gigabyte-wmi: - add support for B550 Aorus Elite V2 intel-hid: - add Alder Lake ACPI device ID think-lmi: - Fix possible mem-leaks on tlmi_analyze() error-exit - Split kobject_init() and kobject_add() calls - Move pending_reboot_attr to the attributes sysfs dir - Add pending_reboot support wireless-hotkey: - remove hardcoded "hp" from the error message ---------------------------------------------------------------- Alex Hung (1): platform/x86: wireless-hotkey: remove hardcoded "hp" from the error message Hans de Goede (2): platform/x86: think-lmi: Split kobject_init() and kobject_add() calls platform/x86: think-lmi: Fix possible mem-leaks on tlmi_analyze() error-exit Mario Limonciello (1): platform/x86: amd-pmc: Use return code on suspend Mark Pearson (2): platform/x86: think-lmi: Add pending_reboot support platform/x86: think-lmi: Move pending_reboot_attr to the attributes sysfs dir Ping Bao (1): platform/x86: intel-hid: add Alder Lake ACPI device ID Shyam Sundar S K (8): platform/x86: amd-pmc: Fix command completion code platform/x86: amd-pmc: Fix SMU firmware reporting mechanism platform/x86: amd-pmc: call dump registers only once platform/x86: amd-pmc: Add support for logging SMU metrics platform/x86: amd-pmc: Add support for logging s0ix counters platform/x86: amd-pmc: Add support for ACPI ID AMDI0006 platform/x86: amd-pmc: Add new acpi id for future PMC controllers platform/x86: amd-pmc: Fix undefined reference to __udivdi3 Thomas Weißschuh (1): platform/x86: gigabyte-wmi: add support for B550 Aorus Elite V2 Yang Yingliang (1): platform/x86: amd-pmc: Fix missing unlock on error in amd_pmc_send_cmd() drivers/platform/x86/amd-pmc.c | 249 +++++++++++++++++++++++++++++---- drivers/platform/x86/gigabyte-wmi.c | 1 + drivers/platform/x86/intel-hid.c | 1 + drivers/platform/x86/think-lmi.c | 45 ++++-- drivers/platform/x86/think-lmi.h | 1 + drivers/platform/x86/wireless-hotkey.c | 2 +- 6 files changed, 265 insertions(+), 34 deletions(-)