commit | 1bcfc723c8688a257df920999a43bcc2e59d5908 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Jan 27 20:18:24 2012 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Jan 27 20:18:24 2012 +0900 |
tree | ed9684aed2267f06f05217c4f96978644a82ea6f | |
parent | ecbef17adbbbe89eb6b3e4d4e5b756d63041319c [diff] |
sh: cpufreq: Support CPU clock frequency table. This adds support for the frequency table provided by the clock framework under the struct clk definition (if available). In cases where no table is generated or otherwise supported, we fall back on coarse grained scaling via clock framework rounding, as before. Signed-off-by: Paul Mundt <lethal@linux-sh.org>