linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Texas Instruments DAC8771
@ 2019-12-17 14:07 Dan Murphy
  2019-12-17 14:07 ` [PATCH 1/2] dt-binding: iio: dac8771: Add TI DAC8771 binding Dan Murphy
  2019-12-17 14:07 ` [PATCH 2/2] iio: dac: Introduce the TI DAC8771 DAC driver Dan Murphy
  0 siblings, 2 replies; 7+ messages in thread
From: Dan Murphy @ 2019-12-17 14:07 UTC (permalink / raw)
  To: jic23, linux-iio; +Cc: knaack.h, lars, pmeerw, linux-kernel, Dan Murphy

Hello

Introduce the TI DAC8771.

The DAC8771 is a single channel, precision, fully integrated 16-bit digital to
analog converter (DAC) with adaptive power management, and is designed to
meet the requirements of industrial control applications.

Dan

Dan Murphy (2):
  dt-binding: iio: dac8771: Add TI DAC8771 binding
  iio: dac: Introduce the TI DAC8771 DAC driver

 .../bindings/iio/dac/ti,dac8771.yaml          |  89 ++++
 drivers/iio/dac/Kconfig                       |   7 +
 drivers/iio/dac/Makefile                      |   1 +
 drivers/iio/dac/ti-dac8771.c                  | 499 ++++++++++++++++++
 4 files changed, 596 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/dac/ti,dac8771.yaml
 create mode 100644 drivers/iio/dac/ti-dac8771.c

-- 
2.23.0


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

end of thread, other threads:[~2020-01-03 13:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-17 14:07 [PATCH 0/2] Texas Instruments DAC8771 Dan Murphy
2019-12-17 14:07 ` [PATCH 1/2] dt-binding: iio: dac8771: Add TI DAC8771 binding Dan Murphy
2019-12-23 14:44   ` Jonathan Cameron
2020-01-03 13:22     ` Dan Murphy
2019-12-17 14:07 ` [PATCH 2/2] iio: dac: Introduce the TI DAC8771 DAC driver Dan Murphy
2019-12-23 15:13   ` Jonathan Cameron
2020-01-03 13:43     ` Dan Murphy

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