This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d303caf5caf4 Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...] new 6c26c055523d HID: intel-thc-hid: intel-quicki2c: Fix wrong type casting new 8fe2cd8ec84b HID: intel-thc-hid: Intel-quickspi: switch first interrupt [...] new 50f1f782f8d6 HID: intel-thc-hid: intel-quickspi: Add ARL PCI Device Id's new 362f21536966 HID: cp2112: Add parameter validation to data length new 0be4253bf878 HID: quirks: avoid Cooler Master MM712 dongle wakeup bug new 1141ed52348d HID: quirks: Add ALWAYS_POLL quirk for VRS R295 steering wheel new 1d64624243af HID: core: Add printk_ratelimited variants to hid_warn() etc new b73bc6a51f0c HID: nintendo: Wait longer for initial probe new b8874720b2f3 HID: nintendo: Rate limit IMU compensation message new 083a4f3f3cc7 HID: Kconfig: Fix build error from CONFIG_HID_HAPTIC new a7cdc2086c19 HID: hid-debug: Fix spelling mistake "Rechargable" -> "Rec [...] new 0187c08058da HID: hid-input: only ignore 0 battery events for digitizers new aa4daea418ee HID: multitouch: fix name of Stylus input devices new 46f781e0d151 HID: multitouch: fix sticky fingers new d9b3014a7f14 selftests/hid: add tests for missing release on the Dell S [...] new ed80cc4667ac HID: logitech-hidpp: Add HIDPP_QUIRK_RESET_HI_RES_SCROLL new 2953fb65481b Merge tag 'hid-for-linus-2025101701' of git://git.kernel.o [...] new 02e7567f5da0 cxl/port: Avoid missing port component registers setup new a375246fcf2b cxl/features: Add check for no entries in cxl_feature_info new 2e41e5a91a37 cxl/acpi: Fix setup of memory resource in cxl_acpi_set_cac [...] new 0f6f1982cb28 cxl: Set range param for region_res_match_cxl_range() as const new f4d027921c81 cxl: Fix match_region_by_range() to use region_res_match_c [...] new 257c4b03a2f7 cxl/region: Use %pa printk format to emit resource_size_t new a4bbb493a324 cxl/trace: Subtract to find an hpa_alias0 in cxl_poison events new ea0bdf2b945e Merge tag 'cxl-fixes-6.18-rc2' of git://git.kernel.org/pub [...] new d6fc45100aa8 PCI: cadence: Search for MSI Capability with correct ID new 469276c06aff PCI: Revert early bridge resource set up new e433110eb5bf PCI: vmd: Override irq_startup()/irq_shutdown() in vmd_ini [...] new a78835b86a44 PCI/VGA: Select SCREEN_INFO on X86 new e67bb0da332c Merge tag 'pci-v6.18-fixes-2' of git://git.kernel.org/pub/ [...] new dbfdaeb381a4 tpm_crb: Add idle support for the Arm FF-A start method new 648937f64a09 Merge tag 'tpmdd-next-v6.18-rc2' of git://git.kernel.org/p [...]
The 32 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: drivers/char/tpm/tpm_crb.c | 29 ++++++++---- drivers/cxl/acpi.c | 2 +- drivers/cxl/core/features.c | 3 ++ drivers/cxl/core/port.c | 26 +++++----- drivers/cxl/core/region.c | 11 ++--- drivers/cxl/core/trace.h | 2 +- drivers/hid/Kconfig | 2 +- drivers/hid/hid-cp2112.c | 27 +++++++++-- drivers/hid/hid-debug.c | 2 +- drivers/hid/hid-ids.h | 4 ++ drivers/hid/hid-input.c | 5 +- drivers/hid/hid-logitech-hidpp.c | 21 +++++++++ drivers/hid/hid-multitouch.c | 28 ++++++----- drivers/hid/hid-nintendo.c | 6 +-- drivers/hid/hid-quirks.c | 2 + .../intel-thc-hid/intel-quicki2c/pci-quicki2c.c | 2 +- .../intel-thc-hid/intel-quickspi/pci-quickspi.c | 6 +++ .../intel-thc-hid/intel-quickspi/quickspi-dev.h | 2 + .../intel-quickspi/quickspi-protocol.c | 3 +- drivers/pci/Kconfig | 1 + drivers/pci/controller/cadence/pcie-cadence-ep.c | 2 +- drivers/pci/controller/vmd.c | 13 +++++ drivers/pci/probe.c | 13 ++--- drivers/pci/vgaarb.c | 6 +-- include/linux/hid.h | 11 +++++ .../testing/selftests/hid/tests/test_multitouch.py | 55 ++++++++++++++++++++++ 26 files changed, 214 insertions(+), 70 deletions(-)