linux/arch/arm/mach-s3c24xx
Sylwester Nawrocki 1eea9f1202 ARM: S3C24XX: Convert the touchscreen setup code to common GPIO API
Replace the S3C24XX SoC specific calls with the common gpiolib
API. This removes one more user of an obsolete GPIO API.

Signed-off-by: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
2012-07-13 18:05:05 +09:00
..
include/mach ARM: S3C24XX: add support for second irq set of S3C2416 2012-05-20 03:05:04 +09:00
bast-ide.c ARM: S3C24XX: Use common macro to define resources on bast-ide.c 2012-05-12 16:12:20 +09:00
bast-irq.c
clock-s3c244x.c
clock-s3c2412.c
clock-s3c2416.c ARM: S3C24XX: Add clock-lookup entries required by s3c64xx-spi 2012-04-24 18:07:03 -07:00
clock-s3c2440.c
clock-s3c2443.c ARM: S3C24XX: Add clock-lookup entries required by s3c64xx-spi 2012-04-24 18:07:03 -07:00
common-s3c2443.c ARM: S3C24XX: Add clock-lookup entries required by s3c64xx-spi 2012-04-24 18:07:03 -07:00
common-smdk.c ARM: S3C24XX: Convert SMDK board file to the gpiolib API 2012-07-13 18:04:25 +09:00
common.c ARM: S3C24XX: Use common macro to define resources on dev-uart.c 2012-05-12 16:24:59 +09:00
common.h ARM: S3C24XX: fix missing common.h in mach-s3c24xx/ 2012-04-02 06:43:23 +09:00
dma-s3c2410.c
dma-s3c2412.c
dma-s3c2440.c
dma-s3c2443.c ARM: S3C24XX: claim spi channels for hsspi in dma-s3c2443 2012-04-24 18:06:53 -07:00
h1940-bluetooth.c
irq-pm.c ARM: S3C24XX: move common power-management code to mach-s3c24xx 2012-05-12 16:22:18 +09:00
irq-s3c244x.c
irq-s3c2412.c
irq-s3c2416.c ARM: S3C24XX: add support for second irq set of S3C2416 2012-05-20 03:05:04 +09:00
irq-s3c2440.c
irq-s3c2443.c
Kconfig Merge branch 'next/devel-s3c24xx-hsspi' into next/devel-samsung 2012-05-14 18:22:46 +09:00
mach-amlm5900.c ARM: S3C24XX: Use common macro to define resources on mach-amlm5900.c 2012-05-12 16:12:20 +09:00
mach-anubis.c ARM: S3C24XX: Use common macro to define resources on mach-anubis.c 2012-05-12 16:12:21 +09:00
mach-at2440evb.c ARM: S3C24XX: Use common macro to define resources on mach-at2440evb.c 2012-05-12 16:12:21 +09:00
mach-bast.c ARM: S3C24XX: Use common macro to define resources on mach-bast.c 2012-05-12 16:12:21 +09:00
mach-gta02.c ARM: S3C24XX: Use common macro to define resources on mach-gta02.c 2012-05-12 16:12:23 +09:00
mach-h1940.c ARM: S3C24XX: Use common macro to define resources on mach-h1940.c 2012-05-12 16:12:24 +09:00
mach-jive.c
mach-mini2440.c ARM: S3C24XX: Free the backlight gpio requested in Mini2440 board code 2012-07-13 18:03:15 +09:00
mach-n30.c
mach-nexcoder.c ARM: S3C24XX: Use common macro to define resources on mach-nexcoder.c 2012-05-12 16:12:24 +09:00
mach-osiris-dvs.c
mach-osiris.c ARM: S3C24XX: Use common macro to define resources on mach-osiris.c 2012-05-13 06:47:07 +09:00
mach-otom.c ARM: S3C24XX: Use common macro to define resources on mach-otom.c 2012-05-12 16:12:24 +09:00
mach-qt2410.c ARM: S3C24XX: Convert QT2410 board file to the gpiolib API 2012-07-13 18:04:50 +09:00
mach-rx1950.c ARM: S3C24XX: Use common macro to define resources on mach-rx1950.c 2012-05-12 16:12:25 +09:00
mach-rx3715.c
mach-smdk2410.c
mach-smdk2413.c
mach-smdk2416.c ARM: Samsung: Rework platform data of s3c-fb driver 2012-04-09 16:11:24 +00:00
mach-smdk2440.c
mach-smdk2443.c
mach-tct_hammer.c ARM: S3C24XX: Use common macro to define resources on mach-tct_hammer.c 2012-05-12 16:12:25 +09:00
mach-vr1000.c ARM: S3C24XX: Use common macro to define resources on mach-vr1000.c 2012-05-12 16:12:25 +09:00
mach-vstms.c
Makefile arm-soc: soc specific changes, part 2 2012-05-26 13:05:55 -07:00
Makefile.boot
pm-h1940.S
pm-s3c2410.c ARM: S3C24XX: Convert the PM code to gpiolib API 2012-07-13 18:05:00 +09:00
pm-s3c2412.c
pm-s3c2416.c
pm.c ARM: S3C24XX: move common power-management code to mach-s3c24xx 2012-05-12 16:22:18 +09:00
s3c244x.c
s3c2410.c
s3c2412.c
s3c2416.c ARM: S3C24XX: add support for second irq set of S3C2416 2012-05-20 03:05:04 +09:00
s3c2440.c
s3c2442.c
s3c2443.c
setup-i2c.c
setup-sdhci-gpio.c
setup-spi.c ARM: S3C24XX: Add HSSPI setup callback for s3c64xx-spi driver 2012-04-24 18:07:10 -07:00
setup-ts.c ARM: S3C24XX: Convert the touchscreen setup code to common GPIO API 2012-07-13 18:05:05 +09:00
simtec-audio.c
simtec-nor.c ARM: S3C24XX: Use common macro to define resources on simtec-nor.c 2012-05-12 16:12:25 +09:00
simtec-pm.c
simtec-usb.c
simtec.h
sleep-s3c2410.S
sleep-s3c2412.S
sleep.S ARM: S3C24XX: move common power-management code to mach-s3c24xx 2012-05-12 16:22:18 +09:00