Hi Linus, Here is the second round of fixes for platform-drivers-x86 for 6.2. Highlights: - Fix false positive apple_gmux backlight detection on older iGPU only MacBook models - Various other small fixes and hardware-id additions The MacBook backlight fix includes a small change under drivers/acpi, this has been Acked by Rafael for merging through the pdx86 tree. Regards, Hans The following changes since commit 2241ab53cbb5cdb08a6b2d4688feb13971058f65: Linux 6.2-rc5 (2023-01-21 16:27:01 -0800) 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-v6.2-3 for you to fetch changes up to 1bc5d819f0b9784043ea08570e1b21107aa35739: platform/x86: thinkpad_acpi: Fix profile modes on Intel platforms (2023-01-25 12:45:16 +0100) ---------------------------------------------------------------- platform-drivers-x86 for v6.2-3 Highlights: - Fix false positive apple_gmux backlight detection on older iGPU only MacBook models - Various other small fixes and hardware-id additions The following is an automated git shortlog grouped by driver: ACPI: - video: Fix apple gmux detection apple-gmux: - Add apple_gmux_detect() helper - Move port defines to apple-gmux.h asus-wmi: - Fix kbd_dock_devid tablet-switch reporting dell-wmi: - Add a keymap for KEY_MUTE in type 0x0010 table gigabyte-wmi: - add support for B450M DS3H WIFI-CF hp-wmi: - Fix cast to smaller integer type warning - Handle Omen Key event platform/x86/amd: - pmc: Add a module parameter to disable workarounds - pmc: Disable IRQ1 wakeup for RN/CZN thinkpad_acpi: - Fix profile modes on Intel platforms ---------------------------------------------------------------- Hans de Goede (5): platform/x86: asus-wmi: Fix kbd_dock_devid tablet-switch reporting platform/x86: hp-wmi: Fix cast to smaller integer type warning platform/x86: apple-gmux: Move port defines to apple-gmux.h platform/x86: apple-gmux: Add apple_gmux_detect() helper ACPI: video: Fix apple gmux detection Kevin Kuriakose (1): platform/x86: gigabyte-wmi: add support for B450M DS3H WIFI-CF Koba Ko (1): platform/x86: dell-wmi: Add a keymap for KEY_MUTE in type 0x0010 table Mario Limonciello (2): platform/x86/amd: pmc: Disable IRQ1 wakeup for RN/CZN platform/x86/amd: pmc: Add a module parameter to disable workarounds Mark Pearson (1): platform/x86: thinkpad_acpi: Fix profile modes on Intel platforms Rishit Bansal (1): platform/x86: hp-wmi: Handle Omen Key event drivers/acpi/video_detect.c | 24 +------ drivers/platform/x86/amd/pmc.c | 58 +++++++++++++++- drivers/platform/x86/apple-gmux.c | 93 +++++-------------------- drivers/platform/x86/asus-wmi.c | 17 +++-- drivers/platform/x86/dell/dell-wmi-base.c | 3 + drivers/platform/x86/gigabyte-wmi.c | 1 + drivers/platform/x86/hp/hp-wmi.c | 6 +- drivers/platform/x86/thinkpad_acpi.c | 11 +-- include/linux/apple-gmux.h | 109 +++++++++++++++++++++++++++++- 9 files changed, 211 insertions(+), 111 deletions(-)