]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: s3c64xx: use new adc/touchscreen driver
authorArnd Bergmann <arnd@arndb.de>
Mon, 2 Mar 2015 08:47:23 +0000 (09:47 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 1 Dec 2015 20:50:25 +0000 (21:50 +0100)
commit70f25235db67acf708baedf79829d8fb8a2420b8
treecf717ac3ef724094c6e4a37fe6687f701f1e38af
parent465e37260736572eb4789ba2dc4a16c2098263c0
ARM: s3c64xx: use new adc/touchscreen driver

The old ADC and touchscreen drivers are not compatible with
multiplatform support, but we can use the exynos-adc driver
as a replacement.

This changes the common device creation functions for s3c64xx
(but not s3c24xx for now) to use the new driver. To do this,
we have to pass the interrupt resources in the opposite order
and pass the platform data in the adc device node.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/mach-s3c64xx/mach-mini6410.c
arch/arm/mach-s3c64xx/mach-real6410.c
arch/arm/mach-s3c64xx/mach-smartq.c
arch/arm/mach-s3c64xx/mach-smdk6410.c
arch/arm/plat-samsung/devs.c
include/linux/platform_data/touchscreen-s3c2410.h