This patch series adds trigger buffer support with data ready interrupt,
separate channel for step counter and an event for step change interrupt.
Jagath Jog J (5):
iio: accel: bma400: conversion to device-managed function
iio: accel: bma400: changing scale min and max macro values
iio: accel: bma400: Add triggered buffer support
iio: accel: bma400: Add separate channel for step counter
iio: accel: bma400: Add step change event
drivers/iio/accel/Kconfig | 2 +
drivers/iio/accel/bma400.h | 19 +-
drivers/iio/accel/bma400_core.c | 315 +++++++++++++++++++++++++++++---
drivers/iio/accel/bma400_i2c.c | 10 +-
drivers/iio/accel/bma400_spi.c | 10 +-
5 files changed, 304 insertions(+), 52 deletions(-)
--
2.17.1