This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 1c892cdd8fe0 Merge tag 'vfs-6.8-rc6.fixes' of git://git.kernel.org/pub/ [...] new 1755c4b0372a dt-bindings: clock: gs101: rename cmu_misc clock-names new d76c762e7ee0 clk: samsung: clk-gs101: comply with the new dt cmu_misc c [...] new cc976dbc492c Merge tag 'samsung-clk-fixes-6.8' of https://git.kernel.or [...] new 88953761b94d Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] new 6f7d0f5fd8e4 platform/x86: think-lmi: Fix password opcode ordering for [...] new 8f812373d195 platform/x86: intel: int0002_vgpio: Pass IRQF_ONESHOT to r [...] new dbcbfd662a72 platform/x86: touchscreen_dmi: Allow partial (prefix) matc [...] new f0ddb8a90213 platform/x86: touchscreen_dmi: Consolidate Goodix upside-d [...] new 3da01394c0f7 platform/x86/amd/pmf: Remove smart_pc_status enum new 11e298f3548a platform/x86/amd/pmf: Fix TEE enact command failure after [...] new b2b6fa6f5c57 platform/x86/amd/pmf: Fix a suspend hang on Framework 13 new 20545af302bb platform/x86/amd/pmf: Add debugging message for missing po [...] new e70961505808 platform/x86/amd/pmf: Fixup error handling for amd_pmf_ini [...] new 76d41fb06333 platform/x86/amd/pmf: Fix a potential race with policy bin [...] new bd8905d70944 platform/x86: x86-android-tablets: Fix keyboard touchscree [...] new dc5afd720f84 platform/x86: Add new get_serdev_controller() helper new 812a79b52b92 platform/x86: x86-android-tablets: Fix serdev instantiatio [...] new 8215ca518164 platform/x86: x86-android-tablets: Fix acer_b1_750_goodix_ [...] new 84c16d01ff21 platform/x86: intel-vbtn: Stop calling "VBDL" from notify_handler new 427c70dec738 platform/x86: thinkpad_acpi: Only update profile if succes [...] new c7138f7a354d Merge tag 'platform-drivers-x86-v6.8-3' of git://git.kerne [...]
The 21 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../bindings/clock/google,gs101-clock.yaml | 4 +- drivers/clk/samsung/clk-gs101.c | 2 +- drivers/platform/x86/amd/pmf/core.c | 17 +++-- drivers/platform/x86/amd/pmf/pmf.h | 5 -- drivers/platform/x86/amd/pmf/tee-if.c | 74 ++++++++++++-------- drivers/platform/x86/intel/int0002_vgpio.c | 2 +- drivers/platform/x86/intel/vbtn.c | 3 - drivers/platform/x86/serdev_helpers.h | 80 ++++++++++++++++++++++ drivers/platform/x86/think-lmi.c | 20 +++--- drivers/platform/x86/thinkpad_acpi.c | 5 +- drivers/platform/x86/touchscreen_dmi.c | 29 ++++---- drivers/platform/x86/x86-android-tablets/core.c | 38 ++++------ drivers/platform/x86/x86-android-tablets/lenovo.c | 1 + drivers/platform/x86/x86-android-tablets/other.c | 4 +- .../x86/x86-android-tablets/x86-android-tablets.h | 1 + 15 files changed, 185 insertions(+), 100 deletions(-) create mode 100644 drivers/platform/x86/serdev_helpers.h