All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Add driver for Domintech DMARD06 accelerometer
@ 2016-07-18 12:48 Aleksei Mamlin
  2016-07-18 12:48 ` [PATCH 1/2] devicetree: bindings: Add vendor prefix for Domintech Co., Ltd Aleksei Mamlin
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Aleksei Mamlin @ 2016-07-18 12:48 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-input, devicetree, linux-kernel, Aleksei Mamlin

This patch series adds driver for Domintech DMARD06 Low-G Tri-Axial
digital accelerometer and vendor prefix for Domintech Co., Ltd.

Aleksei Mamlin (2):
  devicetree: bindings: Add vendor prefix for Domintech Co., Ltd.
  input: misc: Add support for Domintech DMARD06 accelerometer

 .../devicetree/bindings/input/dmard06.txt          |  24 ++
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 drivers/input/misc/Kconfig                         |  12 +
 drivers/input/misc/Makefile                        |   1 +
 drivers/input/misc/dmard06.c                       | 442 +++++++++++++++++++++
 5 files changed, 480 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/input/dmard06.txt
 create mode 100644 drivers/input/misc/dmard06.c

-- 
2.7.3

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

end of thread, other threads:[~2016-07-25  8:37 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-18 12:48 [PATCH 0/2] Add driver for Domintech DMARD06 accelerometer Aleksei Mamlin
2016-07-18 12:48 ` [PATCH 1/2] devicetree: bindings: Add vendor prefix for Domintech Co., Ltd Aleksei Mamlin
2016-07-20  1:09   ` Rob Herring
2016-07-18 12:48 ` [PATCH 2/2] input: misc: Add support for Domintech DMARD06 accelerometer Aleksei Mamlin
2016-07-18 12:48   ` Aleksei Mamlin
2016-07-20  0:02   ` Dmitry Torokhov
2016-07-21  6:13     ` Jonathan Cameron
2016-07-21  6:35       ` Aleksei Mamlin
2016-07-21 20:32 ` [PATCH 0/2] Add driver " Aleksei Mamlin
2016-07-21 20:32   ` Aleksei Mamlin
2016-07-21 20:32   ` [PATCH 1/2] devicetree: bindings: Add vendor prefix for Domintech Co., Ltd Aleksei Mamlin
2016-07-21 20:32     ` Aleksei Mamlin
2016-07-21 22:16     ` Rob Herring
2016-07-21 22:16       ` Rob Herring
2016-07-21 20:33   ` [PATCH 2/2] iio: accel: Add support for Domintech DMARD06 accelerometer Aleksei Mamlin
2016-07-21 22:19     ` Rob Herring
2016-07-21 22:41     ` Peter Meerwald-Stadler
2016-07-23  7:26       ` Jonathan Cameron
2016-07-23  7:26         ` Jonathan Cameron
2016-07-25  7:50         ` Aleksei Mamlin
2016-07-25  8:36           ` Peter Meerwald-Stadler
2016-07-23 21:49       ` Aleksei Mamlin
2016-07-23 21:49         ` Aleksei Mamlin

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.