linux/drivers/iio
Greg Kroah-Hartman 80ffc54d04 IIO: 3rd set of fixes for the 7.0 cycle.
Note that this pull is in addition to the 2nd set of such fixes that are
 waiting to be picked up. Absolutely fine to queue these for the merge
 window if that makes more sense.
 
 Usual mixed back of ancient issues surfacing and newer problems.
 
 adi,ad57770r
 - Stop eating an error in read_raw.
 adi,adxl313
 - Check return of regmap_write() instead of ignoring it in one place.
 adi,adxl355
 - Fix the description of the temperature channel to be unsigned rather
   than signed.
 bosch,bmi160
 - Avoid use of uninitialized data.
 - Fix validation of small reference voltages.
 hid-sensor-rotation:
 - The timestamp location in this driver has unfortunately been broken for
   a long time. Given it was correct for 6 years and then broken for the
   next 6 years, use a one off hack to duplicate it in both locations.
   The issue was as a result of the unique nature of quaternion
   representation combined with large precision resulting in an
   128 bit aligned channel.
 nxp,sar-adc
 - Avoid leaking a dma channel.
 rfdigital,rfd77402
 - Close a race between reinit_completion() and the irq happening.
 ti,adc161s626
 - Fix up buffer handling on big endian hosts which was broken due to
   casting of pointers to different sized integers.
 - Ensure a DMA safe buffer is used.
 vishay,vcnl4035
 - Fix up buffer handling on big endian hosts which was broken due to
   casting of pointers to different sized integers.
 vishay,veml6070
 - Fix return value mess up that occurred when doing a guard() conversion.
 -----BEGIN PGP SIGNATURE-----
 
 iQJFBAABCgAvFiEEbilms4eEBlKRJoGxVIU0mcT0FogFAmnJGFwRHGppYzIzQGtl
 cm5lbC5vcmcACgkQVIU0mcT0Foiz2Q//aVj7yTLqyki8lyjRIC6sJZBjELz1SOym
 NNtcKZMvhXQvFWmBXfZf2/3XcIgvaXqST+FVnUItTfoWFRKueduB4P02rRw9linG
 0oyZYVOJVBR9T4PK22IDdOEzS786UpkvIhuVUbYm2zFQrEl9aClU3tW8rNrc3lQu
 4FaHDH52OJAMumzbwmejLgR+AKywyzIPJwyB3PBux592Y+h5gkWMPqVBSRueGG8G
 JwI/vM3X9OkEYabSgitWnR9HpJwXMomF0p0g9tpjb7xvdzYD2qOb1X9QP0SZKWDS
 z+aacE2c2OqjQ+YALCkVAH1qzsnm1VIDIklZ4U9776LejII4ap6QObgNebNJdWV2
 ziUg1zlBuzXnnEdxaiWy1N+JZT7hpG8kHgzgmZj+yvETKfwt/ZGCbHvTaNsBAfNc
 i3O88OQJDiHIC9tlKJzjw+eXBgVkvjb3mJt0fnJlolfj6Tm/e08MO+bXsQtFVA4o
 DAcFW2aaKGWQ4OjvrTXlGoeN9ExE3hMRWC4j4wq2GpnZ1kzBwtUVB21O80H95FTl
 Cjgbqqe9YjSDXFzAZNSMY9ElLcfrwjVpq2PXp5hCblSOI77GFcxr+lN73u6XrtkM
 0VInTc/J5CqizIywanMB27XUe1c1o7e5vqWlUX+SSK2b193E0qnKZNYeptBUjve0
 txhekWre+Kg=
 =AXzp
 -----END PGP SIGNATURE-----

Merge tag 'iio-fixes-for-7.0c' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus

Jonathan writes:

IIO: 3rd set of fixes for the 7.0 cycle.

Note that this pull is in addition to the 2nd set of such fixes that are
waiting to be picked up. Absolutely fine to queue these for the merge
window if that makes more sense.

Usual mixed back of ancient issues surfacing and newer problems.

adi,ad57770r
- Stop eating an error in read_raw.
adi,adxl313
- Check return of regmap_write() instead of ignoring it in one place.
adi,adxl355
- Fix the description of the temperature channel to be unsigned rather
  than signed.
bosch,bmi160
- Avoid use of uninitialized data.
- Fix validation of small reference voltages.
hid-sensor-rotation:
- The timestamp location in this driver has unfortunately been broken for
  a long time. Given it was correct for 6 years and then broken for the
  next 6 years, use a one off hack to duplicate it in both locations.
  The issue was as a result of the unique nature of quaternion
  representation combined with large precision resulting in an
  128 bit aligned channel.
nxp,sar-adc
- Avoid leaking a dma channel.
rfdigital,rfd77402
- Close a race between reinit_completion() and the irq happening.
ti,adc161s626
- Fix up buffer handling on big endian hosts which was broken due to
  casting of pointers to different sized integers.
- Ensure a DMA safe buffer is used.
vishay,vcnl4035
- Fix up buffer handling on big endian hosts which was broken due to
  casting of pointers to different sized integers.
vishay,veml6070
- Fix return value mess up that occurred when doing a guard() conversion.

* tag 'iio-fixes-for-7.0c' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio:
  iio: light: veml6070: fix veml6070_read() return value
  iio: adc: nxp-sar-adc: Fix DMA channel leak in trigger mode
  iio: accel: adxl313: add missing error check in predisable
  iio: dac: ad5770r: fix error return in ad5770r_read_raw()
  iio: accel: fix ADXL355 temperature signature value
  iio: light: vcnl4035: fix scan buffer on big-endian
  iio: adc: ti-adc161s626: use DMA-safe memory for spi_read()
  iio: adc: ti-adc161s626: fix buffer read on big-endian
  iio: dac: mcp47feb02: Fix Vref validation [1-999] case
  iio: imu: bmi160: Remove potential undefined behavior in bmi160_config_pin()
  iio: orientation: hid-sensor-rotation: add timestamp hack to not break userspace
  iio: proximity: rfd77402: Fix completion race condition in IRQ mode
2026-03-29 15:27:12 +02:00
..
accel iio: accel: adxl313: add missing error check in predisable 2026-03-22 11:48:12 +00:00
adc iio: adc: nxp-sar-adc: Fix DMA channel leak in trigger mode 2026-03-22 12:15:31 +00:00
addac treewide: rename GPIO set callbacks back to their original names 2025-08-07 10:07:06 +02:00
afe iio: normalize array sentinel style 2025-04-22 19:10:04 +01:00
amplifiers iio: amplifiers: adl8113: add driver support 2025-12-21 11:41:13 +00:00
buffer Convert 'alloc_flex' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
cdc iio: normalize array sentinel style 2025-04-22 19:10:04 +01:00
chemical iio: chemical: sps30_serial: fix buffer size in sps30_serial_read_meas() 2026-02-23 08:24:38 +00:00
common iio: hid-sensors: Use software trigger 2026-03-01 12:18:13 +00:00
dac iio: dac: ad5770r: fix error return in ad5770r_read_raw() 2026-03-22 11:46:26 +00:00
dummy Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
filter iio: normalize array sentinel style 2025-04-22 19:10:04 +01:00
frequency iio: frequency: adf4377: Fix duplicated soft reset mask 2026-02-23 08:24:37 +00:00
gyro iio: gyro: mpu3050: Fix out-of-sequence free_irq() 2026-03-01 11:20:11 +00:00
health iio: Replace IRQF_ONESHOT with IRQF_NO_THREAD 2026-01-29 16:11:50 +00:00
humidity iio: humditiy: hdc3020: fix units for thresholds and hysteresis 2025-10-19 11:46:24 +01:00
imu iio: imu: bmi160: Remove potential undefined behavior in bmi160_config_pin() 2026-03-15 12:20:34 +00:00
light iio: light: veml6070: fix veml6070_read() return value 2026-03-26 08:22:33 +00:00
magnetometer I3C fixes for 7.0 2026-03-14 16:25:10 -07:00
multiplexer iio: normalize array sentinel style 2025-04-22 19:10:04 +01:00
orientation iio: orientation: hid-sensor-rotation: add timestamp hack to not break userspace 2026-03-14 12:15:58 +00:00
position iio: position: hid-sensor-custom-intel-hinge: replace sprintf() with sysfs_emit() 2025-10-19 11:59:18 +01:00
potentiometer iio: potentiometer: mcp4131: fix double application of wiper shift 2026-02-23 08:24:37 +00:00
potentiostat iio: potentiostat: Drop unnecessary -ENOMEM messages 2025-08-25 12:36:29 +01:00
pressure iio: pressure: abp2030pa: Remove IRQF_ONESHOT from devm_request_irq() 2026-03-01 11:20:10 +00:00
proximity iio: proximity: rfd77402: Fix completion race condition in IRQ mode 2026-03-14 11:15:32 +00:00
resolver iio: resolver: ad2s1210: replace sprintf() with sysfs_emit() 2025-10-19 11:59:18 +01:00
temperature iio: Replace IRQF_ONESHOT with IRQF_NO_THREAD 2026-01-29 16:11:50 +00:00
test iio: test: drop dangling symbol in gain-time-scale helpers 2025-12-31 17:59:26 +00:00
trigger Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
iio_core_trigger.h
iio_core.h iio: Add iio_read_channel_label to inkern API 2024-06-28 20:06:56 +01:00
industrialio-acpi.c iio: acpi: Add iio_get_acpi_device_name_and_data() helper function 2024-10-28 20:04:11 +00:00
industrialio-backend.c iio: backend: fix kernel-doc to avoid warnings and ensure consistency 2025-11-09 12:57:05 +00:00
industrialio-buffer.c iio: buffer: Fix wait_queue not being removed 2026-02-23 08:24:39 +00:00
industrialio-configfs.c
industrialio-core.c Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses 2026-02-22 08:26:33 -08:00
industrialio-event.c Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses 2026-02-22 08:26:33 -08:00
industrialio-gts-helper.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
industrialio-sw-device.c iio: core: Constify struct configfs_item_operations and configfs_group_operations 2025-12-31 17:59:26 +00:00
industrialio-sw-trigger.c iio: core: Constify struct configfs_item_operations and configfs_group_operations 2025-12-31 17:59:26 +00:00
industrialio-trigger.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
industrialio-triggered-event.c
inkern.c Convert 'alloc_obj' family to use the new default GFP_KERNEL argument 2026-02-21 17:09:51 -08:00
Kconfig iio: core: Add new DMABUF interface infrastructure 2024-06-30 11:29:17 +01:00
Makefile iio: core: Add iio_read_acpi_mount_matrix() helper function 2024-04-29 20:53:25 +01:00
TODO