linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] iio: accel: bma220: add events
@ 2025-10-14 16:42 Petre Rodan
  2025-10-14 16:42 ` [PATCH 1/6] iio: accel: bma220: white space cleanup Petre Rodan
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Petre Rodan @ 2025-10-14 16:42 UTC (permalink / raw)
  To: Jonathan Cameron, David Lechner, Nuno Sá, Andy Shevchenko
  Cc: linux-iio, linux-kernel

Series of patches that add tap/double-tap, high-g, low-g and slope
event detection to the bma220 driver.

The first two patches also do a bit of cleanup after the previous series.

The latch functionality is skipped for now since I'm unsure at this time
on how to implement a new API for it within iio.

To be applied to the iio testing branch.

Signed-off-by: Petre Rodan <petre.rodan@subdimension.ro>
---
Petre Rodan (6):
      iio: accel: bma220: white space cleanup
      iio: accel: bma220: remove useless include
      iio: accel: bma220: add tap detection
      iio: accel: bma220: add low-g event detection
      iio: accel: bma220: add high-g event detection
      iio: accel: bma220: add any-motion detection

 drivers/iio/accel/bma220_core.c | 647 +++++++++++++++++++++++++++++++++++++++-
 drivers/iio/accel/bma220_i2c.c  |   1 -
 drivers/iio/accel/bma220_spi.c  |   4 +-
 3 files changed, 647 insertions(+), 5 deletions(-)
---
base-commit: 4b17a60d1e1c2d9d2ccbd58642f6f4ac2fa364ba
change-id: 20251014-bma220_events-6c36acb4a7c1

Best regards,
-- 
Petre Rodan <petre.rodan@subdimension.ro>


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

end of thread, other threads:[~2025-11-07  0:30 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-14 16:42 [PATCH 0/6] iio: accel: bma220: add events Petre Rodan
2025-10-14 16:42 ` [PATCH 1/6] iio: accel: bma220: white space cleanup Petre Rodan
2025-10-18 16:55   ` Jonathan Cameron
2025-10-14 16:42 ` [PATCH 2/6] iio: accel: bma220: remove useless include Petre Rodan
2025-10-18 16:55   ` Jonathan Cameron
2025-10-14 16:42 ` [PATCH 3/6] iio: accel: bma220: add tap detection Petre Rodan
2025-10-18 17:16   ` Jonathan Cameron
2025-11-01  7:56     ` Petre Rodan
2025-11-02 12:20       ` Jonathan Cameron
2025-11-07  0:30         ` Petre Rodan
2025-10-14 16:43 ` [PATCH 4/6] iio: accel: bma220: add low-g event detection Petre Rodan
2025-10-18 17:20   ` Jonathan Cameron
2025-10-18 17:22   ` Jonathan Cameron
2025-10-14 16:43 ` [PATCH 5/6] iio: accel: bma220: add high-g " Petre Rodan
2025-10-14 16:43 ` [PATCH 6/6] iio: accel: bma220: add any-motion detection Petre Rodan
2025-10-18 17:32   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).