All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add ADXL359 support
@ 2022-10-31 10:51 Ramona Bolboaca
  2022-10-31 10:51 ` [PATCH v2 1/3] drivers: iio: accel: Use warning if invalid device id is detected Ramona Bolboaca
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ramona Bolboaca @ 2022-10-31 10:51 UTC (permalink / raw)
  To: jic23, robh+dt, krzysztof.kozlowski+dt, linux-iio, devicetree,
	linux-kernel
  Cc: Ramona Bolboaca

Add support for ADXL359 device in existing ADXL355 driver. 

The digital output ADXL359 is a low noise density, low 0 g offset drift,
low power, 3-axis microelectromechanical system (MEMS) accelerometer with
selectable measurement ranges. The ADXL359 supports the ±10 g, ±20 g, 
and ±40 g ranges.

Ramona Bolboaca (3):
  drivers: iio: accel: Use warning if invalid device id is detected
  dt-bindings: iio: accel: Add docs for ADXL359
  drivers: iio: accel: Add support for ADXL359 device

 .../bindings/iio/accel/adi,adxl355.yaml       |  8 +-
 drivers/iio/accel/adxl355.h                   | 21 ++++-
 drivers/iio/accel/adxl355_core.c              | 91 ++++++++++++++-----
 drivers/iio/accel/adxl355_i2c.c               | 22 ++++-
 drivers/iio/accel/adxl355_spi.c               | 19 +++-
 5 files changed, 127 insertions(+), 34 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-11-06 12:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-31 10:51 [PATCH v2 0/3] Add ADXL359 support Ramona Bolboaca
2022-10-31 10:51 ` [PATCH v2 1/3] drivers: iio: accel: Use warning if invalid device id is detected Ramona Bolboaca
2022-10-31 10:51 ` [PATCH v2 2/3] dt-bindings: iio: accel: Add docs for ADXL359 Ramona Bolboaca
2022-11-02 15:58   ` Rob Herring
2022-10-31 10:51 ` [PATCH v2 3/3] drivers: iio: accel: Add support for ADXL359 device Ramona Bolboaca
2022-11-06 12:56   ` Jonathan Cameron

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.