Merge tag 'iio-fixes-for-6.14a' of...
Merge tag 'iio-fixes-for-6.14a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus Jonathan writes: 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. * tag 'iio-fixes-for-6.14a' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jic23/iio: iio: filter: admv8818: Force initialization of SDO iio: adc: ad7606: fix wrong scale available dt-bindings: iio: dac: adi-axi-adc: fix ad7606 pwm-names iio: dac: ad3552r: clear reset status flag iio: adc: ad7192: fix channel select iio: hid-sensor-prox: Split difference from multiple channels iio: proximity: Fix use-after-free in hx9023s_send_cfg() iio: adc: at91-sama5d2_adc: fix sama7g5 realbits value iio: adc: pac1921: Move ACPI_FREE() to cover all branches iio: light: apds9306: fix max_scale_nano values
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/iio/adc/adi,ad7606.yaml 1 addition, 0 deletionsDocumentation/devicetree/bindings/iio/adc/adi,ad7606.yaml
- drivers/iio/adc/ad7192.c 1 addition, 1 deletiondrivers/iio/adc/ad7192.c
- drivers/iio/adc/ad7606.c 1 addition, 1 deletiondrivers/iio/adc/ad7606.c
- drivers/iio/adc/at91-sama5d2_adc.c 40 additions, 28 deletionsdrivers/iio/adc/at91-sama5d2_adc.c
- drivers/iio/adc/pac1921.c 1 addition, 1 deletiondrivers/iio/adc/pac1921.c
- drivers/iio/dac/ad3552r.c 6 additions, 0 deletionsdrivers/iio/dac/ad3552r.c
- drivers/iio/filter/admv8818.c 4 additions, 10 deletionsdrivers/iio/filter/admv8818.c
- drivers/iio/light/apds9306.c 2 additions, 2 deletionsdrivers/iio/light/apds9306.c
- drivers/iio/light/hid-sensor-prox.c 4 additions, 3 deletionsdrivers/iio/light/hid-sensor-prox.c
- drivers/iio/proximity/hx9023s.c 2 additions, 1 deletiondrivers/iio/proximity/hx9023s.c
Loading
Please register or sign in to comment