commit | f71eddb1582f5c53ed4bfc365a2acce94aca88cc | [log] [tgz] |
---|---|---|
author | Paul Walmsley <paul@pwsan.com> | Mon Feb 22 22:09:18 2010 -0700 |
committer | Paul Walmsley <paul@pwsan.com> | Wed Feb 24 12:15:06 2010 -0700 |
tree | 95a8a8a350b9f7712634692e287773a20772a0da | |
parent | 1a3377176b3d41e3f30483a624cdafadeeb4064f [diff] |
OMAP clock: compress clock flags down to a u8 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>