On Wed, 16 Nov 2022 14:40:02 +0100 Lorenzo Bianconi <lorenzo@xxxxxxxxxx> wrote: > Add support for LSM6DSO16IS IMU mems sensor > https://www.st.com/resource/en/datasheet/lsm6dso16is.pdf > > This series is based on the commit below: Applied to the togreg branch of iio.git. I might push it briefly out as testing, but need to get this into linux-next asap given where we are in cycle so might skip that bit. Thanks, Jonathan > > commit 1adcc208048826635bcdabb03d0f40744fea512e > Author: Lorenzo Bianconi <lorenzo@xxxxxxxxxx> > Date: Mon Nov 14 10:25:34 2022 +0100 > > iio: imu: st_lsm6dsx: fix LSM6DSV sensor description > > Lorenzo Bianconi (2): > iio: imu: st_lsm6dsx: add support to LSM6DSO16IS > dt-bindings: iio: imu: st_lsm6dsx: add lsm6dso16is > > .../bindings/iio/imu/st,lsm6dsx.yaml | 1 + > drivers/iio/imu/st_lsm6dsx/Kconfig | 4 +- > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h | 2 + > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 128 +++++++++++++++++- > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c | 5 + > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_spi.c | 5 + > 6 files changed, 142 insertions(+), 3 deletions(-) >