Hi Linus, Here is a platform-drivers-x86 fixes PR for v6.11. None of the change looks complicated. In case you wonder, there are more IDs added to AMD PMC in this PR as it turned out the previous ones were not sufficient. Changes: - platform/x86/amd/pmc: AMD 1Ah model 60h series support (2nd attempt). - asus-wmi: Prevent spurious rfkill on Asus Zenbook Duo. - x86-android-tablets: Relax DMI match to cover another model. Regards, i. The following changes since commit 46ee21e9f59205e54943dfe51b2dc8a9352ca37d: platform/x86: ISST: Fix return value on last invalid resource (2024-08-20 14:19:09 +0300) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86.git tags/platform-drivers-x86-v6.11-5 for you to fetch changes up to a3379eca24a7da5118a7d090da6f8eb8611acac8: platform/x86: x86-android-tablets: Make Lenovo Yoga Tab 3 X90F DMI match less strict (2024-08-26 14:34:33 +0300) ---------------------------------------------------------------- platform-drivers-x86 for v6.11-5 Changes: - platform/x86/amd/pmc: AMD 1Ah model 60h series support (2nd attempt). - asus-wmi: Prevent spurious rfkill on Asus Zenbook Duo. - x86-android-tablets: Relax DMI match to cover another model. The following is an automated shortlog grouped by driver: amd/pmc: - Extend support for PMC features on new AMD platform - Fix SMU command submission path on new AMD platform asus-wmi: - Fix spurious rfkill on UX8406MA x86-android-tablets: - Make Lenovo Yoga Tab 3 X90F DMI match less strict ---------------------------------------------------------------- Hans de Goede (1): platform/x86: x86-android-tablets: Make Lenovo Yoga Tab 3 X90F DMI match less strict Mathieu Fenniak (1): platform/x86: asus-wmi: Fix spurious rfkill on UX8406MA Shyam Sundar S K (2): platform/x86/amd/pmc: Fix SMU command submission path on new AMD platform platform/x86/amd/pmc: Extend support for PMC features on new AMD platform drivers/platform/x86/amd/pmc/pmc.c | 3 +++ drivers/platform/x86/asus-nb-wmi.c | 20 +++++++++++++++++++- drivers/platform/x86/asus-wmi.h | 1 + drivers/platform/x86/x86-android-tablets/dmi.c | 1 - 4 files changed, 23 insertions(+), 2 deletions(-)