From: David Brownell Date: Mon, 12 Feb 2007 08:53:13 +0000 (-0800) Subject: [PATCH] AT91 GPIO wrappers X-Git-Tag: v2.6.21-rc1~274^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a31c4eea2127ee52b5c7c1befada4664963ad030;p=pandora-kernel.git [PATCH] AT91 GPIO wrappers This is a first cut at making the AT91 code use the generic GPIO calls. Note that the original AT91 GPIO calls merged the "mux pin as GPIO" and "set GPIO direction" functionality into one API call, contrary to what's specified as a cross-platform portable model. So this involved a few non-inlinable functions. [akpm@osdl.org: cleanups] Signed-off-by: David Brownell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed