On Thu, 24 Nov 2022 09:49:26 +0100 Lorenzo Bianconi <lorenzo@xxxxxxxxxx> wrote: > Add support for ISM330IS IMU mems sensor > https://www.st.com/resource/en/datasheet/ism330is.pdf Looks safe enough for a very late application in the cycle as it'll get only a day or so in next before I send the final pull request. Applied > > Lorenzo Bianconi (2): > iio: imu: st_lsm6dsx: add support to ISM330IS > dt-bindings: iio: imu: st_lsm6dsx: add ism330is > > Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml | 3 +++ > 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 | 8 ++++++-- > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c | 5 +++++ > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_spi.c | 5 +++++ > 6 files changed, 23 insertions(+), 4 deletions(-) >