All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add support for ADXL312 and ADXL314 accelerometers
@ 2022-08-16 10:28 George Mois
  2022-08-16 10:28 ` [PATCH 1/2] bindings: iio: accel: extend adxl313 documentation file George Mois
  2022-08-16 10:28 ` [PATCH 2/2] drivers: iio: accel adxl312 and adxl314 support George Mois
  0 siblings, 2 replies; 13+ messages in thread
From: George Mois @ 2022-08-16 10:28 UTC (permalink / raw)
  To: jic23, robh+dt, krzysztof.kozlowski+dt, linux-iio, devicetree,
	linux-kernel
  Cc: lucas.p.stankus, George Mois

ADXL312 and ADXL314 are small, thin, low power, 3-axis accelerometers
with high resolution (13-bit) measurement up to +/-12 g and +/- 200 g
respectively.

Implement support for ADXL312 and ADXL314 by extending the ADXL313
driver.

George Mois (2):
  bindings: iio: accel: extend adxl313 documentation file
  drivers: iio: accel adxl312 and adxl314 support

 .../bindings/iio/accel/adi,adxl313.yaml       |   8 +-
 drivers/iio/accel/adxl313.h                   |  17 +-
 drivers/iio/accel/adxl313_core.c              | 165 +++++++++++++-----
 drivers/iio/accel/adxl313_spi.c               |  42 ++++-
 4 files changed, 181 insertions(+), 51 deletions(-)

-- 
2.30.2


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

end of thread, other threads:[~2022-08-20 10:24 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-16 10:28 [PATCH 0/2] Add support for ADXL312 and ADXL314 accelerometers George Mois
2022-08-16 10:28 ` [PATCH 1/2] bindings: iio: accel: extend adxl313 documentation file George Mois
2022-08-16 11:14   ` Krzysztof Kozlowski
2022-08-16 10:28 ` [PATCH 2/2] drivers: iio: accel adxl312 and adxl314 support George Mois
2022-08-16 11:16   ` Krzysztof Kozlowski
2022-08-16 12:44     ` Jonathan Cameron
2022-08-16 13:34       ` Krzysztof Kozlowski
2022-08-16 13:40         ` Jonathan Cameron
2022-08-16 14:09   ` Jonathan Cameron
2022-08-18 10:11     ` Mois, George
2022-08-20 10:34       ` Jonathan Cameron
2022-08-16 16:21   ` kernel test robot
2022-08-16 16:31   ` kernel test robot

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.