linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] Add DAC driver support for Vybrid SoC
@ 2016-02-09  5:26 Sanchayan Maity
  2016-02-09  5:26 ` [PATCH v1 1/2] ARM: dts: vfxxx: Add DAC node " Sanchayan Maity
  2016-02-09  5:26 ` [PATCH v1 2/2] iio: dac: vf610_dac: Add IIO DAC driver " Sanchayan Maity
  0 siblings, 2 replies; 10+ messages in thread
From: Sanchayan Maity @ 2016-02-09  5:26 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

This patchset adds support for the DAC peripheral on Vybrid SoC.
Patchset is based on top of shawn's for-next branch and has been
tested on a Toradex Colibri VF50 module.

I had one query as to whether my implementation under the
IIO_CHAN_INFO_SCALE correct? I am not clear on exactly on how
the voltage_scale parameter is suppose to be set and used.

Feedbacks and comments most welcome.

Thanks & Regards,
Sanchayan.


Sanchayan Maity (2):
  ARM: dts: vfxxx: Add DAC node for Vybrid SoC
  iio: dac: vf610_dac: Add IIO DAC driver for Vybrid SoC

 .../devicetree/bindings/iio/dac/vf610-dac.txt      |  20 ++
 arch/arm/boot/dts/vfxxx.dtsi                       |  18 ++
 drivers/iio/dac/Kconfig                            |   8 +
 drivers/iio/dac/Makefile                           |   1 +
 drivers/iio/dac/vf610_dac.c                        | 302 +++++++++++++++++++++
 5 files changed, 349 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/iio/dac/vf610-dac.txt
 create mode 100644 drivers/iio/dac/vf610_dac.c

-- 
2.7.1

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

end of thread, other threads:[~2016-02-13 15:26 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-09  5:26 [PATCH v1 0/2] Add DAC driver support for Vybrid SoC Sanchayan Maity
2016-02-09  5:26 ` [PATCH v1 1/2] ARM: dts: vfxxx: Add DAC node " Sanchayan Maity
2016-02-09  5:26 ` [PATCH v1 2/2] iio: dac: vf610_dac: Add IIO DAC driver " Sanchayan Maity
2016-02-09  6:43   ` Peter Meerwald-Stadler
2016-02-12  6:34     ` maitysanchayan at gmail.com
2016-02-13 13:29       ` Jonathan Cameron
2016-02-13 15:14         ` maitysanchayan at gmail.com
2016-02-13 15:26           ` Jonathan Cameron
2016-02-09 22:44   ` Jonathan Cameron
2016-02-12 14:51   ` Rob Herring

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