devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add ADXL359 support
@ 2022-10-28 13:44 Ramona Bolboaca
  2022-10-28 13:44 ` [PATCH 1/2] dt-bindings:iio:accel: Add docs for ADXL359 Ramona Bolboaca
  2022-10-28 13:44 ` [PATCH 2/2] drivers:iio:accel: Add support for ADXL359 device Ramona Bolboaca
  0 siblings, 2 replies; 6+ messages in thread
From: Ramona Bolboaca @ 2022-10-28 13:44 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 (2):
  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                   | 14 +++-
 drivers/iio/accel/adxl355_core.c              | 67 +++++++++++++++----
 drivers/iio/accel/adxl355_i2c.c               | 22 +++++-
 drivers/iio/accel/adxl355_spi.c               | 19 ++++--
 5 files changed, 106 insertions(+), 24 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-10-29 15:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-28 13:44 [PATCH 0/2] Add ADXL359 support Ramona Bolboaca
2022-10-28 13:44 ` [PATCH 1/2] dt-bindings:iio:accel: Add docs for ADXL359 Ramona Bolboaca
2022-10-28 14:45   ` Krzysztof Kozlowski
2022-10-29 15:22   ` Jonathan Cameron
2022-10-28 13:44 ` [PATCH 2/2] drivers:iio:accel: Add support for ADXL359 device Ramona Bolboaca
2022-10-29 15:38   ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).