All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] iio: accel: adxl345: add calibration offset and sampling frequency support
@ 2018-06-18 15:59 Akinobu Mita
  2018-06-18 15:59 ` [PATCH v2 1/4] iio: accel: adxl345: add link to datasheet Akinobu Mita
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Akinobu Mita @ 2018-06-18 15:59 UTC (permalink / raw)
  To: linux-iio
  Cc: Akinobu Mita, Eva Rachel Retuya, Andy Shevchenko, Jonathan Cameron

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

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

end of thread, other threads:[~2018-06-24 13:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-18 15:59 [PATCH v2 0/4] iio: accel: adxl345: add calibration offset and sampling frequency support Akinobu Mita
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

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.