linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add support for the Domintech DMARD09 3-axis accelerometer
@ 2016-07-16 19:51 Jelle van der Waa
  2016-07-16 19:51 ` [PATCH] iio: accel: add " Jelle van der Waa
  2016-07-18 20:54 ` [PATCH v2] " Jelle van der Waa
  0 siblings, 2 replies; 11+ messages in thread
From: Jelle van der Waa @ 2016-07-16 19:51 UTC (permalink / raw)
  To: linux-iio, Jonathan Cameron, Hartmut Knaack, Lars-Peter Clausen,
	Peter Meerwald-Stadler
  Cc: Jelle van der Waa

This patch adds basic read_raw support for the DMARD09 3-axis accelerometer
which can be found in a q8 A33 Allwinner tablet. [0]

The driver is based on the Android driver which can be found
on Github. [1]

Unfortunately there is no datatsheet of the DMARD09 available online.


[0] http://linux-sunxi.org/TZX-723Qa4
[1] https://github.com/JujuXIII/android_kernel_acer_v370_KK/tree/master/mediatek/custom/common/kernel/accelerometer/dmard09


Jelle van der Waa (1):
  iio: accel: add support for the Domintech DMARD09 3-axis accelerometer

 .../devicetree/bindings/iio/accel/dmard09.txt      |  13 ++
 drivers/iio/accel/Kconfig                          |  10 ++
 drivers/iio/accel/Makefile                         |   1 +
 drivers/iio/accel/dmard09.c                        | 180 +++++++++++++++++++++
 4 files changed, 204 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/accel/dmard09.txt
 create mode 100644 drivers/iio/accel/dmard09.c

-- 
2.9.0


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

end of thread, other threads:[~2016-07-24 18:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-16 19:51 [PATCH] Add support for the Domintech DMARD09 3-axis accelerometer Jelle van der Waa
2016-07-16 19:51 ` [PATCH] iio: accel: add " Jelle van der Waa
2016-07-17 16:12   ` Peter Meerwald-Stadler
2016-07-18 11:54   ` Lars-Peter Clausen
2016-07-18 17:01   ` Jonathan Cameron
2016-07-18 20:54 ` [PATCH v2] " Jelle van der Waa
2016-07-18 20:54   ` [PATCH] " Jelle van der Waa
2016-07-24 13:30     ` Jonathan Cameron
2016-07-24 13:25   ` [PATCH v2] " Jonathan Cameron
2016-07-24 14:11     ` Jelle van der Waa
2016-07-24 18:56       ` Jonathan Cameron

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).