public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] iio: accel: add support for Memsic MXC4005
@ 2015-07-31 15:25 Teodora Baluta
  2015-07-31 15:25 ` [PATCH 1/3] iio: accel: add support for mxc4005 accelerometer Teodora Baluta
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Teodora Baluta @ 2015-07-31 15:25 UTC (permalink / raw)
  To: jic23
  Cc: knaack.h, lars, pmeerw, daniel.baluta, teodora.baluta, linux-iio,
	linux-kernel

This patch set adds support for Memsic MXC4005XC 3-axis accelerometer
sensor. The first patch adds basic support for the accelerometer, with
raw readings, the second patch adds support for buffer mode and the last
one adds the data ready trigger.

Teodora Baluta (3):
  iio: accel: add support for mxc4005 accelerometer
  iio: mxc4005: add triggered buffer mode for mxc4005
  iio: mxc4005: add data ready trigger for mxc4005

 drivers/iio/accel/Kconfig   |  13 +
 drivers/iio/accel/Makefile  |   2 +
 drivers/iio/accel/mxc4005.c | 601 ++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 616 insertions(+)
 create mode 100644 drivers/iio/accel/mxc4005.c

-- 
1.9.1


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

end of thread, other threads:[~2015-08-05  9:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-31 15:25 [PATCH 0/3] iio: accel: add support for Memsic MXC4005 Teodora Baluta
2015-07-31 15:25 ` [PATCH 1/3] iio: accel: add support for mxc4005 accelerometer Teodora Baluta
2015-07-31 16:33   ` Peter Meerwald
2015-07-31 15:25 ` [PATCH 2/3] iio: mxc4005: add triggered buffer mode for mxc4005 Teodora Baluta
2015-07-31 16:43   ` Peter Meerwald
2015-08-05  9:24     ` Teodora Baluta
2015-07-31 15:25 ` [PATCH 3/3] iio: mxc4005: add data ready trigger " Teodora Baluta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox