Merge tag 'iio-fixes-for-3.16c' of...
Merge tag 'iio-fixes-for-3.16c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus Jonathan writes: Third round of iio fixes for the 3.16 cycle. * Lots of hid sensors component drivers had a bug due to a local variable whose name suggested it was returned from the read_raw function not infact being returned (ret vs ret_type). Fixed and unused ret removed. * Block a possible race condition in tcs3472 by locking around some dependant i2c messages. * Fix bug in the am335x driver fifo setup that occurs if the final channel enabled takes certain values.
Showing
- drivers/iio/accel/hid-sensor-accel-3d.c 2 additions, 5 deletionsdrivers/iio/accel/hid-sensor-accel-3d.c
- drivers/iio/adc/ti_am335x_adc.c 1 addition, 1 deletiondrivers/iio/adc/ti_am335x_adc.c
- drivers/iio/gyro/hid-sensor-gyro-3d.c 2 additions, 5 deletionsdrivers/iio/gyro/hid-sensor-gyro-3d.c
- drivers/iio/light/hid-sensor-als.c 2 additions, 5 deletionsdrivers/iio/light/hid-sensor-als.c
- drivers/iio/light/hid-sensor-prox.c 2 additions, 5 deletionsdrivers/iio/light/hid-sensor-prox.c
- drivers/iio/light/tcs3472.c 10 additions, 1 deletiondrivers/iio/light/tcs3472.c
- drivers/iio/magnetometer/hid-sensor-magn-3d.c 2 additions, 5 deletionsdrivers/iio/magnetometer/hid-sensor-magn-3d.c
- drivers/iio/pressure/hid-sensor-press.c 2 additions, 5 deletionsdrivers/iio/pressure/hid-sensor-press.c
Loading
Please register or sign in to comment