* [PULL] IIO: Fixes for 6.19 set 1
@ 2026-01-14 8:49 Jonathan Cameron
2026-01-14 11:26 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Cameron @ 2026-01-14 8:49 UTC (permalink / raw)
To: gregkh, linux-iio
The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8:
Linux 6.19-rc1 (2025-12-14 16:05:07 +1200)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-6.19a
for you to fetch changes up to 978d28136c53df38f8f0b747191930e2f95e9084:
iio: dac: ad3552r-hs: fix out-of-bound write in ad3552r_hs_write_data_source (2026-01-11 13:25:15 +0000)
----------------------------------------------------------------
IIO: 1st set of fixes for the 6.19 cycle
The usual mixed bag of fixes for ancient problems plus some more
recent ones.
adi,ad7280a
- Check for errors from spi_setup().
adi,ad3552r
- Fix potential buffer overflow when setting to use the internal ramp.
adi,ax5695r
- Fill in the data for this device in the chip info table.
adi,ad7606
- Don't store a negative error in an unsigned int.
adi,ad9467
- Fix incorrect register mask value.
adi,adxl380
- Fix inverted condition for whether INT1 interrupt present in dt.
atmel,at91-sama5d2
- Cancel work on remove to avoid a potential use-after-free
invensense,icm45600
- Fix temperature scaling.
samsung,eynos_adc
- Use of_platform_depolulate() to correctly clear up such that child
devices are created correctly if the driver is rebound.
sensiron,scd4x
- Fix incorrect endianness reported to user-space.
st,accel
- Fix gain reported for the iis329dq.
st,lsm6dsx
- Hide event related interfaces on parts that don't support events.
ti,pac1934
- Ensure output of clamp() is used rather than unclamped value.
----------------------------------------------------------------
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
Haotian Zhang (1):
iio: adc: ad7606: Fix incorrect type for error return variable
Jean-Baptiste Maneyrol (1):
iio: imu: inv_icm45600: fix temperature offset reporting
Johan Hovold (1):
iio: adc: exynos_adc: fix OF populate on driver rebind
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 (1):
iio: adc: pac1934: Fix clamped value in pac1934_reg_snapshot
Tomas Melin (1):
iio: adc: ad9467: fix ad9434 vref mask
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 +-
include/linux/iio/iio-opaque.h | 2 +
15 files changed, 120 insertions(+), 36 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-01-14 11:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-14 8:49 [PULL] IIO: Fixes for 6.19 set 1 Jonathan Cameron
2026-01-14 11:26 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox