From: David Brownell Date: Thu, 11 Dec 2008 01:35:25 +0000 (-0800) Subject: ARM: OMAP: switch to standard gpio get/set calls X-Git-Tag: v2.6.29-rc1~559^2~14^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b84b5ca43a9c86cfad848c135fdbf7c72af68fa;p=pandora-kernel.git ARM: OMAP: switch to standard gpio get/set calls This patch replaces some legacy OMAP GPIO calls with the "new" (not really, any more!) calls that work on most platforms. The calls addressed by this patch are the simple ones to get and set values ... for code that's in mainline, including the implementations of those calls. Except for the declarations and definitions of those calls, all of these changes were performed by a simple SED script. Plus, a few "if() set() else set()" branches were merged by hand. Signed-off-by: David Brownell Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed