This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a33ab3f94f51 Merge tag 'kbuild-fixes-v6.12-2' of git://git.kernel.org/p [...] new bffdf9d7e51a Input: edt-ft5x06 - fix regmap leak when probe fails new 2860586c588a Input: adp5588-keys - do not try to disable interrupt 0 new 071b24b54d2d Input: fix regression when re-registering input handlers new 295ba6501d2e Merge tag 'input-for-v6.12-rc5' of git://git.kernel.org/pu [...] new cb617e148bb3 MAINTAINERS: add netup_unidvb maintainer new 4adf613e01bf mei: use kvmalloc for read buffer new 691e79ffc421 iio: gts-helper: Fix memory leaks in iio_gts_build_avail_s [...] new 369f05688911 iio: gts-helper: Fix memory leaks for the error path of ii [...] new 63dd163cd61d iio: light: veml6030: fix microlux value calculation new fbe5956e8809 dt-bindings: iio: adc: ad7380: fix ad7380-4 reference supply new 2ac6b2e823b5 iio: adc: ad7380: use devm_regulator_get_enable_read_voltage() new 7ddbc2728728 iio: adc: ad7380: add missing supplies new 05f9c67179c9 iio: adc: ad7380: fix supplies for ad7380-4 new 795114e849dd docs: iio: ad7380: fix supply for ad7380-4 new 6bd301819f8f staging: iio: frequency: ad9832: fix division by zero in a [...] new efa353ae1b05 iio: adc: ad7124: fix division by zero in ad7124_set_chann [...] new 7bd4923940c8 iio: dac: Kconfig: Fix build error for ltc2664 new d0bc3b92fb9b Merge tag 'iio-fixes-for-6.12b' of ssh://gitolite.kernel.o [...] new 32cfb3c48e24 Merge tag 'char-misc-6.12-rc6' of git://git.kernel.org/pub [...] new e9e1b20fae7d thunderbolt: Fix KASAN reported stack out-of-bounds read i [...] new 3cea8af2d1a9 thunderbolt: Honor TMU requirements in the domain when set [...] new 5963e0786a3f Merge tag 'thunderbolt-for-v6.12-rc5' of ssh://gitolite.ke [...] new e7cd4b811c9e usbip: tools: Fix detach_port() invalid port error path new 31004740e428 xhci: Use pm_runtime_get to prevent RPM on unsupported systems new 075919f6df5d xhci: Fix Link TRB DMA in command ring stopped completion event new f3b311325fa2 Revert "usb: dwc2: Skip clock gating on Broadcom SoCs" new 623dae3e7084 usb: acpi: fix boot hang due to early incorrect 'tunneled' [...] new 7f02b8a5b602 usb: typec: qcom-pmic-typec: use fwnode_handle_put() to re [...] new b8423a2f5814 usb: typec: qcom-pmic-typec: fix missing fwnode removal in [...] new 9581acb91eaf usb: typec: fix unreleased fwnode_handle in typec_port_reg [...] new 1ab0b9ae5873 usb: typec: use cleanup facility for 'altmodes_node' new fdce49b5da6e usb: phy: Fix API devm_usb_put_phy() can not release the phy new afb92ad8733e usb: typec: tcpm: restrict SNK_WAIT_CAPABILITIES_TIMEOUT t [...] new be5bfa1378f2 Merge tag 'usb-6.12-rc6' of git://git.kernel.org/pub/scm/l [...] new 9a71892cbcdb Revert "driver core: Fix uevent_show() vs driver detach race" new 886b7e80ab19 Merge tag 'driver-core-6.12-rc6' of git://git.kernel.org/p [...]
The 36 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: .../devicetree/bindings/iio/adc/adi,ad7380.yaml | 21 ++++ Documentation/iio/ad7380.rst | 13 +- MAINTAINERS | 54 ++++++++ drivers/base/core.c | 13 +- drivers/base/module.c | 4 - drivers/iio/adc/ad7124.c | 2 +- drivers/iio/adc/ad7380.c | 136 ++++++++++++--------- drivers/iio/dac/Kconfig | 2 +- drivers/iio/industrialio-gts-helper.c | 4 +- drivers/iio/light/veml6030.c | 2 +- drivers/input/input.c | 134 +++++++++++--------- drivers/input/keyboard/adp5588-keys.c | 6 +- drivers/input/touchscreen/edt-ft5x06.c | 19 ++- drivers/misc/mei/client.c | 4 +- drivers/staging/iio/frequency/ad9832.c | 7 +- drivers/thunderbolt/retimer.c | 5 +- drivers/thunderbolt/tb.c | 48 +++++++- drivers/usb/core/usb-acpi.c | 4 +- drivers/usb/dwc2/params.c | 1 - drivers/usb/host/xhci-pci.c | 6 +- drivers/usb/host/xhci-ring.c | 16 +-- drivers/usb/phy/phy.c | 2 +- drivers/usb/typec/class.c | 6 +- drivers/usb/typec/tcpm/qcom/qcom_pmic_typec.c | 10 +- drivers/usb/typec/tcpm/tcpm.c | 10 +- include/linux/input.h | 10 +- tools/usb/usbip/src/usbip_detach.c | 1 + 27 files changed, 364 insertions(+), 176 deletions(-)