commit | fd6b42a5614077b04ce8f34fbbcf16864723f5df | [log] [tgz] |
---|---|---|
author | Paul Walmsley <paul@pwsan.com> | Sat Jan 26 00:58:12 2013 -0700 |
committer | Paul Walmsley <paul@pwsan.com> | Sat Jan 26 00:58:12 2013 -0700 |
tree | 52ee76162cc1a1c8284f8f85e0360a13ecc07e33 | |
parent | 8e1ff676ef5fd4d8be4947ffd039f2699a4b1079 [diff] |
ARM: OMAP3xxx: CPUIdle: simplify the PER next-state code The OMAP3xxx CPUIdle driver contains some code to place a lower bound on the PER powerdomain's power state. Convert this code to a data-driven implementation to remove branches and to improve readability. Signed-off-by: Paul Walmsley <paul@pwsan.com> Cc: Kevin Hilman <khilman@deeprootsystems.com>