commit | b9929f0eb466089e14389a7d467196c4e179dc6a | [log] [tgz] |
---|---|---|
author | Sylwester Nawrocki <sylvester.nawrocki@gmail.com> | Sat Jun 30 14:24:22 2012 +0200 |
committer | Chris Ball <cjb@laptop.org> | Sun Jul 22 15:25:44 2012 -0400 |
tree | 2fe08ef2c102e458054823a56fe935c273ced519 | |
parent | bd6a8c30faf19b4e7abace93fb89efd6d72607ec [diff] |
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>