mbox series

[0/2] add support for LSM6DSTX

Message ID cover.1663262890.git.lorenzo@kernel.org (mailing list archive)
Headers show
Series add support for LSM6DSTX | expand

Message

Lorenzo Bianconi Sept. 15, 2022, 5:34 p.m. UTC
Add support for LSM6DSTX IMU mems sensor
https://www.st.com/resource/en/datasheet/lsm6dstx.pdf

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(-)

Comments

Jonathan Cameron Sept. 18, 2022, 3:29 p.m. UTC | #1
On Thu, 15 Sep 2022 19:34:58 +0200
Lorenzo Bianconi <lorenzo@kernel.org> 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(-)
>