Hi Linus, Here is a final set of fixes for platform-drivers-x86 for 5.19: - Fix brightness key events getting reported twice on some Dell's regression caused by recent Panasonic hotkey fixes - Fix poweroff no longer working on some devices regression caused by recent poweroff handler rework - Mark new (in 5.19) Intel IFS driver as broken, because of some issues surrounding the userspace (sysfs) API which need to be cleared up - Some hardware-id / quirk additions This (again) 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. And one of the 2 poweroff fixes sits below drivers/firmware/efi, this has been acked by Ard for merging through the pdx86 tree. Regards, Hans The following changes since commit 9ab762a84b8094540c18a170e5ddd6488632c456: platform/x86: hp-wmi: Ignore Sanitization Mode event (2022-06-28 22:20:07 +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-4 for you to fetch changes up to 5ad26161a371e4aa2d2553286f0cac580987a493: ACPI: video: Fix acpi_video_handles_brightness_key_presses() (2022-07-14 21:40:20 +0200) ---------------------------------------------------------------- platform-drivers-x86 for v5.19-4 Highlights: - Fix brightness key events getting reported twice on some Dell's regression caused by recent Panasonic hotkey fixes - Fix poweroff no longer working on some devices regression caused by recent poweroff handler rework - Mark new (in 5.19) Intel IFS driver as broken, because of some issues surrounding the userspace (sysfs) API which need to be cleared up - Some hardware-id / quirk additions The following is an automated git shortlog grouped by driver: ACPI: - video: Fix acpi_video_handles_brightness_key_presses() asus-wmi: - Add key mappings efi: - Fix efi_power_off() not being run before acpi_power_off() when necessary gigabyte-wmi: - add support for B660I AORUS PRO DDR4 intel_atomisp2_led: - Also turn off the always-on camera LED on the Asus T100TAF platform/x86/amd/pmc: - Add new platform support - Add new acpi id for PMC controller platform/x86/intel/ifs: - Mark as BROKEN x86-android-tablets: - Fix Lenovo Yoga Tablet 2 830/1050 poweroff again ---------------------------------------------------------------- Hans de Goede (5): platform/x86: x86-android-tablets: Fix Lenovo Yoga Tablet 2 830/1050 poweroff again efi: Fix efi_power_off() not being run before acpi_power_off() when necessary platform/x86/intel/ifs: Mark as BROKEN platform/x86: intel_atomisp2_led: Also turn off the always-on camera LED on the Asus T100TAF ACPI: video: Fix acpi_video_handles_brightness_key_presses() Misaka19465 (1): platform/x86: asus-wmi: Add key mappings Pär Eriksson (1): platform/x86: gigabyte-wmi: add support for B660I AORUS PRO DDR4 Shyam Sundar S K (2): platform/x86/amd/pmc: Add new acpi id for PMC controller platform/x86/amd/pmc: Add new platform support drivers/acpi/acpi_video.c | 11 +++++++---- drivers/firmware/efi/reboot.c | 21 +++++++++++---------- drivers/platform/x86/amd-pmc.c | 14 ++++++++++++-- drivers/platform/x86/asus-nb-wmi.c | 2 ++ drivers/platform/x86/gigabyte-wmi.c | 1 + drivers/platform/x86/intel/atomisp2/led.c | 3 ++- drivers/platform/x86/intel/ifs/Kconfig | 3 +++ drivers/platform/x86/x86-android-tablets.c | 17 +++++++++++++---- 8 files changed, 51 insertions(+), 21 deletions(-)