From: David Brownell Date: Thu, 30 Oct 2008 03:39:22 +0000 (-0700) Subject: use standard gpio get/set calls (OMAP tree only) X-Git-Tag: v2.6.28-davinci1-diff-base~173 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7270f33b7b0139f40fcfbf771dc5ec5a773a71cd;p=pandora-kernel.git use standard gpio get/set calls (OMAP tree only) 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 has NOT merged to mainline. Except for the Documentation file, all of these changes were performed by a simple SED script. 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