From: Paul Walmsley Date: Wed, 19 May 2010 00:40:23 +0000 (-0600) Subject: OMAP2+ PRCM: convert remaining PRCM macros to the _SHIFT/_MASK suffixes X-Git-Tag: v2.6.35-rc1~456^2~1^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2fd0f75cb3413105ed10041c719346ccb710fbc6;p=pandora-kernel.git OMAP2+ PRCM: convert remaining PRCM macros to the _SHIFT/_MASK suffixes Fix all of the remaining PRCM register shift/bitmask macros that did not use the _SHIFT/_MASK suffixes to use them. This makes the use of these macros consistent. It is intended to reduce error, as code can be inspected visually by reviewers to ensure that bitshifts and bitmasks are used in the appropriate places. Signed-off-by: Paul Walmsley Cc: Kevin Hilman --- Reading git-diff-tree failed