On Sun, 29 Nov 2020 10:43:05 +0100 Lorenzo Bianconi <lorenzo@xxxxxxxxxx> wrote: > Add support for LSM6DSOP IMU mems sensor > https://www.st.com/resource/en/datasheet/lsm6dsop.pdf > > This series is based on "iio: imu: st_lsmdsx: compact > st_lsm6dsx_sensor_settings table" > https://patchwork.kernel.org/project/linux-iio/list/?series=392743 > > Lorenzo Bianconi (2): > iio: imu: st_lsm6dsx: add support to LSM6DSOP > dt-bindings: iio: imu: st_lsm6dsx: add lsm6dsop device bindings > > Documentation/devicetree/bindings/iio/imu/st,lsm6dsx.yaml | 1 + > 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 | 6 +++++- > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c | 5 +++++ > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_spi.c | 5 +++++ > 7 files changed, 20 insertions(+), 3 deletions(-) > Series applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to do work their magic. Thanks, Jonathan