devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv4 0/4] iio: adc: exynos_adc: Support Exynos3250 ADC and code clean
@ 2014-06-18  2:20 Chanwoo Choi
  2014-06-18  2:20 ` [PATCHv4 1/4] iio: adc: exynos_adc: Add exynos_adc_ops structure to improve readability Chanwoo Choi
                   ` (2 more replies)
  0 siblings, 3 replies; 23+ messages in thread
From: Chanwoo Choi @ 2014-06-18  2:20 UTC (permalink / raw)
  To: jic23, ch.naveen, t.figa, kgene.kim
  Cc: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak, rdunlap,
	sachin.kamat, linux-iio, linux-samsung-soc, linux-kernel,
	devicetree, linux-doc, Chanwoo Choi

This patchset support Exynos3250 ADC (Analog Digital Converter) because
Exynos3250 has additional special clock for ADC IP and add 'exynos_adc_ops'
structure to improve readability.

Changes from v3:
- Add new 'exynos_adc_ops' structure to improve readability according to
 Tomasz Figa comment[1]
 [1] https://lkml.org/lkml/2014/4/16/238
- Add new 'exynos3250-adc-v2' compatible string to support Exynos3250 ADC
- Fix wrong compaitlbe string of ADC in Exynos3250 dtsi file

Changes from v2:
- Check return value of clock function to deal with error exception
- Fix minor coding style to improve readability

Changes from v1:
- Add new "samsung,exynos-adc-v3" compatible to support Exynos3250 ADC
- Add a patch about DT binding documentation

Chanwoo Choi (4):
  iio: adc: exynos_adc: Add exynos_adc_ops structure to improve readability
  iio: adc: exynos_adc: Control special clock of ADC to support Exynos3250 ADC
  iio: devicetree: Add DT binding documentation for Exynos3250 ADC
  ARM: dts: Fix wrong compatible string for Exynos3250 ADC

 .../devicetree/bindings/arm/samsung/exynos-adc.txt |  20 ++
 arch/arm/boot/dts/exynos3250.dtsi                  |   4 +-
 drivers/iio/adc/exynos_adc.c                       | 267 ++++++++++++++++-----
 3 files changed, 223 insertions(+), 68 deletions(-)

-- 
1.8.0


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

end of thread, other threads:[~2014-06-24  0:58 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-18  2:20 [PATCHv4 0/4] iio: adc: exynos_adc: Support Exynos3250 ADC and code clean Chanwoo Choi
2014-06-18  2:20 ` [PATCHv4 1/4] iio: adc: exynos_adc: Add exynos_adc_ops structure to improve readability Chanwoo Choi
2014-06-18  5:27   ` Naveen Krishna Ch
2014-06-18  5:56     ` Chanwoo Choi
2014-06-18  7:55   ` Tomasz Figa
2014-06-20  0:20     ` Chanwoo Choi
2014-06-20  0:24       ` Tomasz Figa
     [not found] ` <1403058061-24271-1-git-send-email-cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-06-18  2:20   ` [PATCHv4 2/4] iio: adc: exynos_adc: Control special clock of ADC to support Exynos3250 ADC Chanwoo Choi
2014-06-18  7:58     ` Tomasz Figa
     [not found]       ` <53A146A8.7050501-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-06-20  0:22         ` Chanwoo Choi
2014-06-20  0:24           ` Tomasz Figa
     [not found]             ` <53A37F34.1010808-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-06-20  0:28               ` Chanwoo Choi
2014-06-20  0:30                 ` Tomasz Figa
2014-06-20  3:21                   ` Naveen Krishna Ch
2014-06-24  0:58                     ` Chanwoo Choi
2014-06-18  2:21   ` [PATCHv4 3/4] iio: devicetree: Add DT binding documentation for " Chanwoo Choi
     [not found]     ` <1403058061-24271-4-git-send-email-cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-06-18  6:12       ` Naveen Krishna Ch
2014-06-18  6:20         ` Chanwoo Choi
2014-06-18  8:35     ` Tomasz Figa
2014-06-18  8:54       ` Chanwoo Choi
2014-06-18  2:21 ` [PATCHv4 4/4] ARM: dts: Fix wrong compatible string " Chanwoo Choi
     [not found]   ` <1403058061-24271-5-git-send-email-cw00.choi-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
2014-06-18  8:37     ` Tomasz Figa
2014-06-18  8:51       ` Chanwoo Choi

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