All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] iio: add driver for Bosch BMA400 accelerometer
@ 2019-09-25  1:39 Dan Robertson
  2019-09-25  1:39 ` [PATCH 1/1] iio: (bma400) add driver for the BMA400 Dan Robertson
  0 siblings, 1 reply; 5+ messages in thread
From: Dan Robertson @ 2019-09-25  1:39 UTC (permalink / raw)
  To: Jonathan Cameron, linux-iio; +Cc: Dan Robertson, linux-kernel

Add a IIO driver for the Bosch BMA400 3-axes ultra low-power accelerometer.
The initial implementation of the driver adds read support for the
acceleration and temperature data registers. The driver also has support for
reading and writing to the output data rate, oversampling ratio, and scale
configuration registers.

Comments and feedback are very much welcomed :)

Cheers,

 - Dan

Dan Robertson (1):
  iio: (bma400) add driver for the BMA400

 drivers/iio/accel/Kconfig       |  19 +
 drivers/iio/accel/Makefile      |   2 +
 drivers/iio/accel/bma400.h      |  74 +++
 drivers/iio/accel/bma400_core.c | 862 ++++++++++++++++++++++++++++++++
 drivers/iio/accel/bma400_i2c.c  |  54 ++
 5 files changed, 1011 insertions(+)
 create mode 100644 drivers/iio/accel/bma400.h
 create mode 100644 drivers/iio/accel/bma400_core.c
 create mode 100644 drivers/iio/accel/bma400_i2c.c




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

end of thread, other threads:[~2019-10-08 15:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-25  1:39 [PATCH 0/1] iio: add driver for Bosch BMA400 accelerometer Dan Robertson
2019-09-25  1:39 ` [PATCH 1/1] iio: (bma400) add driver for the BMA400 Dan Robertson
2019-10-06  8:38   ` Jonathan Cameron
2019-10-08 14:29     ` Dan Robertson
2019-10-08 15:23     ` Peter Meerwald-Stadler

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.