Hi Linus, Here is the third round of fixes for platform-drivers-x86 for 6.6. Nothing really special, just a few bug fixes, build warning fixes and DMI quirk additions. Regards, Hans The following changes since commit bc3b6f59463ba9f4367a80331213db491766b5a1: MAINTAINERS: Add x86 platform drivers patchwork (2023-09-21 18:03:03 +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-v6.6-4 for you to fetch changes up to 5b44abbc39ca15df80d0da4756078c98c831090f: platform/x86: hp-wmi:: Mark driver struct with __refdata to prevent section mismatch warning (2023-10-06 15:09:40 +0200) ---------------------------------------------------------------- platform-drivers-x86 for v6.6-4 Bug fixes, build warning fixes and DMI quirk additions for pdx86 for 6.6. The following is an automated git shortlog grouped by driver: hp-bioscfg: - Fix reference leak hp-wmi: - Mark driver struct with __refdata to prevent section mismatch warning platform/mellanox: - tmfifo: fix kernel-doc warnings platform/x86/intel/ifs: - release cpus_read_lock() think-lmi: - Fix reference leak touchscreen_dmi: - Add info for the Positivo C4128B - Add info for the BUSH Bush Windows tablet ---------------------------------------------------------------- Armin Wolf (2): platform/x86: think-lmi: Fix reference leak platform/x86: hp-bioscfg: Fix reference leak Jithu Joseph (1): platform/x86/intel/ifs: release cpus_read_lock() Randy Dunlap (1): platform/mellanox: tmfifo: fix kernel-doc warnings Renan Guilherme Lebre Ramos (1): platform/x86: touchscreen_dmi: Add info for the Positivo C4128B Tomasz Swiatek (1): platform/x86: touchscreen_dmi: Add info for the BUSH Bush Windows tablet Uwe Kleine-König (1): platform/x86: hp-wmi:: Mark driver struct with __refdata to prevent section mismatch warning drivers/platform/mellanox/mlxbf-tmfifo.c | 14 +++++---- drivers/platform/x86/hp/hp-bioscfg/bioscfg.c | 14 ++++++--- drivers/platform/x86/hp/hp-wmi.c | 8 ++++- drivers/platform/x86/intel/ifs/runtest.c | 7 +++-- drivers/platform/x86/think-lmi.c | 24 ++++++++++++--- drivers/platform/x86/touchscreen_dmi.c | 45 ++++++++++++++++++++++++++++ 6 files changed, 94 insertions(+), 18 deletions(-)