From: David Brownell Date: Thu, 30 Oct 2008 03:41:52 +0000 (-0700) Subject: switch to standard gpio get/set calls (OMAP and mainline) X-Git-Tag: v2.6.28-davinci1-diff-base~171 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=937ae733891d4dbdbc414759809e660d2d4d02d0;p=pandora-kernel.git switch to standard gpio get/set calls (OMAP and mainline) 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