The following changes since commit e20f378d993b1034eebe3ae78e67f3ed10e75356: nvmem: include bit index in cell sysfs file name (2024-02-14 16:28:16 +0100) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git tags/iio-fixes-for-6.8b for you to fetch changes up to 11dadb631007324c7a8bcb2650eda88ed2b9eed0: iio: accel: adxl367: fix I2C FIFO data register (2024-02-25 14:31:14 +0000) ---------------------------------------------------------------- IIO: 2nd set of fixes for the 6.8 cycle. Given this is very late these can wait for the 6.9 cycle if you would prefer. adi,adxl367 - Sleep for 15ms after reset to avoid reading before the device is awake. - Fix FIFO register address. asc,dlhl60d - Avoid uninitialized data leak to user-space. Also suppress a false positive clang warning by refactoring a loop. bosch,bmp280 - Fix missing extra byte in SPI reads from BMP38x and BMP390 parts invensense,mpu6050 - Fix handing of empty FIFO which can happen due to a race condition. - Make sure frequency can be updated more than once when the FIFO is not enabled. ---------------------------------------------------------------- Cosmin Tanislav (2): iio: accel: adxl367: fix DEVID read after reset iio: accel: adxl367: fix I2C FIFO data register Jean-Baptiste Maneyrol (2): iio: imu: inv_mpu6050: fix FIFO parsing when empty iio: imu: inv_mpu6050: fix frequency setting when chip is off Kees Cook (1): iio: pressure: dlhl60d: Initialize empty DLH bytes Vasileios Amoiridis (1): iio: pressure: Fixes BMP38x and BMP390 SPI support drivers/iio/accel/adxl367.c | 8 +++-- drivers/iio/accel/adxl367_i2c.c | 2 +- drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c | 2 ++ drivers/iio/imu/inv_mpu6050/inv_mpu_trigger.c | 5 +++ drivers/iio/pressure/bmp280-spi.c | 50 ++++++++++++++++++++++++++- drivers/iio/pressure/dlhl60d.c | 7 ++-- 6 files changed, 66 insertions(+), 8 deletions(-)