Message ID | 20230811-iio-spacex-lsm6ds0-v1-0-e953a440170d@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | iio: imu: lsm6dsx: Support temperature and ism330dhc | expand |
> The ISM330DHC is used in the SpaceX Starlink terminals which > are running a realtime patched close-to-mainline Linux kernel so > let's support it because why not. Hi Linus, this is cool, thx for working on this. Some comments in patch 1/2 and 2/2. Regards, Lorenzo > > Signed-off-by: Linus Walleij <linus.walleij@linaro.org> > --- > Linus Walleij (2): > iio: lsm6dsx: Support temperature channel > iio: imu: lsm6dsx: Add support for ism330dhc > > drivers/iio/imu/st_lsm6dsx/Kconfig | 8 +-- > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h | 26 ++++++++- > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c | 4 ++ > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 73 ++++++++++++++++++++++++-- > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c | 5 ++ > drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_spi.c | 4 ++ > 6 files changed, 109 insertions(+), 11 deletions(-) > --- > base-commit: 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5 > change-id: 20230811-iio-spacex-lsm6ds0-33c9365e94bf > > Best regards, > -- > Linus Walleij <linus.walleij@linaro.org> >
The ISM330DHC is used in the SpaceX Starlink terminals which are running a realtime patched close-to-mainline Linux kernel so let's support it because why not. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> --- Linus Walleij (2): iio: lsm6dsx: Support temperature channel iio: imu: lsm6dsx: Add support for ism330dhc drivers/iio/imu/st_lsm6dsx/Kconfig | 8 +-- drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h | 26 ++++++++- drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c | 4 ++ drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c | 73 ++++++++++++++++++++++++-- drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_i2c.c | 5 ++ drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_spi.c | 4 ++ 6 files changed, 109 insertions(+), 11 deletions(-) --- base-commit: 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5 change-id: 20230811-iio-spacex-lsm6ds0-33c9365e94bf Best regards,