On Thu, 15 Sep 2022 19:34:58 +0200 Lorenzo Bianconi <lorenzo@xxxxxxxxxx> wrote: > Add support for LSM6DSTX IMU mems sensor > https://www.st.com/resource/en/datasheet/lsm6dstx.pdf Looks trivial enough that I've queued it up on my togreg branch and pushed out as testing for 0-day to take a look. I will be rebasing that tree shortly for other reasons, so a bit of time for reviews to still come in before this hits a non rebasing tree. Thanks, Jonathan > > Lorenzo Bianconi (2): > iio: imu: st_lsm6dsx: add support to LSM6DSTX > dt-bindings: iio: imu: st_lsm6dsx: add lsm6dstx device bindings > > Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml | 3 +++ > drivers/iio/imu/st_lsm6dsx/Kconfig | 2 +- > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h | 2 ++ > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c | 2 +- > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 7 ++++++- > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c | 5 +++++ > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_spi.c | 5 +++++ > 7 files changed, 23 insertions(+), 3 deletions(-) >