Merge tag 'iio-fixes-for-4.2c' of...
Merge tag 'iio-fixes-for-4.2c' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus Jonathan writes: 3rd round of IIO fixes for the 4.2 cycle. * bmc150_magn - add missing regmap dependency and ensure on a wrong chip case report hte chip id rather than a previous return value. * mmc35240 - Fill a null pointer derefrence and wrong SET / RESET logic that results in North and South being swapped. * mlx96014 - correct the offset value reported to userspace (wrong sign) * vf610 - Prevent non aligned register reading. * mcp320x - Another null pointer deference bug. * mma8452 - change threshold type from THRESH to MAG to reflect the fact that the sign of the signal is not known when the event is signaled. * stk3310 - move device registert to end of probe to avoid race conditions when coming up, check for invalid client->irq values and make it work for both endian types of host.
No related branches found
No related tags found
Showing
- drivers/iio/accel/mma8452.c 4 additions, 4 deletionsdrivers/iio/accel/mma8452.c
- drivers/iio/adc/mcp320x.c 2 additions, 0 deletionsdrivers/iio/adc/mcp320x.c
- drivers/iio/adc/vf610_adc.c 1 addition, 1 deletiondrivers/iio/adc/vf610_adc.c
- drivers/iio/light/stk3310.c 13 additions, 13 deletionsdrivers/iio/light/stk3310.c
- drivers/iio/magnetometer/Kconfig 1 addition, 0 deletionsdrivers/iio/magnetometer/Kconfig
- drivers/iio/magnetometer/bmc150_magn.c 2 additions, 2 deletionsdrivers/iio/magnetometer/bmc150_magn.c
- drivers/iio/magnetometer/mmc35240.c 7 additions, 5 deletionsdrivers/iio/magnetometer/mmc35240.c
- drivers/iio/temperature/mlx90614.c 1 addition, 1 deletiondrivers/iio/temperature/mlx90614.c
Please register or sign in to comment