aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pc100/setup-keypad.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-10-23ARM: S5PC100: 2nd Change to using s3c_gpio_cfgrange_nopull()Kukjin Kim1-4/+2
This patch changes code setting special-function and no pull-up to use the s3c_gpio_cfgrange_nopull() wrapper. NOTE: This is for missed things from the previous patch. Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
2010-10-23ARM: S5PC100: 2nd Change to using s3c_gpio_cfgall_range()Kukjin Kim1-13/+4
This patch changes the code setting range of GPIO pins' configuration and pull state to use the recently introduced s3c_gpio_cfgpin_range(). NOTE: This is for missed things from the previous patch. Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
2010-08-05ARM: S5PC100: Add keypad device to the SMDKC100 boardNaveen Krishna Ch1-0/+34
This patch is to support keypad device to the SMDKC100 board. Signed-off-by: Naveen Krishna Ch <ch.naveen@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>