linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Add driver for wsen-itds accelerometer sensor
@ 2020-04-29 13:39 Saravanan Sekar
  2020-04-29 13:39 ` [PATCH v2 1/4] dt-bindings: iio: add document bindings for wsen-itds accel sensor Saravanan Sekar
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Saravanan Sekar @ 2020-04-29 13:39 UTC (permalink / raw)
  To: robh+dt, jic23, knaack.h, lars, pmeerw, broonie, lgirdwood, saravanan
  Cc: devicetree, linux-kernel, linux-iio

changes in v2:
 - added ABI document
 - fixed review comments in v1
 - removed vendor entry changes (merged in v1)

The patch series add support for wurth elektronic wsen-itds 3-axis
accelerometer. Driver supports the acceleration, temperature data reading and
supports configuring of output data rate, operating mode and scale.

Thanks,
Saravanan

Saravanan Sekar (4):
  dt-bindings: iio: add document bindings for wsen-itds accel sensor
  iio: accel: Add driver for wsen-itds accelerometer sensor
  iio: accel: wsen-itds accel documentation
  MAINTAINERS: Add entry for wsen-itds accelerometer sensor

 .../ABI/testing/sysfs-bus-iio-wsen-itds       |  23 +
 .../bindings/iio/accel/we,wsen-itds.yaml      |  55 +
 MAINTAINERS                                   |   7 +
 drivers/iio/accel/Kconfig                     |  14 +
 drivers/iio/accel/Makefile                    |   1 +
 drivers/iio/accel/wsen-itds.c                 | 947 ++++++++++++++++++
 6 files changed, 1047 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-wsen-itds
 create mode 100644 Documentation/devicetree/bindings/iio/accel/we,wsen-itds.yaml
 create mode 100644 drivers/iio/accel/wsen-itds.c

-- 
2.17.1


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

end of thread, other threads:[~2020-05-12 14:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-29 13:39 [PATCH v2 0/4] Add driver for wsen-itds accelerometer sensor Saravanan Sekar
2020-04-29 13:39 ` [PATCH v2 1/4] dt-bindings: iio: add document bindings for wsen-itds accel sensor Saravanan Sekar
2020-05-12 14:45   ` Rob Herring
2020-04-29 13:39 ` [PATCH v2 2/4] iio: accel: Add driver for wsen-itds accelerometer sensor Saravanan Sekar
2020-05-03 12:42   ` Jonathan Cameron
2020-04-29 13:39 ` [PATCH v2 3/4] iio: accel: wsen-itds accel documentation Saravanan Sekar
2020-05-03 12:01   ` Jonathan Cameron
2020-05-10 18:11     ` Saravanan Sekar
2020-05-11 17:30       ` Jonathan Cameron
2020-04-29 13:39 ` [PATCH v2 4/4] MAINTAINERS: Add entry for wsen-itds accelerometer sensor Saravanan Sekar

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