]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARM: EXYNOS: Use gpio_request_one
authorJingoo Han <jg1.han@samsung.com>
Sat, 24 Dec 2011 02:58:32 +0000 (11:58 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Sat, 24 Dec 2011 02:58:32 +0000 (11:58 +0900)
commit321655efad26e03141b0bbfcfa9875056c1acb65
tree63febf6f8db81f9ee3f00595d762dc7d7b84f112
parent2f4f0b42193322987c534c928e3555e3936090e1
ARM: EXYNOS: 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-exynos/mach-nuri.c
arch/arm/mach-exynos/mach-smdkv310.c
arch/arm/mach-exynos/mach-universal_c210.c