linux-kernel-test/arch/arm/mach-s5p64x0
Banajit Goswami f33f314961 ARM: S5P64X0: Fix number of GPIO lines in Bank F
This patch modifies the number of total GPIO lines for Bank F
for Samsung S5P6440 and S5P6450 SoCs from 2 to 16.
This is necessary as the GPIO lines from 0 to 13 are reserved
and only lines 14 and 15 are used. As during initialization,
the line number starts at 0, putting 2 does not solve the
intended purpose.

Signed-off-by: Banajit Goswami <banajit.g@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
2011-03-04 15:46:26 +09:00
..
include/mach ARM: S5P64X0: Fix number of GPIO lines in Bank F 2011-03-04 15:46:26 +09:00
clock-s5p6440.c Merge branch 'dev/cleanup-clocks' into for-next 2011-01-05 09:39:23 +09:00
clock-s5p6450.c Merge branch 'dev/cleanup-clocks' into for-next 2011-01-05 09:39:23 +09:00
clock.c ARM: S5P: Reduce duplicated EPLL control codes 2010-10-25 16:05:56 +09:00
cpu.c ARM: S5P64X0: Bug fix on errors of build with CONFIG_PREEMPT_NONE 2010-10-18 18:33:04 +09:00
dev-audio.c ARM: S5P64X0: Segregate audio devices 2010-12-30 08:24:27 +09:00
dev-spi.c ARM: S5P64X0: Change to using s3c_gpio_cfgall_range() 2010-10-23 11:50:20 +09:00
dma.c ARM: S5P: Reorder DMA platform device id 2010-10-25 16:10:47 +09:00
gpiolib.c ARM: S5P64X0: Change GPIOlib initialization to core_initcall 2010-12-30 09:37:28 +09:00
init.c
Kconfig ARM: S5P64XX: Remove redundant selection PLAT_S5P. 2010-10-21 07:54:55 +09:00
mach-smdk6440.c ARM: S5P6440: Add missing virtual ASoC DMA device 2011-01-18 14:44:32 +09:00
mach-smdk6450.c ARM: S5P6450: Add missing virtual ASoC DMA device 2011-01-18 14:44:32 +09:00
Makefile ARM: S5P64X0: Rename GPIOlib file to gpiolib.c 2010-12-30 09:37:28 +09:00
Makefile.boot
setup-i2c0.c ARM: S5P64X0: Change to using s3c_gpio_cfgall_range() 2010-10-23 11:50:20 +09:00
setup-i2c1.c ARM: S5P64X0: 2nd Change to using s3c_gpio_cfgall_range() 2010-10-23 11:50:53 +09:00