Linux IIO development
 help / color / mirror / Atom feed
* [PATCH v2 0/3] BMI270 data ready interrupt support
@ 2025-02-28 23:03 Gustavo Silva
  2025-02-28 23:03 ` [PATCH v2 1/3] iio: imu: bmi270: move private struct declaration to source file Gustavo Silva
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Gustavo Silva @ 2025-02-28 23:03 UTC (permalink / raw)
  To: Alex Lanzano, Jonathan Cameron, Lars-Peter Clausen
  Cc: linux-iio, linux-kernel, Gustavo Silva

This series adds support for data ready interrupt to the BMI270 driver
using one of the available interrupt pins.

Additionally, this series includes some cleanups to simplify and improve
consistency across the driver.

Signed-off-by: Gustavo Silva <gustavograzs@gmail.com>
---
Changes in v2:
- Patch 2: Updated the commit message to clarify that the variable
  'bmi270_data::data' has also been renamed.
- Patch 2: Fixed some line wraps after renaming variables.
- Link to v1: https://lore.kernel.org/r/20250219-bmi270-irq-v1-0-145d02bbca3b@gmail.com

---
Gustavo Silva (3):
      iio: imu: bmi270: move private struct declaration to source file
      iio: imu: bmi270: rename variable bmi270_device to data
      iio: imu: bmi270: add support for data ready interrupt trigger

 drivers/iio/imu/bmi270/bmi270.h      |  17 +-
 drivers/iio/imu/bmi270/bmi270_core.c | 332 +++++++++++++++++++++++++++++------
 2 files changed, 283 insertions(+), 66 deletions(-)
---
base-commit: c0f115a8d97599623294c8e9ec28530e19c1e85b
change-id: 20250219-bmi270-irq-9a2bc41faee3

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


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

end of thread, other threads:[~2025-03-02 11:29 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-28 23:03 [PATCH v2 0/3] BMI270 data ready interrupt support Gustavo Silva
2025-02-28 23:03 ` [PATCH v2 1/3] iio: imu: bmi270: move private struct declaration to source file Gustavo Silva
2025-02-28 23:03 ` [PATCH v2 2/3] iio: imu: bmi270: rename variable bmi270_device to data Gustavo Silva
2025-02-28 23:03 ` [PATCH v2 3/3] iio: imu: bmi270: add support for data ready interrupt trigger Gustavo Silva
2025-03-02 11:29 ` [PATCH v2 0/3] BMI270 data ready interrupt support Jonathan Cameron

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