git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb2fc92
)
OMAP24xx: CM: fix mask used for checking IDLEST status
author
Kevin Hilman
<khilman@deeprootsystems.com>
Mon, 26 Jul 2010 22:34:28 +0000
(16:34 -0600)
committer
Paul Walmsley
<paul@pwsan.com>
Mon, 26 Jul 2010 22:34:28 +0000
(16:34 -0600)
On OMAP24xx, the polarity for the IDLEST bits is opposite of OMAP3.
The mask used to check this was using the bit position instead of the
bit mask.
This patch fixes the problem by using the bit mask instead of the bit
field.
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
No differences found