devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Add driver for Domintech DMARD06 accelerometer
@ 2016-07-25 15:21 Aleksei Mamlin
       [not found] ` <1469460078-6460-1-git-send-email-mamlinav-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  2016-07-25 15:21 ` [PATCH v2 2/2] iio: accel: Add support for Domintech DMARD06 accelerometer Aleksei Mamlin
  0 siblings, 2 replies; 6+ messages in thread
From: Aleksei Mamlin @ 2016-07-25 15:21 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Hartmut Knaack, Lars-Peter Clausen, Peter Meerwald-Stadler,
	Rob Herring, devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	linux-iio-u79uwXL29TY76Z2rM5mHXA, Aleksei Mamlin

This patch series adds driver for Domintech DMARD05, DMARD06 and DMARD07
accelerometers and vendor prefix for Domintech Co., Ltd.

Changes since v1:
 - Add Rob's Acked-by to vendor-prefix bindings
 - Remove dmard06_i2c_read function, use i2c_smbus_read_byte_data instead
 - Remove dmard06_read_chip_id function, check chip id directly on probe
 - Use sign_extend32 in dmard06_read_raw function
 - Replace error variable with ret
 - Remove unnecessary messages
 - Fix typo in documentation bindings
 - Add support for DMARD05 and DMARD07 chips
 - Add PM ops

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

 .../devicetree/bindings/iio/accel/dmard06.txt      |  19 ++
 .../devicetree/bindings/vendor-prefixes.txt        |   1 +
 drivers/iio/accel/Kconfig                          |  11 +
 drivers/iio/accel/Makefile                         |   1 +
 drivers/iio/accel/dmard06.c                        | 241 +++++++++++++++++++++
 5 files changed, 273 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/accel/dmard06.txt
 create mode 100644 drivers/iio/accel/dmard06.c

-- 
2.7.3

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2016-08-15 17:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-25 15:21 [PATCH v2 0/2] Add driver for Domintech DMARD06 accelerometer Aleksei Mamlin
     [not found] ` <1469460078-6460-1-git-send-email-mamlinav-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-07-25 15:21   ` [PATCH v2 1/2] devicetree: bindings: Add vendor prefix for Domintech Co., Ltd Aleksei Mamlin
     [not found]     ` <1469460078-6460-2-git-send-email-mamlinav-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-08-15 17:55       ` Jonathan Cameron
2016-07-25 15:21 ` [PATCH v2 2/2] iio: accel: Add support for Domintech DMARD06 accelerometer Aleksei Mamlin
     [not found]   ` <1469460078-6460-3-git-send-email-mamlinav-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2016-07-27 14:57     ` Rob Herring
2016-08-15 17: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).