The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b: Linux 6.14-rc1 (2025-02-02 15:39:26 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-6.14a for you to fetch changes up to cc2c3540d9477a9931fb0fd851fcaeba524a5b35: iio: filter: admv8818: Force initialization of SDO (2025-02-08 12:46:32 +0000) ---------------------------------------------------------------- IIO: 1st set of fixes for the 6.14 cycle hid-sensors - Fix an ABI issue that occurred when we gained multiple proximity sensor support. adi,adi-axi-adc - Fix missing pwm-names inItems entry in dt binding. adi,ad3552r - Make sure to clear the reset bit in the status flag so future resets can be detected. adi,ad7192 - Fix use of value where it should be bit(value) to select channel. adi,ad7606 - Fix up reporting of wrong available scales. adi,admv8818 - Force SDO line to be initialized without relying on it already being intialized to read back current register value. atmel,sama5d2 - Fix wrong number of bits reported for readings from sama7g5 avago,apds9306 - Fix wrong scaling of scale values (missing a few zeros). microchip,pac1921 - Fix resource leak by moving ACPI_FREE() call up a few lines. tyhx,hx9023s - Fix a use after free caused by releasing firmware a few lines early. ---------------------------------------------------------------- Angelo Dureghello (3): iio: dac: ad3552r: clear reset status flag dt-bindings: iio: dac: adi-axi-adc: fix ad7606 pwm-names iio: adc: ad7606: fix wrong scale available Dheeraj Reddy Jonnalagadda (1): iio: proximity: Fix use-after-free in hx9023s_send_cfg() Javier Carrasco (1): iio: light: apds9306: fix max_scale_nano values Markus Burri (1): iio: adc: ad7192: fix channel select Nayab Sayed (1): iio: adc: at91-sama5d2_adc: fix sama7g5 realbits value Ricardo Ribalda (1): iio: hid-sensor-prox: Split difference from multiple channels Sam Winchenbach (1): iio: filter: admv8818: Force initialization of SDO Victor Duicu (1): iio: adc: pac1921: Move ACPI_FREE() to cover all branches .../devicetree/bindings/iio/adc/adi,ad7606.yaml | 1 + drivers/iio/adc/ad7192.c | 2 +- drivers/iio/adc/ad7606.c | 2 +- drivers/iio/adc/at91-sama5d2_adc.c | 68 +++++++++++++--------- drivers/iio/adc/pac1921.c | 2 +- drivers/iio/dac/ad3552r.c | 6 ++ drivers/iio/filter/admv8818.c | 14 ++--- drivers/iio/light/apds9306.c | 4 +- drivers/iio/light/hid-sensor-prox.c | 7 ++- drivers/iio/proximity/hx9023s.c | 3 +- 10 files changed, 62 insertions(+), 47 deletions(-)