Merge tag 'iio-fixes-for-5.3a' of...
Merge tag 'iio-fixes-for-5.3a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus Jonathan writes: First set of IIO fixes in the 5.3 cycle. * cros_ec_accel_legacy - Fix a false double entry for channel scale as both per channel and shared. * gyro_adc - Fix uninitialized return code that got detected by GCC 9.0 having be previously missed. * ingenic_adc - Set the clock divider on probe to avoid an issue seen with false button press detections on JZ4725B SoCs. * max9611 - Backwards parameters in GENMASK. * mpu6050 - Enforce the fact only certain scan modes are actually possible. One counter fix also picked up for William, * generic-counter.rst - Fix some references. * tag 'iio-fixes-for-5.3a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio: iio: adc: gyroadc: fix uninitialized return code docs: generic-counter.rst: fix broken references for ABI file iio: imu: mpu6050: add missing available scan masks iio: cros_ec_accel_legacy: Fix incorrect channel setting IIO: Ingenic JZ47xx: Set clock divider on probe iio: adc: max9611: Fix misuse of GENMASK macro
No related branches found
No related tags found
Showing
- Documentation/driver-api/generic-counter.rst 2 additions, 2 deletionsDocumentation/driver-api/generic-counter.rst
- drivers/iio/accel/cros_ec_accel_legacy.c 0 additions, 1 deletiondrivers/iio/accel/cros_ec_accel_legacy.c
- drivers/iio/adc/ingenic-adc.c 54 additions, 0 deletionsdrivers/iio/adc/ingenic-adc.c
- drivers/iio/adc/max9611.c 1 addition, 1 deletiondrivers/iio/adc/max9611.c
- drivers/iio/adc/rcar-gyroadc.c 2 additions, 2 deletionsdrivers/iio/adc/rcar-gyroadc.c
- drivers/iio/imu/inv_mpu6050/inv_mpu_core.c 43 additions, 0 deletionsdrivers/iio/imu/inv_mpu6050/inv_mpu_core.c
Loading
Please register or sign in to comment