From: David Brownell Date: Fri, 27 Feb 2009 22:46:08 +0000 (+0000) Subject: omap3: gpio pin config bugfixes X-Git-Tag: v2.6.29-omap1~54 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a81ceea04499e24a6397ecd47aa7316b5d165e82;p=pandora-kernel.git omap3: gpio pin config bugfixes Bugfix several GPIO mux configurations which didn't enable the input drivers, but weren't named as e.g. ..._GPIO141_OUT. These bugs were added quite recently, for OMAP3 EVM support. To help avoid such bugs in the future, update the comment to clarify the rule: always use PIN_INPUT, unless the name uses that name suffix, to be crystal-clear on the signal's use as output-only. (Also adds GPIO-63, for the EVM's MMC-1 writeprotect switch. Presumably that works right...) Signed-off-by: David Brownell Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed