[PATCH v1 0/5] iio: accel: bma400: Add support for buffer and step

Jagath Jog J posted 5 patches 4 years, 3 months ago
There is a newer version of this series
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(-)
[PATCH v1 0/5] iio: accel: bma400: Add support for buffer and step
Posted by Jagath Jog J 4 years, 3 months ago
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