mbox series

[0/2] add support for ASM330LHH

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

Message

Lorenzo Bianconi Feb. 21, 2019, 3:20 p.m. UTC
Add support for ASM330LHH IMU mems sensor
https://www.st.com/resource/en/datasheet/asm330lhh.pdf

Lorenzo Bianconi (2):
  iio: imu: st_lsm6dsx: add support to ASM330LHH
  dt-bindings: iio: imu: st_lsm6dsx: add asm330lhh device bindings

 .../bindings/iio/imu/st_lsm6dsx.txt           |  1 +
 drivers/iio/imu/st_lsm6dsx/Kconfig            |  2 +-
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h       |  2 +
 .../iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c    |  8 ++--
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c  | 41 ++++++++++++++++++-
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c   |  5 +++
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_spi.c   |  5 +++
 7 files changed, 58 insertions(+), 6 deletions(-)