From: Sylwester Nawrocki Date: Sat, 30 Jun 2012 12:30:26 +0000 (+0800) Subject: leds: Convert S3C24XX LED driver to gpiolib API X-Git-Tag: v3.6-rc1~76^2~33 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d84f66f22cb511b7cb7602b2a9dab20c8906da7;p=pandora-kernel.git leds: Convert S3C24XX LED 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 instead. This patch also adds gpio_request/gpio_free call for API corectness. It is a prerequisite for removal of the S3C24XX SoC specific arch/arm/plat-samsung/include/gpio-fns.h header. Tested on Micro2440-SDK. Cc: Ben Dooks Signed-off-by: Sylwester Nawrocki Signed-off-by: Bryan Wu --- Reading git-diff-tree failed