aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq/freq_table.c
Commit message (Collapse)AuthorAgeFilesLines
* cpufreq: Introduce new relation for freq selectionStratos Karafotis2016-08-261-1/+11
| | | | | | | | | | | Introduce CPUFREQ_RELATION_C for frequency selection. It selects the frequency with the minimum euclidean distance to target. In case of equal distance between 2 frequencies, it will select the greater frequency. Signed-off-by: Stratos Karafotis <stratosk@semaphore.gr> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Stefan Guendhoer <stefan@guendhoer.com>
* first commitMeizu OpenSource2016-08-151-0/+241