All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] iio: dac: AD5770R: Add support
@ 2020-02-13 11:39 Alexandru Tachici
  2020-02-13 11:39 ` [PATCH v3 1/2] iio: dac: ad5770r: Add AD5770R support Alexandru Tachici
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Alexandru Tachici @ 2020-02-13 11:39 UTC (permalink / raw)
  To: linux-iio, linux-kernel; +Cc: jic23, Alexandru Tachici

This series of patches adds support for the AD5570R
14-bit current DAC.

Alexandru Tachici (2):
  iio: dac: ad5770r: Add AD5770R support
  dt-bindings: iio: dac: Add docs for AD5770R DAC

 .../bindings/iio/dac/adi,ad5770r.yaml         | 188 +++++
 drivers/iio/dac/Kconfig                       |  10 +
 drivers/iio/dac/Makefile                      |   1 +
 drivers/iio/dac/ad5770r.c                     | 695 ++++++++++++++++++
 4 files changed, 894 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/dac/adi,ad5770r.yaml
 create mode 100644 drivers/iio/dac/ad5770r.c

-- 
2.20.1


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

end of thread, other threads:[~2020-02-15 16:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-13 11:39 [PATCH v3 0/2] iio: dac: AD5770R: Add support Alexandru Tachici
2020-02-13 11:39 ` [PATCH v3 1/2] iio: dac: ad5770r: Add AD5770R support Alexandru Tachici
2020-02-15 16:32   ` Jonathan Cameron
2020-02-13 11:39 ` [PATCH v3 2/2] dt-bindings: iio: dac: Add docs for AD5770R DAC Alexandru Tachici
2020-02-15 16:18   ` Jonathan Cameron
2020-02-15 16:11 ` [PATCH v3 0/2] iio: dac: AD5770R: Add support Jonathan Cameron

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.