Message ID | 20250228-bmi270-irq-v2-0-3f97a4e8f551@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | BMI270 data ready interrupt support | expand |
On Fri, 28 Feb 2025 20:03:47 -0300 Gustavo Silva <gustavograzs@gmail.com> wrote: > 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> I'd already picked up patch 1 from v1, so applied 2 and 3 from this. Applied to the togreg branch of iio.git but I'll push out briefly as testing to let 0-day take an initial look. Thanks, Jonathan > --- > 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,
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,