summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/setup-keypad.c
Commit message (Collapse)AuthorAgeFilesLines
* ARM: S5PV210: Remove support for board filesTomasz Figa2014-07-191-24/+0
| | | | | | | | Since all in-tree boards have been moved to device tree, we can now drop legacy code and make mach-s5pv210 DT-only. This patch does it. Signed-off-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
* ARM: S5PV210: 2nd Change to using s3c_gpio_cfgrange_nopull()Kukjin Kim2010-10-231-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>
* ARM: S5PV210: 2nd Change to using s3c_gpio_cfgall_range()Kukjin Kim2010-10-231-12/+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>
* ARM: S5PV210: Add keypad device helpersJoonyoung Shim2010-08-051-0/+34
This patch adds the keypad device platform helpers for S5PV210 cpu. Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
OpenPOWER on IntegriCloud