Linux-IIO Archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add driver for LTC2664 and LTC2672
@ 2024-04-12  3:20 Kim Seer Paller
  2024-04-12  3:20 ` [PATCH 1/4] dt-bindings: iio: dac: Add adi,ltc2664.yaml Kim Seer Paller
                   ` (3 more replies)
  0 siblings, 4 replies; 24+ messages in thread
From: Kim Seer Paller @ 2024-04-12  3:20 UTC (permalink / raw
  To: linux-iio, devicetree, linux-kernel
  Cc: Jonathan Cameron, Lars-Peter Clausen, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Liam Girdwood, Mark Brown,
	David Lechner, Michael Hennerich

The LTC2664 is a 4 Channel, Voltage Output SoftSpan DAC while LTC2672 is a 5
channel, Current Output Softspan DAC. The ABI defined for the driver:

LTC2664 - toggle mode channels:
        * out_voltageY_toggle_en
        * out_voltageY_raw0
        * out_voltageY_raw1
        * out_voltageY_symbol

LTC2672 - toggle mode channels:
        * out_currentY_toggle_en
        * out_currentY_raw0
        * out_currentY_raw1
        * out_currentY_symbol

Default channels won't have any of the above ABIs.

Kim Seer Paller (4):
  dt-bindings: iio: dac: Add adi,ltc2664.yaml
  iio: ABI: add ABI file for the LTC2664 DAC
  iio: ABI: add ABI file for the LTC2672 DAC
  iio: dac: ltc2664: Add driver for LTC2664 and LTC2672

 .../ABI/testing/sysfs-bus-iio-dac-ltc2664     |  30 +
 .../ABI/testing/sysfs-bus-iio-dac-ltc2672     |  30 +
 .../bindings/iio/dac/adi,ltc2664.yaml         | 230 +++++
 MAINTAINERS                                   |  11 +
 drivers/iio/dac/Kconfig                       |  11 +
 drivers/iio/dac/Makefile                      |   1 +
 drivers/iio/dac/ltc2664.c                     | 785 ++++++++++++++++++
 7 files changed, 1098 insertions(+)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-dac-ltc2664
 create mode 100644 Documentation/ABI/testing/sysfs-bus-iio-dac-ltc2672
 create mode 100644 Documentation/devicetree/bindings/iio/dac/adi,ltc2664.yaml
 create mode 100644 drivers/iio/dac/ltc2664.c


base-commit: 27eea4778db8268cd6dc80a5b853c599bd3099f1
-- 
2.34.1


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

end of thread, other threads:[~2024-04-20 10:24 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-12  3:20 [PATCH 0/4] Add driver for LTC2664 and LTC2672 Kim Seer Paller
2024-04-12  3:20 ` [PATCH 1/4] dt-bindings: iio: dac: Add adi,ltc2664.yaml Kim Seer Paller
2024-04-12  5:50   ` Krzysztof Kozlowski
2024-04-13 14:54     ` Jonathan Cameron
2024-04-16 14:16       ` Paller, Kim Seer
2024-04-12 21:23   ` David Lechner
2024-04-13 15:06     ` Jonathan Cameron
2024-04-13 15:11       ` Jonathan Cameron
2024-04-13 16:21       ` David Lechner
2024-04-13 17:10         ` Jonathan Cameron
2024-04-16 14:40           ` Paller, Kim Seer
2024-04-20 10:13             ` Jonathan Cameron
2024-04-12  3:21 ` [PATCH 2/4] iio: ABI: add ABI file for the LTC2664 DAC Kim Seer Paller
2024-04-12 21:26   ` David Lechner
2024-04-13 15:25     ` Jonathan Cameron
2024-04-13 20:38       ` David Lechner
2024-04-15 12:45       ` Nuno Sá
2024-04-20 10:22         ` Jonathan Cameron
2024-04-12  3:21 ` [PATCH 3/4] iio: ABI: add ABI file for the LTC2672 DAC Kim Seer Paller
2024-04-13 15:26   ` Jonathan Cameron
2024-04-16 14:18     ` Paller, Kim Seer
2024-04-20 10:23       ` Jonathan Cameron
2024-04-12  3:21 ` [PATCH 4/4] iio: dac: ltc2664: Add driver for LTC2664 and LTC2672 Kim Seer Paller
2024-04-13 15:55   ` 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 read-only IMAP folder(s) and NNTP newsgroup(s).