devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: George Mois <george.mois@analog.com>
To: <jic23@kernel.org>, <robh+dt@kernel.org>,
	<krzysztof.kozlowski+dt@linaro.org>, <linux-iio@vger.kernel.org>,
	<devicetree@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Cc: <lucas.p.stankus@gmail.com>, George Mois <george.mois@analog.com>
Subject: [PATCH 0/2] Add support for ADXL312 and ADXL314 accelerometers
Date: Tue, 16 Aug 2022 13:28:26 +0300	[thread overview]
Message-ID: <20220816102828.182345-1-george.mois@analog.com> (raw)

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


             reply	other threads:[~2022-08-16 11:02 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-16 10:28 George Mois [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220816102828.182345-1-george.mois@analog.com \
    --to=george.mois@analog.com \
    --cc=devicetree@vger.kernel.org \
    --cc=jic23@kernel.org \
    --cc=krzysztof.kozlowski+dt@linaro.org \
    --cc=linux-iio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lucas.p.stankus@gmail.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).