From: Paul Walmsley Date: Mon, 6 Dec 2010 20:52:40 +0000 (+0000) Subject: OMAP2: PRCM: fix some SHIFT macros that were actually bitmasks X-Git-Tag: v2.6.37-rc6~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2015dc88a57090bcf67ab7cfcdbc34671598d36;p=pandora-kernel.git OMAP2: PRCM: fix some SHIFT macros that were actually bitmasks After Charu's GPIO hwmod patches, GPIO initialization on N800 emits the following messages for all GPIO banks: omap_hwmod: gpio1: cannot be enabled (3) This is due to OMAP24XX_ST_GPIOS_SHIFT being defined as a bitmask. Fix this and also fix two other macros that had the same problem. Thanks to Tony Lindgren for originally reporting this bug. Signed-off-by: Paul Walmsley Signed-off-by: Tony Lindgren --- Reading git-diff-tree failed