Linux Documentation
 help / color / mirror / Atom feed
* [PATCH v1 0/2] iio: accel: adxl367: add support for adxl366
@ 2024-12-13  9:51 Darius Berghe
  2024-12-13  9:52 ` [PATCH v1 1/2] " Darius Berghe
  2024-12-13  9:52 ` [PATCH v1 2/2] dt-bindings: iio: " Darius Berghe
  0 siblings, 2 replies; 6+ messages in thread
From: Darius Berghe @ 2024-12-13  9:51 UTC (permalink / raw)
  To: jic23, robh, krzk+dt, conor+dt, corbet, lars, Michael.Hennerich
  Cc: linux-iio, devicetree, linux-kernel, linux-doc, darius.berghe

Add support for adxl366 Micropower, 3-Axis, +-/2g, +/-4g, +/-8g
Digital Output MEMS Accelerometer into the existing adxl367 iio
subsystem driver.

adxl366 supports all the features of adxl367 but has a few
additional features for which support is added in this patch:
- built-in step counting (pedometer)
- non-linearity compensation for Z axis

The part is not yet released but it will soon be released.

Darius Berghe (2):
  iio: accel: adxl367: add support for adxl366
  dt-bindings: iio: adxl367: add support for adxl366

 .../bindings/iio/accel/adi,adxl367.yaml       |   1 +
 drivers/iio/accel/adxl367.c                   | 233 +++++++++++++++++-
 drivers/iio/accel/adxl367.h                   |   5 +
 drivers/iio/accel/adxl367_i2c.c               |   6 +-
 drivers/iio/accel/adxl367_spi.c               |   6 +-
 5 files changed, 243 insertions(+), 8 deletions(-)

-- 
2.46.1


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

end of thread, other threads:[~2024-12-17  7:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-13  9:51 [PATCH v1 0/2] iio: accel: adxl367: add support for adxl366 Darius Berghe
2024-12-13  9:52 ` [PATCH v1 1/2] " Darius Berghe
2024-12-14 14:10   ` Jonathan Cameron
2024-12-13  9:52 ` [PATCH v1 2/2] dt-bindings: iio: " Darius Berghe
2024-12-14 13:45   ` Jonathan Cameron
2024-12-17  7:23   ` Krzysztof Kozlowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox