]> git.karo-electronics.de Git - linux-beck.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)
commita829ae57f8b17bbebc7b9b2cbec99686b88a9e25
treecf717ac3ef724094c6e4a37fe6687f701f1e38af
parent2bb8ad9b44c528a7f8c0e9120b85b9ecc69b2bbe
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