sh: cpufreq: Wire up scaling_available_freqs support.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 27 Jan 2012 11:45:24 +0000 (20:45 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Fri, 27 Jan 2012 11:45:24 +0000 (20:45 +0900)
commit3cbb08ae2e6c98f8a73d7319c959e81ca3c54c11
tree431c30b67ccf6a5ec508fae805673701ad1a07e0
parent1a565cf07fa1be0a6d5cf30e87ee2d204e9753d3
sh: cpufreq: Wire up scaling_available_freqs support.

scaling_available_freqs is provided generically for drivers that are
using frequency table based rounding. This will be optional for our case,
but the generic code already takes that in to consideration, so we can
simply wire it up outright.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/cpufreq.c