[PATCH 06/10] iio: exynos-adc: add experimental touchscreen support

2015-11-25 Thread Arnd Bergmann
This adds support for the touchscreen on Samsung s3c64xx. The driver is completely untested but shows roughly how it could be done, following the example of the at91 driver. compared to the old plat-samsung/adc driver, there is no support for prioritizing ts over other clients, nor for

Re: [PATCH 06/10] iio: exynos-adc: add experimental touchscreen support

2015-03-12 Thread Arnd Bergmann
On Wednesday 04 March 2015 15:10:00 Dmitry Torokhov wrote: +static int exynos_adc_ts_init(struct exynos_adc *info) +{ + int ret; + + if (info-tsirq = 0) + return -ENODEV; + + info-input = input_allocate_device(); + if (!info-input) +

Re: [PATCH 06/10] iio: exynos-adc: add experimental touchscreen support

2015-03-04 Thread Dmitry Torokhov
Hi Arnd, On Mon, Mar 02, 2015 at 01:35:59PM +0100, Arnd Bergmann wrote: This adds support for the touchscreen on Samsung s3c64xx. The driver is completely untested but shows roughly how it could be done, following the example of the at91 driver. compared to the old plat-samsung/adc driver,

[PATCH 06/10] iio: exynos-adc: add experimental touchscreen support

2015-03-02 Thread Arnd Bergmann
This adds support for the touchscreen on Samsung s3c64xx. The driver is completely untested but shows roughly how it could be done, following the example of the at91 driver. compared to the old plat-samsung/adc driver, there is no support for prioritizing ts over other clients, nor for