Hi Linus, Here is the second round of fixes for platform-drivers-x86 for 5.19: - thinkpad_acpi/ideapad-laptop: mem-leak and platform-profile fixes - panasonic-laptop: missing hotkey presses regression fix - some hardware-id additions - some other small fixes This includes a small fix to the acpi_video_handles_brightness_key_presses() ACPI helper function, this has been acked by Rafael for merging through the pdx86 tree. Regards, Hans The following changes since commit d4fe9cc4ff8656704b58cfd9363d7c3c9d65e519: platform/x86/intel: hid: Add Surface Go to VGBS allow list (2022-06-12 14:41:17 +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.19-3 for you to fetch changes up to 9ab762a84b8094540c18a170e5ddd6488632c456: platform/x86: hp-wmi: Ignore Sanitization Mode event (2022-06-28 22:20:07 +0200) ---------------------------------------------------------------- platform-drivers-x86 for v5.19-3 Highlights: - thinkpad_acpi/ideapad-laptop: mem-leak and platform-profile fixes - panasonic-laptop: missing hotkey presses regression fix - some hardware-id additions - some other small fixes The following is an automated git shortlog grouped by driver: ACPI: - video: Change how we determine if brightness key-presses are handled hp-wmi: - Ignore Sanitization Mode event ideapad-laptop: - Add Ideapad 5 15ITL05 to ideapad_dytc_v4_allow_table[] - Add allow_v4_dytc module parameter intel/pmc: - Add Alder Lake N support to PMC core driver panasonic-laptop: - filter out duplicate volume up/down/mute keypresses - don't report duplicate brightness key-presses - revert "Resolve hotkey double trigger bug" - sort includes alphabetically - de-obfuscate button codes platform/mellanox: - nvsw-sn2201: fix error code in nvsw_sn2201_create_static_devices() thinkpad_acpi: - profile capabilities as integer - do not use PSC mode on Intel platforms - Fix a memory leak of EFCH MMIO resource ---------------------------------------------------------------- Dan Carpenter (1): platform/mellanox: nvsw-sn2201: fix error code in nvsw_sn2201_create_static_devices() Gayatri Kammela (1): platform/x86: intel/pmc: Add Alder Lake N support to PMC core driver Hans de Goede (7): platform/x86: ideapad-laptop: Add allow_v4_dytc module parameter platform/x86: ideapad-laptop: Add Ideapad 5 15ITL05 to ideapad_dytc_v4_allow_table[] ACPI: video: Change how we determine if brightness key-presses are handled platform/x86: panasonic-laptop: sort includes alphabetically platform/x86: panasonic-laptop: revert "Resolve hotkey double trigger bug" platform/x86: panasonic-laptop: don't report duplicate brightness key-presses platform/x86: panasonic-laptop: filter out duplicate volume up/down/mute keypresses Jean Delvare (1): platform/x86: thinkpad_acpi: Fix a memory leak of EFCH MMIO resource Kai-Heng Feng (1): platform/x86: hp-wmi: Ignore Sanitization Mode event Mark Pearson (2): platform/x86: thinkpad-acpi: profile capabilities as integer platform/x86: thinkpad_acpi: do not use PSC mode on Intel platforms Stefan Seyfried (1): platform/x86: panasonic-laptop: de-obfuscate button codes drivers/acpi/acpi_video.c | 13 +++-- drivers/platform/mellanox/nvsw-sn2201.c | 4 +- drivers/platform/x86/Kconfig | 2 + drivers/platform/x86/hp-wmi.c | 3 ++ drivers/platform/x86/ideapad-laptop.c | 29 ++++++++---- drivers/platform/x86/intel/pmc/core.c | 1 + drivers/platform/x86/panasonic-laptop.c | 84 ++++++++++++++++++++++++++------- drivers/platform/x86/thinkpad_acpi.c | 51 ++++++++++---------- 8 files changed, 127 insertions(+), 60 deletions(-)