cpufreq: OMAP: dont support !freq_table
authorNishanth Menon <nm@ti.com>
Fri, 27 May 2011 02:39:17 +0000 (19:39 -0700)
committerGrazvydas Ignotas <notasas@gmail.com>
Fri, 13 Jan 2012 15:09:45 +0000 (17:09 +0200)
commit0b7e15d6cfffb3d07f64937f4378cf3b625ed321
tree8e68c57c2b6fe9e0ab9dee032e1ec5276c3bb68d
parent150702ae04b1136d87b51c20f8d0b959c01c5eff
cpufreq: OMAP: dont support !freq_table

OMAP2+ all have frequency tables, hence the hacks we had for older
silicon do not need to be carried forward. As part of this change,
use cpufreq_frequency_table_target to find the best match for
frequency requested.

Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Kevin Hilman <khilman@ti.com>
drivers/cpufreq/omap-cpufreq.c