devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 0/3] iio: adc: exynos_adc: Add support for s3c64xx/s3c24xx ADC
@ 2014-07-28 12:43 Chanwoo Choi
  2014-07-28 12:44 ` [PATCHv2 1/3] iio: adc: exynos_adc: add support for s3c64xx adc Chanwoo Choi
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Chanwoo Choi @ 2014-07-28 12:43 UTC (permalink / raw)
  To: jic23
  Cc: ch.naveen, arnd, kgene.kim, kyungmin.park, heiko, knaack.h,
	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)
- s3c24xx/s3c64xx has not included ADC_PHY enable register

Changes from v1:
- Fix minor coding style.
- Remove the sentence which reading DATY register.
- Add ARCH_S3C24XX / ARCH_S3C64XX dependency for EXYNOS_ADC to Kconfig.
- Remove the function pointer of 'clear_irq' for s3c24xx becase s3c24xx
  has not included ADC_V1_INTCLR register.
- Remove un-necessary white-space in dt-binding documentation

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

Chanwoo Choi (2):
  iio: adc: exynos_adc: Add support for s3c24xx ADC
  dt-bindings: samsung: exynos_adc: Remove un-necessary white-sapce

 .../devicetree/bindings/arm/samsung/exynos-adc.txt |  20 ++-
 drivers/iio/adc/Kconfig                            |   2 +-
 drivers/iio/adc/exynos_adc.c                       | 137 +++++++++++++++++++--
 3 files changed, 144 insertions(+), 15 deletions(-)

-- 
1.8.0


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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-28 12:43 [PATCHv2 0/3] iio: adc: exynos_adc: Add support for s3c64xx/s3c24xx ADC Chanwoo Choi
2014-07-28 12:44 ` [PATCHv2 1/3] iio: adc: exynos_adc: add support for s3c64xx adc Chanwoo Choi
2014-08-07 16:51   ` Jonathan Cameron
2014-07-28 12:44 ` [PATCHv2 2/3] iio: adc: exynos_adc: Add support for s3c24xx ADC Chanwoo Choi
2014-08-07 16:51   ` Jonathan Cameron
2014-07-28 12:44 ` [PATCHv2 3/3] dt-bindings: samsung: exynos_adc: Remove un-necessary white-sapce Chanwoo Choi
2014-08-07 16:52   ` 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 NNTP newsgroup(s).