[PATCH 0/3] BMI270 data ready interrupt support

Gustavo Silva posted 3 patches 10 months ago
There is a newer version of this series
drivers/iio/imu/bmi270/bmi270.h      |  17 +-
drivers/iio/imu/bmi270/bmi270_core.c | 326 ++++++++++++++++++++++++++++++-----
2 files changed, 281 insertions(+), 62 deletions(-)
[PATCH 0/3] BMI270 data ready interrupt support
Posted by Gustavo Silva 10 months ago
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>
---
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 | 326 ++++++++++++++++++++++++++++++-----
 2 files changed, 281 insertions(+), 62 deletions(-)
---
base-commit: 4c571885898c5c98934d086f2ab11b5e27e4f41f
change-id: 20250219-bmi270-irq-9a2bc41faee3

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