Linux IIO development
 help / color / mirror / Atom feed
* [PATCH 0/3] BMI270: Add support for step counter and motion events
@ 2025-04-25  0:14 Gustavo Silva
  2025-04-25  0:14 ` [PATCH 1/3] iio: imu: bmi270: add channel for step counter Gustavo Silva
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Gustavo Silva @ 2025-04-25  0:14 UTC (permalink / raw)
  To: Alex Lanzano, Jonathan Cameron, David Lechner, Nuno Sá,
	Andy Shevchenko
  Cc: linux-iio, linux-kernel, Gustavo Silva

This series adds support for step counter and motion events using
interrupts in the BMI270 driver.

The step counter can be enabled, disabled, and configured with a
watermark, all from userspace.

Any-motion and no-motion events are generated by detecting changes
in the acceleration slope on each axis.

Signed-off-by: Gustavo Silva <gustavograzs@gmail.com>
---
Gustavo Silva (3):
      iio: imu: bmi270: add channel for step counter
      iio: imu: bmi270: add step counter watermark event
      iio: imu: bmi270: add support for motion events

 drivers/iio/imu/bmi270/bmi270_core.c | 523 ++++++++++++++++++++++++++++++++++-
 1 file changed, 520 insertions(+), 3 deletions(-)
---
base-commit: b475195fecc79a1a6e7fb0846aaaab0a1a4cb2e6
change-id: 20250424-bmi270-events-74c6ef5f4243

Best regards,
-- 
Gustavo Silva <gustavograzs@gmail.com>


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2025-05-07 10:36 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-25  0:14 [PATCH 0/3] BMI270: Add support for step counter and motion events Gustavo Silva
2025-04-25  0:14 ` [PATCH 1/3] iio: imu: bmi270: add channel for step counter Gustavo Silva
2025-04-25  4:28   ` Andy Shevchenko
2025-04-26 13:40   ` Jonathan Cameron
2025-04-27  0:19     ` Gustavo Silva
2025-05-05 13:13       ` Jonathan Cameron
2025-05-07 10:35   ` kernel test robot
2025-04-25  0:14 ` [PATCH 2/3] iio: imu: bmi270: add step counter watermark event Gustavo Silva
2025-04-25  4:33   ` Andy Shevchenko
2025-04-26 23:01     ` Gustavo Silva
2025-04-26 13:47   ` Jonathan Cameron
2025-04-27  0:57     ` Gustavo Silva
2025-05-05 13:21       ` Jonathan Cameron
2025-04-25  0:14 ` [PATCH 3/3] iio: imu: bmi270: add support for motion events Gustavo Silva
2025-04-25  5:25   ` Andy Shevchenko
2025-04-26 23:06     ` Gustavo Silva
2025-04-26 14:12   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox