linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] *** iio:adc:imx: Add Freescale vf610 ADC driver support ***
@ 2013-11-26 10:56 Fugang Duan
  2013-11-26 10:56 ` [PATCH v3 1/3] ARM: dts: vf610-twr: Add ADC support Fugang Duan
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Fugang Duan @ 2013-11-26 10:56 UTC (permalink / raw)
  To: jic23, sachin.kamat; +Cc: devicetree, shawn.guo, b20596, linux-iio

The patch set is to enable Vybrid VF610 ADC driver.

Please see the Reference Manual of the ADC:
http://cache.freescale.com/files/32bit/doc/ref_manual/VYBRIDRM.pdf?fpsp=1&WT_TYPE=
Reference%20Manuals&WT_VENDOR=FREESCALE&WT_FILE_FORMAT=pdf&WT_ASSET=Documentation

*** Change ***
* V3: (review by Shawn Guo)
- DTS properties: use prefix "fsl," instead of "vf610".
- Drop DTS unnessary comments, and add "vref" optional propert comments.
- Modify driver format.
- Remove driver debug code.
- Remove the of_device_id .data init.
- Remove unnecessary device node check.
- Add clk_prepare_enable() return check.

* V2: (Simply review by Jonathan Cameron)
- Rename the driver after "vf610_adc".

* V1:
Feature:
- Enable Vybrid vf610 board ADC0 in dts file.
- ADC driver only support software trigger for the init version.
- ADC configuration support dts set.
Note: Since the ADC IP is used for Freescale Vybrid VF610, i.MX6SLX, i.MX7 serial sillicons.

Fugang Duan (3):
  ARM: dts: vf610-twr: Add ADC support
  iio:adc:imx: add Freescale Vybrid vf610 adc driver
  Documentation: add the binding file for Freescale vf610 ADC driver

 .../devicetree/bindings/iio/adc/vf610-adc.txt      |   57 ++
 arch/arm/boot/dts/vf610-twr.dts                    |   14 +
 arch/arm/boot/dts/vf610.dtsi                       |   26 +
 drivers/iio/adc/Kconfig                            |   11 +
 drivers/iio/adc/Makefile                           |    1 +
 drivers/iio/adc/vf610_adc.c                        |  744 ++++++++++++++++++++
 6 files changed, 853 insertions(+), 0 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/iio/adc/vf610-adc.txt
 create mode 100644 drivers/iio/adc/vf610_adc.c

-- 
1.7.2.rc3

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

end of thread, other threads:[~2013-11-28  1:26 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-26 10:56 [PATCH v3 0/3] *** iio:adc:imx: Add Freescale vf610 ADC driver support *** Fugang Duan
2013-11-26 10:56 ` [PATCH v3 1/3] ARM: dts: vf610-twr: Add ADC support Fugang Duan
2013-11-26 10:56 ` [PATCH v3 2/3] iio:adc:imx: add Freescale Vybrid vf610 adc driver Fugang Duan
2013-11-26 11:51   ` Lars-Peter Clausen
2013-11-27  4:44     ` Fugang Duan
2013-11-27  8:20       ` Lars-Peter Clausen
2013-11-27  8:31         ` Fugang Duan
2013-11-26 12:24   ` Peter Meerwald
2013-11-26 12:49     ` Lars-Peter Clausen
2013-11-27  2:57     ` Fugang Duan
2013-11-27  7:17       ` Peter Meerwald
2013-11-27  7:30         ` Fugang Duan
2013-11-26 14:25   ` Mark Rutland
2013-11-27  5:37     ` Fugang Duan
2013-11-27 14:18       ` Mark Rutland
2013-11-28  1:25         ` Fugang Duan
2013-11-26 10:56 ` [PATCH v3 3/3] Documentation: add the binding file for Freescale vf610 ADC driver Fugang Duan
2013-11-26 13:37   ` Shawn Guo
2013-11-27  1:38     ` Fugang Duan
2013-11-26 14:09   ` Mark Rutland
2013-11-27  6:05     ` Fugang Duan
2013-11-27  8:09       ` Jonathan Cameron
2013-11-27  8:55         ` Fugang Duan

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