-
- Downloads
Merge tag 'iio-fixes-for-6.5a' of...
Merge tag 'iio-fixes-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into char-misc-linus Jonathan writes: 1st set of IIO fixes for 6.5 Usual mixed bag of fixes for recently introduced issues and ones from way back that have recently been noticed. * core - Avoid a device with no parent issues seen on the dummy example device. * adi,ad71145 - Drop ref now that dt-schema supports -nanoamp. * adi,ad7192 - Fix wrong bit set for enabling AC excitation and exposure of control on devices without the feature. * adi,admv1013 - Don't ignore errors from regulator_get_voltage(). * amlogic,meson-adc - Make sure clocks enabled early enough. * google,cros_ec - Fix undersized cros_ec_command allocation that resulted in a buffer overrun. * rohm,bu27008 - Fix truncation issue with scale format that prevents smallest value being set - Report intensity as unsigned. Previously large values would be interpretted as negative intensities (and odd concept). * rohm,bu27034 - Fix truncation issue with scale format that prevents smallest value being set. * st,lsm6dsx - Return an error code, not false (which is 0 and hence success) to indicate ACPI mount matrix retrieval failed due to no ACPI support. * ti,ina2xx - Avoid a NULL pointer dereference if fall back compatible is used. * tag 'iio-fixes-for-6.5a' of https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio: iio: cros_ec: Fix the allocation size for cros_ec_command iio: imu: lsm6dsx: Fix mount matrix retrieval iio: adc: meson: fix core clock enable/disable moment iio: core: Prevent invalid memory access when there is no parent iio: frequency: admv1013: propagate errors from regulator_get_voltage() dt-bindings: iio: adi,ad74115: remove ref from -nanoamp iio: adc: ina2xx: avoid NULL pointer dereference on OF device match iio: light: bu27008: Fix intensity data type iio: light: bu27008: Fix scale format iio: light: bu27034: Fix scale format iio: adc: ad7192: Fix ac excitation feature
No related branches found
No related tags found
Showing
- Documentation/devicetree/bindings/iio/addac/adi,ad74115.yaml 0 additions, 3 deletionsDocumentation/devicetree/bindings/iio/addac/adi,ad74115.yaml
- drivers/iio/adc/ad7192.c 8 additions, 8 deletionsdrivers/iio/adc/ad7192.c
- drivers/iio/adc/ina2xx-adc.c 6 additions, 3 deletionsdrivers/iio/adc/ina2xx-adc.c
- drivers/iio/adc/meson_saradc.c 12 additions, 11 deletionsdrivers/iio/adc/meson_saradc.c
- drivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c 1 addition, 1 deletiondrivers/iio/common/cros_ec_sensors/cros_ec_sensors_core.c
- drivers/iio/frequency/admv1013.c 4 additions, 1 deletiondrivers/iio/frequency/admv1013.c
- drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c 1 addition, 1 deletiondrivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c
- drivers/iio/industrialio-core.c 3 additions, 2 deletionsdrivers/iio/industrialio-core.c
- drivers/iio/light/rohm-bu27008.c 19 additions, 3 deletionsdrivers/iio/light/rohm-bu27008.c
- drivers/iio/light/rohm-bu27034.c 19 additions, 3 deletionsdrivers/iio/light/rohm-bu27034.c
Loading
Please register or sign in to comment