mbox series

[v7,0/5] enable motion events for st_lsm6dsx

Message ID 20190912070614.1144169-1-sean@geanix.com (mailing list archive)
Headers show
Series enable motion events for st_lsm6dsx | expand

Message

Sean Nyekjaer Sept. 12, 2019, 7:06 a.m. UTC
This patchset depends on:
[PATCH 0/2] enable LIR and clear_on_read for st_lsm6dsx

Sean Nyekjaer (5):
  iio: imu: st_lsm6dsx: move interrupt thread to core
  iio: imu: st_lsm6dsx: add motion events
  iio: imu: st_lsm6dsx: add wakeup-source option
  iio: imu: st_lsm6dsx: always enter interrupt thread
  iio: imu: st_lsm6dsx: add motion report function and call from
    interrupt

 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h       |  46 +++
 .../iio/imu/st_lsm6dsx/st_lsm6dsx_buffer.c    |  78 +---
 drivers/iio/imu/st_lsm6dsx/st_lsm6dsx_core.c  | 361 +++++++++++++++++-
 3 files changed, 404 insertions(+), 81 deletions(-)