aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/exynos5440-cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-08cpufreq: Add and use cpufreq_for_each_{valid_,}entry_idx()Dominik Brodowski1-4/+3
2017-06-24cpufreq: exynos5440: Fix inconsistent indentingKrzysztof Kozlowski1-3/+3
2017-01-30PM / OPP: Update OPP users to put referenceViresh Kumar1-3/+2
2015-09-15PM / OPP: Prefix exported opp routines with dev_pm_opp_Viresh Kumar1-3/+3
2015-09-15PM / OPP: Rename opp init/free table routinesViresh Kumar1-3/+3
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-01exynos5440: free OPP table created during ->init()Viresh Kumar1-1/+4
2014-10-20cpufreq: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-30cpufreq: Use cpufreq_for_each_* macros for frequency table iterationStratos Karafotis1-15/+15
2014-03-26cpufreq: Convert existing drivers to use cpufreq_freq_transition_{begin|end}Viresh Kumar1-2/+2
2014-03-12cpufreq: Remove cpufreq_generic_exit()Viresh Kumar1-1/+0
2014-01-17cpufreq: introduce cpufreq_generic_get() routineViresh Kumar1-19/+14
2014-01-06cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagViresh Kumar1-1/+2
2013-10-31cpufreq: distinguish drivers that do asynchronous notificationsViresh Kumar1-1/+1
2013-10-25cpufreq: Implement light weight ->target_index() routineViresh Kumar1-16/+5
2013-10-25Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki1-22/+5
2013-10-25PM / OPP: rename header to linux/pm_opp.hNishanth Menon1-1/+1
2013-10-25PM / OPP: rename data structures to dev_pm equivalentsNishanth Menon1-1/+1
2013-10-25PM / OPP: rename functions to dev_pm_opp*Nishanth Menon1-6/+7
2013-10-16cpufreq: exynos: Show a list of available frequenciesJungseok Lee1-0/+1
2013-10-16cpufreq: exynos: use cpufreq_generic_init()Viresh Kumar1-12/+2
2013-10-16cpufreq: exynos: don't initialize part of policy set by coreViresh Kumar1-1/+0
2013-10-16cpufreq: exynos: Use generic cpufreq routinesViresh Kumar1-14/+2
2013-09-30cpufreq: exynos: call cpufreq_frequency_table_put_attr()Viresh Kumar1-0/+7
2013-09-30cpufreq: exynos: use cpufreq_table_validate_and_show()Viresh Kumar1-3/+1
2013-09-25cpufreq: exynos5440: Fix potential NULL pointer dereferenceSachin Kamat1-1/+1
2013-08-12cpufreq: exynos5440: Fix to skip when new frequency same as currentAmit Daniel Kachhap1-0/+3
2013-04-22cpufreq: exynos5440: Protect OPP search calls with RCU lockAmit Daniel Kachhap1-0/+3
2013-04-10cpufreq: exynos: Add cpufreq driver for exynos5440Amit Daniel Kachhap1-0/+478