Hi Linus, Here is the first round of fixes for platform-drivers-x86 for 5.19: - Fix hp-wmi regression on HP Omen laptops introduced in 5.18 - Several hardware-id additions - A couple of other tiny fixes Regards, Hans The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -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.19-2 for you to fetch changes up to d4fe9cc4ff8656704b58cfd9363d7c3c9d65e519: platform/x86/intel: hid: Add Surface Go to VGBS allow list (2022-06-12 14:41:17 +0200) ---------------------------------------------------------------- platform-drivers-x86 for v5.19-2 Highlights: - Fix hp-wmi regression on HP Omen laptops introduced in 5.18 - Several hardware-id additions - A couple of other tiny fixes The following is an automated git shortlog grouped by driver: barco-p50-gpio: - Add check for platform_driver_register gigabyte-wmi: - Add support for B450M DS3H-CF - Add Z690M AORUS ELITE AX DDR4 support hp-wmi: - Use zero insize parameter only when supported - Resolve WMI query failures on some devices platform/mellanox: - Add static in struct declaration. - Spelling s/platfom/platform/ platform/x86/intel: - hid: Add Surface Go to VGBS allow list - pmc: Support Intel Raptorlake P - Fix pmt_crashlog array reference ---------------------------------------------------------------- August Wikerfors (1): platform/x86: gigabyte-wmi: Add support for B450M DS3H-CF Bedant Patnaik (1): platform/x86: hp-wmi: Use zero insize parameter only when supported David Arcari (1): platform/x86/intel: Fix pmt_crashlog array reference Duke Lee (1): platform/x86/intel: hid: Add Surface Go to VGBS allow list Geert Uytterhoeven (1): platform/mellanox: Spelling s/platfom/platform/ George D Sworo (1): platform/x86/intel: pmc: Support Intel Raptorlake P Jiasheng Jiang (1): platform/x86: barco-p50-gpio: Add check for platform_driver_register Jorge Lopez (1): platform/x86: hp-wmi: Resolve WMI query failures on some devices Michael Shych (1): platform/mellanox: Add static in struct declaration. Piotr Chmura (1): platform/x86: gigabyte-wmi: Add Z690M AORUS ELITE AX DDR4 support drivers/platform/mellanox/Kconfig | 2 +- drivers/platform/mellanox/nvsw-sn2201.c | 2 +- drivers/platform/x86/barco-p50-gpio.c | 5 ++++- drivers/platform/x86/gigabyte-wmi.c | 2 ++ drivers/platform/x86/hp-wmi.c | 29 +++++++++++++++++++---------- drivers/platform/x86/intel/hid.c | 6 ++++++ drivers/platform/x86/intel/pmc/core.c | 1 + drivers/platform/x86/intel/pmt/crashlog.c | 2 +- 8 files changed, 35 insertions(+), 14 deletions(-)