linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Texas Instruments 8/10/12-bit 2/4-channel DAC driver
@ 2017-10-17 10:42 Lukas Wunner
  2017-10-17 10:42 ` [PATCH v2 1/3] dt-bindings: iio: dac: ti-dac082s085: Document new driver Lukas Wunner
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Lukas Wunner @ 2017-10-17 10:42 UTC (permalink / raw)
  To: Jonathan Cameron
  Cc: Hartmut Knaack, Lars-Peter Clausen, Peter Meerwald-Stadler,
	Mathias Duckeck, Phil Elwell, linux-iio

Changes v1 -> v2:

Patch [1/3] was acked by Rob Herring.

Patch [2/3]:
- Enable vref regulator before initializing outputs to 0 in ti_dac_probe().
- Add channel datasheet names "A", "B", "C", "D".
- Use goto in ti_dac_set_powerdown_mode(). (Jonathan)
- Return -EBUSY instead of -ESHUTDOWN in ti_dac_write_raw(). (Jonathan)

Patch [3/3]:
- Look up chip properties in table indexed by the modalias instead of
  gleaning them from the modalias directly. (Jonathan)
  Separate patch for opinionatedness. ;-)


Link to v1:

https://www.spinics.net/lists/linux-iio/msg34885.html


Lukas Wunner (3):
  dt-bindings: iio: dac: ti-dac082s085: Document new driver
  iio: dac: Add Texas Instruments 8/10/12-bit 2/4-channel DAC driver
  iio: dac: ti-dac082s085: Read chip spec from device table

 Documentation/ABI/testing/sysfs-bus-iio            |   1 +
 .../devicetree/bindings/iio/dac/ti-dac082s085.txt  |  34 ++
 drivers/iio/dac/Kconfig                            |  10 +
 drivers/iio/dac/Makefile                           |   1 +
 drivers/iio/dac/ti-dac082s085.c                    | 368 +++++++++++++++++++++
 5 files changed, 414 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/dac/ti-dac082s085.txt
 create mode 100644 drivers/iio/dac/ti-dac082s085.c

-- 
2.11.0

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

end of thread, other threads:[~2017-10-26 15:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-17 10:42 [PATCH v2 0/3] Texas Instruments 8/10/12-bit 2/4-channel DAC driver Lukas Wunner
2017-10-17 10:42 ` [PATCH v2 1/3] dt-bindings: iio: dac: ti-dac082s085: Document new driver Lukas Wunner
2017-10-21 19:27   ` Jonathan Cameron
2017-10-17 10:42 ` [PATCH v2 3/3] iio: dac: ti-dac082s085: Read chip spec from device table Lukas Wunner
2017-10-21 19:38   ` Jonathan Cameron
2017-10-17 10:42 ` [PATCH v2 2/3] iio: dac: Add Texas Instruments 8/10/12-bit 2/4-channel DAC driver Lukas Wunner
2017-10-21 19:33   ` Jonathan Cameron
2017-10-22  9:48     ` Lukas Wunner
2017-10-26 15:35       ` 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).