RE: [PATCH v2 0/3] iio: exynos-adc: use syscon instead of ioremap

2014-10-28 Thread Kukjin Kim
Jonathan Cameron wrote: > > On 09/10/14 21:05, Jonathan Cameron wrote: > > On 21/09/14 13:17, Jonathan Cameron wrote: > >> On 16/09/14 09:58, Naveen Krishna Chatradhi wrote: > >>> Changes since v1: > >>> 1. Rebased on top of togreg branch of IIO git. > >>> > >>> This patch set does the following >

Re: [PATCH v2 0/3] iio: exynos-adc: use syscon instead of ioremap

2014-10-25 Thread Jonathan Cameron
On 09/10/14 21:05, Jonathan Cameron wrote: > On 21/09/14 13:17, Jonathan Cameron wrote: >> On 16/09/14 09:58, Naveen Krishna Chatradhi wrote: >>> Changes since v1: >>> 1. Rebased on top of togreg branch of IIO git. >>> >>> This patch set does the following >>> 1. Use the syscon and Regmap API inste

Re: [PATCH v2 0/3] iio: exynos-adc: use syscon instead of ioremap

2014-10-10 Thread Jonathan Cameron
On 21/09/14 13:17, Jonathan Cameron wrote: > On 16/09/14 09:58, Naveen Krishna Chatradhi wrote: >> Changes since v1: >> 1. Rebased on top of togreg branch of IIO git. >> >> This patch set does the following >> 1. Use the syscon and Regmap API instead of ioremappaing the >>ADC_PHY register from

Re: [PATCH v2 0/3] iio: exynos-adc: use syscon instead of ioremap

2014-09-21 Thread Jonathan Cameron
On 16/09/14 09:58, Naveen Krishna Chatradhi wrote: > Changes since v1: > 1. Rebased on top of togreg branch of IIO git. > > This patch set does the following > 1. Use the syscon and Regmap API instead of ioremappaing the >ADC_PHY register from PMU. > 2. Updates the Documentation in exynos-adc.

[PATCH v2 0/3] iio: exynos-adc: use syscon instead of ioremap

2014-09-16 Thread Naveen Krishna Chatradhi
Changes since v1: 1. Rebased on top of togreg branch of IIO git. This patch set does the following 1. Use the syscon and Regmap API instead of ioremappaing the ADC_PHY register from PMU. 2. Updates the Documentation in exynos-adc.txt with syscon phandle for the ADC nodes. 3. Updates the Dts