From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9487D31A077 for ; Sun, 25 Jan 2026 15:24:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769354643; cv=none; b=OQpU6B7UOL/XwuzhOI7AKvR7gpjA3a/JIOXozsWlM7YCTzHd3y41PN8kbptrL19f6XQt8wM4AqOaklwuFqZ1Lg2kXtkc4A80zKgI33dfL8P4VlPl/C51lg5YldYg6iMDpty1Df/+M31XVMpVaKo4437m6jWtLPFnRvU0BIx8GUE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769354643; c=relaxed/simple; bh=Eqws4enH8giSLTISofLGxl+7aR0Kb7gWmmts/vPRQLs=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=D9CFxs164f1WlhnrOaglG8AlFIx6G9bTrMmZs5x8ljUEFUQ0noBeeeJ1s1lxm9ZMUGzHCWNhqtjNjzvGHY1V2NUPoM7rDMLWpWmtuktZ9H3yYu6wrj8Sa7VPPvfzEVrudFqwf6MIktETVhUeRu5aByASw7WtTtiQ2+bkfbqtDoE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=xJL9CWo2; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="xJL9CWo2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id BE67DC4CEF1; Sun, 25 Jan 2026 15:24:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1769354643; bh=Eqws4enH8giSLTISofLGxl+7aR0Kb7gWmmts/vPRQLs=; h=Date:From:To:Cc:Subject:From; b=xJL9CWo2Vei86fvmNt6eebeit2/FlKP0IVG34410182oQHZZcL6nxvTLs+5wYlyOV Z/tRm+Wwie7r/q8Von7NAp88v3JYvVMB5nEkVBl1jgAqxlfAjLuDO/BOGdyduv7Bmd oX0YuH53aAqzKmJ3D4p0g5A82cjYhGzt948WYgAU= Date: Sun, 25 Jan 2026 16:23:59 +0100 From: Greg KH To: Linus Torvalds Cc: Andrew Morton , Arnd Bergmann , linux-kernel@vger.kernel.org Subject: [GIT PULL] Char/Misc driver fixes for 6.19-rc7 Message-ID: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit The following changes since commit 0f61b1860cc3f52aef9036d7235ed1f017632193: Linux 6.19-rc5 (2026-01-11 17:03:14 -1000) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git tags/char-misc-6.19-rc7 for you to fetch changes up to 88da5f4b46f55717202fb1d81052e91d4f88b296: Merge tag 'w1-drv-6.20' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/krzk/linux-w1 into char-misc-linus (2026-01-20 10:31:56 +0100) ---------------------------------------------------------------- Char/Misc/IIO driver fixes for 6.19-rc7 Here are some small char/misc/iio and some other minor driver subsystem fixes for 6.19-rc7. Nothing huge here, just some fixes for reported issues including: - lots of little iio driver fixes - comedi driver fixes - mux driver fix - w1 driver fixes - uio driver fix - slimbus driver fixes - hwtracing bugfix - other tiny bugfixes All of these have been in linux-next for a while with no reported issues. Signed-off-by: Greg Kroah-Hartman ---------------------------------------------------------------- Alexander Usyskin (1): mei: trace: treat reg parameter as string Chenghai Huang (2): uacce: fix isolate sysfs check condition uacce: ensure safe queue release with state management Dan Carpenter (1): mux: mmio: Fix IS_ERR() vs NULL check in probe() Fiona Klute (1): iio: chemical: scd4x: fix reported channel endianness Francesco Lavra (2): iio: imu: st_lsm6dsx: fix iio_chan_spec for sensors without event detection iio: accel: adxl380: fix handling of unavailable "INT1" interrupt Georgi Djakov (1): interconnect: debugfs: initialize src_node and dst_node to empty strings Greg Kroah-Hartman (3): Merge tag 'iio-fixes-for-6.19a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus Merge tag 'icc-6.19-rc6' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/djakov/icc into char-misc-linus Merge tag 'w1-drv-6.20' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/krzk/linux-w1 into char-misc-linus Haiyue Wang (1): uio: pci_sva: correct '-ENODEV' check logic Haotian Zhang (1): iio: adc: ad7606: Fix incorrect type for error return variable Haoxiang Li (1): w1: fix redundant counter decrement in w1_attach_slave_device() Ian Abbott (2): comedi: Fix getting range information for subdevices 16 to 255 comedi: dmm32at: serialize use of paged registers Jean-Baptiste Maneyrol (1): iio: imu: inv_icm45600: fix temperature offset reporting Johan Hovold (9): iio: adc: exynos_adc: fix OF populate on driver rebind intel_th: fix device leak on output open() intel_th: rename error label slimbus: core: fix OF node leak on registration failure slimbus: core: fix runtime PM imbalance on report present slimbus: core: fix device reference leak on report present slimbus: core: amend slim_get_device() kernel doc slimbus: core: fix of_slim_get_device() kernel doc slimbus: core: clean up of_slim_get_device() Krzysztof Kozlowski (1): dt-bindings: interconnect: qcom,sa8775p-rpmh: Fix incorrectly added reg and clocks Kuan-Wei Chiu (1): MAINTAINERS: Add interconnect-clk.h to interconnect API entry Kübrich, Andreas (1): iio: dac: ad5686: add AD5695R to ad5686_chip_info_tbl Markus Koeniger (1): iio: accel: iis328dq: fix gain values Miaoqian Lin (1): iio: dac: ad3552r-hs: fix out-of-bound write in ad3552r_hs_write_data_source Pavel Zhigulin (1): iio: adc: ad7280a: handle spi_setup() errors in probe() Pei Xiao (1): iio: adc: at91-sama5d2_adc: Fix potential use-after-free in sama5d2_adc driver Rasmus Villemoes (1): iio: core: add separate lockdep class for info_exist_lock Thorsten Blum (2): w1: therm: Fix off-by-one buffer overflow in alarms_store iio: adc: pac1934: Fix clamped value in pac1934_reg_snapshot Tomas Melin (1): iio: adc: ad9467: fix ad9434 vref mask Wenkai Lin (1): uacce: fix cdev handling in the cleanup path Yang Shen (1): uacce: implement mremap in uacce_vm_ops to return -EPERM .../bindings/interconnect/qcom,sa8775p-rpmh.yaml | 31 ++++++++++ MAINTAINERS | 1 + drivers/comedi/comedi_fops.c | 2 +- drivers/comedi/drivers/dmm32at.c | 32 +++++++++- drivers/comedi/range.c | 2 +- drivers/hwtracing/intel_th/core.c | 25 ++++++-- drivers/iio/accel/adxl380.c | 6 +- drivers/iio/accel/st_accel_core.c | 72 +++++++++++++++++++++- drivers/iio/adc/ad7280a.c | 4 +- drivers/iio/adc/ad7606_par.c | 3 +- drivers/iio/adc/ad9467.c | 2 +- drivers/iio/adc/at91-sama5d2_adc.c | 1 + drivers/iio/adc/exynos_adc.c | 15 +---- drivers/iio/adc/pac1934.c | 6 +- drivers/iio/chemical/scd4x.c | 6 +- drivers/iio/dac/ad3552r-hs.c | 5 +- drivers/iio/dac/ad5686.c | 6 ++ drivers/iio/imu/inv_icm45600/inv_icm45600_core.c | 9 +-- drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 15 +++-- drivers/iio/industrialio-core.c | 4 +- drivers/interconnect/debugfs-client.c | 5 ++ drivers/misc/mei/mei-trace.h | 18 +++--- drivers/misc/uacce/uacce.c | 48 ++++++++++++--- drivers/mux/mmio.c | 8 +-- drivers/slimbus/core.c | 54 ++++++++-------- drivers/uio/uio_pci_generic_sva.c | 4 +- drivers/w1/slaves/w1_therm.c | 60 ++++++------------ drivers/w1/w1.c | 2 - include/linux/iio/iio-opaque.h | 2 + include/uapi/linux/comedi.h | 2 +- 30 files changed, 312 insertions(+), 138 deletions(-)