The following changes since commit 131ac62253dba79daf4a6d83ab12293d2b9863d3: staging: most: core: use device description as name (2019-04-02 20:23:07 +0200) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-5.2a for you to fetch changes up to e6d12298310fa1dc11f1d747e05b168016057fdd: iio: adc: ti-ads8688: fix timestamp is not updated in buffer (2019-05-11 12:50:18 +0100) ---------------------------------------------------------------- First set of IIO fixes for the 5.2 cycle. * ads124 - Avoid a buffer overrun when setting an array to 0. * ads8688 - Don't use the pollfunc timestamp as it isn't set and would be wrong anyway for a device that does sampling on demand. * ds4422 - Fix masking on register used for chip verification. Wrong address was being read. * mpu6050 - Fix the fifo layout for ICM20602 to avoid underreading and hence failure to move on to the next record in the fifo. * NPCM ADC - Make sure there is actually a valid regulator before reading its voltage. ---------------------------------------------------------------- Ruslan Babayev (1): iio: dac: ds4422/ds4424 fix chip verification Sean Nyekjaer (1): iio: adc: ti-ads8688: fix timestamp is not updated in buffer Steve Moskovchenko (1): iio: imu: mpu6050: Fix FIFO layout for ICM20602 Tomer Maimon (1): iio: adc: modify NPCM ADC read reference voltage Vincent Stehlé (1): iio: adc: ads124: avoid buffer overflow drivers/iio/adc/npcm_adc.c | 2 +- drivers/iio/adc/ti-ads124s08.c | 2 +- drivers/iio/adc/ti-ads8688.c | 2 +- drivers/iio/dac/ds4424.c | 2 +- drivers/iio/imu/inv_mpu6050/inv_mpu_core.c | 46 +++++++++++++++++++++++++++--- drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h | 20 ++++++++++++- drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c | 3 ++ 7 files changed, 68 insertions(+), 9 deletions(-)