]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: S5PV210: Use gpio_request_one
authorJingoo Han <jg1.han@samsung.com>
Sat, 24 Dec 2011 02:57:09 +0000 (11:57 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Sat, 24 Dec 2011 02:57:15 +0000 (11:57 +0900)
commit2ba872693e22eae62c48c71a00fe5486b9555eb6
tree0eb599cec62a171e83521a85ccb1087a0a096162
parent4ec9e851010f8531c211c192d8da0c2cc84e8459
ARM: S5PV210: Use gpio_request_one

By using gpio_request_one it is possible to set the direction
and initial value in one shot. Thus, using gpio_request_one can
make the code simpler.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
arch/arm/mach-s5pv210/mach-aquila.c
arch/arm/mach-s5pv210/mach-goni.c
arch/arm/mach-s5pv210/mach-smdkv210.c