linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Akinobu Mita <akinobu.mita@gmail.com>
To: linux-iio@vger.kernel.org
Cc: Akinobu Mita <akinobu.mita@gmail.com>,
	Eva Rachel Retuya <eraretuya@gmail.com>,
	Andy Shevchenko <andy.shevchenko@gmail.com>,
	Jonathan Cameron <jic23@kernel.org>
Subject: [PATCH v2 0/4] iio: accel: adxl345: add calibration offset and sampling frequency support
Date: Tue, 19 Jun 2018 00:59:08 +0900	[thread overview]
Message-ID: <1529337552-23726-1-git-send-email-akinobu.mita@gmail.com> (raw)

This patchset adds calibration offset and sampling frequency support for
adxl345 driver with some preparatory changes.

* v2
- Adjust the value for the calibbias to make the same scale as the _raw
  measurement, and remove misused calibscale.

Akinobu Mita (4):
  iio: accel: adxl345: add link to datasheet
  iio: accel: adxl345: use scan_index for accessing accel registers
  iio: accel: adxl345: add calibration offset support
  iio: accel: adxl345: add sampling frequency support

 drivers/iio/accel/adxl345_core.c | 123 +++++++++++++++++++++++++++++++++++----
 1 file changed, 112 insertions(+), 11 deletions(-)

Cc: Eva Rachel Retuya <eraretuya@gmail.com>
Cc: Andy Shevchenko <andy.shevchenko@gmail.com>
Cc: Jonathan Cameron <jic23@kernel.org>
-- 
2.7.4

             reply	other threads:[~2018-06-18 15:59 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-18 15:59 Akinobu Mita [this message]
2018-06-18 15:59 ` [PATCH v2 1/4] iio: accel: adxl345: add link to datasheet Akinobu Mita
2018-06-18 15:59 ` [PATCH v2 2/4] iio: accel: adxl345: use scan_index for accessing accel registers Akinobu Mita
2018-06-20  0:19   ` Andy Shevchenko
2018-06-24 13:37   ` Jonathan Cameron
2018-06-18 15:59 ` [PATCH v2 3/4] iio: accel: adxl345: add calibration offset support Akinobu Mita
2018-06-20  0:26   ` Andy Shevchenko
2018-06-18 15:59 ` [PATCH v2 4/4] iio: accel: adxl345: add sampling frequency support Akinobu Mita
2018-06-20  0:37   ` Andy Shevchenko

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=1529337552-23726-1-git-send-email-akinobu.mita@gmail.com \
    --to=akinobu.mita@gmail.com \
    --cc=andy.shevchenko@gmail.com \
    --cc=eraretuya@gmail.com \
    --cc=jic23@kernel.org \
    --cc=linux-iio@vger.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).