On Tue, 6 Oct 2020 14:07:40 +0200 Lorenzo Bianconi <lorenzo@xxxxxxxxxx> wrote: > Add support for LSM6DST IMU mems sensor > https://www.st.com/resource/en/datasheet/lsm6dst.pdf > > Lorenzo Bianconi (2): > iio: imu: st_lsm6dsx: add support to LSM6DST > dt-bindings: iio: imu: st_lsm6dsx: add lsm6dst device bindings > > .../bindings/iio/imu/st_lsm6dsx.txt | 1 + > drivers/iio/imu/st_lsm6dsx/Kconfig | 4 +- > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h | 2 + > .../iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c | 2 +- > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 207 +++++++++++++++++- > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c | 5 + > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_spi.c | 5 + > 7 files changed, 222 insertions(+), 4 deletions(-) > Applied to the togreg branch of iio.git and as normal pushed out as testing for the autobuilders to poke at it and see what we missed. Thanks, Jonathan