All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] iio: adc: exynos_adc: Add support for s3c64xx/s3c24xx ADC
@ 2014-07-22  2:11 ` Chanwoo Choi
  0 siblings, 0 replies; 31+ messages in thread
From: Chanwoo Choi @ 2014-07-22  2:11 UTC (permalink / raw)
  To: jic23
  Cc: ch.naveen, arnd, kgene.kim, kyungmin.park, t.figa, linux-iio,
	linux-samsung-soc, linux-kernel, linux-arm-kernel, devicetree,
	linux-doc, Chanwoo Choi

This patch add support for s3c64xx/s3c24xx ADC. s3c64xx/s3c24xx is alomost same
as ADCv1. But, s3c64xx/s3c24xx has a little difference from ADCv1 as following:
- ADCMUX register address to select channel
- ADCDAT mask (10bit or 12bit ADC resolution according to SoC version)

This patchset is implemented based on exynos3250 ADC patchset[1].
 [1] http://www.spinics.net/lists/kernel/msg1791299.html

Arnd Bergmann (1):
  iio: adc: exynos_adc: add support for s3c64xx adc

Chanwoo Choi (1):
  iio: adc: exynos_adc: Add support for S3C24xx ADC

 .../devicetree/bindings/arm/samsung/exynos-adc.txt |  12 +-
 drivers/iio/adc/exynos_adc.c                       | 121 ++++++++++++++++++++-
 2 files changed, 129 insertions(+), 4 deletions(-)

-- 
1.8.0


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

end of thread, other threads:[~2014-07-28 12:08 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-22  2:11 [PATCH 0/2] iio: adc: exynos_adc: Add support for s3c64xx/s3c24xx ADC Chanwoo Choi
2014-07-22  2:11 ` Chanwoo Choi
2014-07-22  2:11 ` Chanwoo Choi
2014-07-22  2:11 ` [PATCH 1/2] iio: adc: exynos_adc: add support for s3c64xx adc Chanwoo Choi
2014-07-22  2:11   ` Chanwoo Choi
2014-07-27 18:49   ` Hartmut Knaack
2014-07-27 18:49     ` Hartmut Knaack
2014-07-28 11:18     ` Chanwoo Choi
2014-07-28 11:18       ` Chanwoo Choi
2014-07-28 11:18       ` Chanwoo Choi
2014-07-22  2:11 ` [PATCH 2/2] iio: adc: exynos_adc: Add support for S3C24xx ADC Chanwoo Choi
2014-07-22  2:11   ` Chanwoo Choi
2014-07-22  8:39   ` Arnd Bergmann
2014-07-22  8:39     ` Arnd Bergmann
2014-07-22 10:44     ` Heiko Stübner
2014-07-22 10:44       ` Heiko Stübner
2014-07-28 12:08       ` Chanwoo Choi
2014-07-28 12:08         ` Chanwoo Choi
2014-07-28 11:20     ` Chanwoo Choi
2014-07-28 11:20       ` Chanwoo Choi
2014-07-22 12:59   ` Arnd Bergmann
2014-07-22 12:59     ` Arnd Bergmann
2014-07-28 11:18     ` Chanwoo Choi
2014-07-28 11:18       ` Chanwoo Choi
2014-07-28 11:18       ` Chanwoo Choi
2014-07-27 20:35   ` Hartmut Knaack
2014-07-27 20:35     ` Hartmut Knaack
2014-07-27 20:35     ` Hartmut Knaack
2014-07-28 11:03     ` Chanwoo Choi
2014-07-28 11:03       ` Chanwoo Choi
2014-07-28 11:03       ` Chanwoo Choi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.