On Thu, 30 Aug 2018 22:52:54 +0200 Lorenzo Bianconi <lorenzo.bianconi@xxxxxxxxxx> wrote: I'm in a fussy mood. Not a lot of point in putting a cover letter on a series with nothing in it. Please give a nice 'general' description of what you are adding. In particular point out anything you think might be controversial :) Thanks, Jonathan > Lorenzo Bianconi (5): > iio: imu: st_lsm6dsx: add read_fifo callback to fifo_ops > iio: imu: st_lsm6dsx: make st_lsm6dsx_check_odr() non-static > iio: imu: st_lsm6dsx: add addr/max_word_len to st_lsm6dsx_read_block() > iio: imu: st_lsm6dsx: add support to LSM6DSO > dt-bindings: iio: imu: st_lsm6dsx: add LSM6DSO device bindings > > .../bindings/iio/imu/st_lsm6dsx.txt | 1 + > drivers/iio/imu/st_lsm6dsx/Kconfig | 2 +- > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h | 18 +- > .../iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c | 166 ++++++++++++++++-- > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 51 +++++- > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c | 5 + > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_spi.c | 5 + > 7 files changed, 228 insertions(+), 20 deletions(-) >