Message ID | cover.1649100168.git.lorenzo@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | add support for ASM330LHHX | expand |
On Mon, 4 Apr 2022 21:24:42 +0200 Lorenzo Bianconi <lorenzo@kernel.org> wrote: > Add support for ASM330LHHX IMU automotive mems sensor > https://www.st.com/resource/en/datasheet/asm330lhhx.pdf > > Changes since v1: > - use lsm6dsr as fallback device for asm330lhhx Series applied to the togreg branch of iio.git and initially pushed out as testing for 0-day to take a first look at it. Thanks, Jonathan > > Lorenzo Bianconi (2): > iio: imu: st_lsm6dsx: add support to ASM330LHHX > dt-bindings: iio: imu: st_lsm6dsx: add asm330lhhx device bindings > > .../bindings/iio/imu/st,lsm6dsx.yaml | 38 ++++++++++--------- > drivers/iio/imu/st_lsm6dsx/Kconfig | 6 +-- > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h | 2 + > .../iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c | 3 +- > 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, 43 insertions(+), 22 deletions(-) >