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:
1a33771
)
OMAP clock: compress clock flags down to a u8
author
Paul Walmsley
<paul@pwsan.com>
Tue, 23 Feb 2010 05:09:18 +0000
(22:09 -0700)
committer
Paul Walmsley
<paul@pwsan.com>
Wed, 24 Feb 2010 19:15:06 +0000
(12:15 -0700)
There are now only eight OMAP clock flags, so renumber the flags to
fit in a u8 and shrink the size of struct clk.flags from a u32 to a
u8. The intention is to save memory.
Signed-off-by: Paul Walmsley <paul@pwsan.com>
No differences found