All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/10] iio: accel: BMA220 improvements
@ 2025-09-01 19:47 Petre Rodan
  2025-09-01 19:47 ` [PATCH 01/10] dt-bindings: iio: accel: bosch,BMA220 improvements Petre Rodan
                   ` (9 more replies)
  0 siblings, 10 replies; 30+ messages in thread
From: Petre Rodan @ 2025-09-01 19:47 UTC (permalink / raw)
  To: linux-iio, linux-kernel
  Cc: Petre Rodan, Jonathan Cameron, David Lechner, Nuno Sá,
	Andy Shevchenko, Rob Herring, Conor Dooley

Series of patches that switch the driver to the regmap API, add i2c
connectivity, tap/low-g/high-g/slope event detection and a large number
of sysfs mappings while keeping backward compatibility.

Tested in I2C and SPI modes with two different sensors.

Petre Rodan (10):
  dt-bindings: iio: accel: bosch,BMA220 improvements
  iio: accel: BMA220 split original spi driver
  iio: accel: BMA220 migrate to regmap SPI
  iio: accel: BMA220 add i2c module
  iio: accel: BMA220 make use of the watchdog functionality
  iio: accel: BMA220 add LPF cut-off frequency mapping
  iio: accel: BMA220 add debugfs reg access
  iio: accel: BMA220 add events
  iio: accel: BMA220 add event attrs
  iio: accel: BMA220 add maintainer

 .../bindings/iio/accel/bosch,bma220.yaml      |   20 +-
 MAINTAINERS                                   |    7 +
 drivers/iio/accel/Kconfig                     |   18 +-
 drivers/iio/accel/Makefile                    |    4 +-
 drivers/iio/accel/bma220.h                    |   21 +
 drivers/iio/accel/bma220_core.c               | 1551 +++++++++++++++++
 drivers/iio/accel/bma220_i2c.c                |   62 +
 drivers/iio/accel/bma220_spi.c                |  313 +---
 8 files changed, 1702 insertions(+), 294 deletions(-)
 create mode 100644 drivers/iio/accel/bma220.h
 create mode 100644 drivers/iio/accel/bma220_core.c
 create mode 100644 drivers/iio/accel/bma220_i2c.c

--
2.49.1


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

end of thread, other threads:[~2025-09-09 16:20 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-01 19:47 [PATCH 0/10] iio: accel: BMA220 improvements Petre Rodan
2025-09-01 19:47 ` [PATCH 01/10] dt-bindings: iio: accel: bosch,BMA220 improvements Petre Rodan
2025-09-02  5:57   ` Krzysztof Kozlowski
2025-09-02 16:02     ` Petre Rodan
2025-09-02 16:14       ` David Lechner
2025-09-02 19:22       ` Krzysztof Kozlowski
2025-09-05 20:15   ` David Lechner
2025-09-06  2:46     ` Petre Rodan
2025-09-06 14:36       ` David Lechner
2025-09-01 19:47 ` [PATCH 02/10] iio: accel: BMA220 split original spi driver Petre Rodan
2025-09-07 12:29   ` Jonathan Cameron
2025-09-01 19:47 ` [PATCH 03/10] iio: accel: BMA220 migrate to regmap API Petre Rodan
2025-09-07 12:45   ` Jonathan Cameron
2025-09-08  3:27     ` Petre Rodan
2025-09-09 16:15       ` Jonathan Cameron
2025-09-01 19:47 ` [PATCH 04/10] iio: accel: BMA220 add i2c module Petre Rodan
2025-09-07 12:46   ` Jonathan Cameron
2025-09-01 19:47 ` [PATCH 05/10] iio: accel: BMA220 make use of the watchdog functionality Petre Rodan
2025-09-07 12:48   ` Jonathan Cameron
2025-09-01 19:47 ` [PATCH 06/10] iio: accel: BMA220 add LPF cut-off frequency mapping Petre Rodan
2025-09-05 19:59   ` David Lechner
2025-09-07 12:50     ` Jonathan Cameron
2025-09-01 19:47 ` [PATCH 07/10] iio: accel: BMA220 add debugfs reg access Petre Rodan
2025-09-01 19:47 ` [PATCH 08/10] iio: accel: BMA220 add events Petre Rodan
2025-09-07 13:02   ` Jonathan Cameron
2025-09-01 19:47 ` [PATCH 09/10] iio: accel: BMA220 add event attrs Petre Rodan
2025-09-07 13:15   ` Jonathan Cameron
2025-09-07 13:28     ` Petre Rodan
2025-09-09 16:20       ` Jonathan Cameron
2025-09-01 19:47 ` [PATCH 10/10] iio: accel: BMA220 add maintainer Petre Rodan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.