mmc: s3cmci: Convert s3cmci driver to gpiolib API
authorSylwester Nawrocki <sylvester.nawrocki@gmail.com>
Sat, 30 Jun 2012 12:24:22 +0000 (14:24 +0200)
committerChris Ball <cjb@laptop.org>
Sun, 22 Jul 2012 19:25:44 +0000 (15:25 -0400)
commitb9929f0eb466089e14389a7d467196c4e179dc6a
tree2fe08ef2c102e458054823a56fe935c273ced519
parentbd6a8c30faf19b4e7abace93fb89efd6d72607ec
mmc: s3cmci: Convert s3cmci driver to gpiolib API

The s3c2410_gpio* calls are obsolete and have been scheduled for
removal since several kernel releases. Remove them and use common
gpiolib API.

This patch is a prerequisite for removal of the S3C24XX SoC specific
arch/arm/plat-samsung/include/gpio-fns.h header.

Tested on Micro2440-SDK.

Signed-off-by: Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/s3cmci.c