aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/spear-cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-03cpufreq: SPEAr: pr_err() strings should end with newlinesArvind Yadav1-2/+2
2014-10-20cpufreq: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-04-07cpufreq: use kzalloc() to allocate memory for cpufreq_frequency_tableViresh Kumar1-5/+2
2014-03-12cpufreq: SPEAr: Instantiate as platform_driverViresh Kumar1-2/+11
2014-03-12cpufreq: Remove cpufreq_generic_exit()Viresh Kumar1-1/+0
2014-01-17cpufreq: introduce cpufreq_generic_get() routineViresh Kumar1-6/+2
2014-01-06cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagViresh Kumar1-1/+1
2013-12-06cpufreq: SPEAr: clk_round_rate() can return a zero upon errorPaul Walmsley1-1/+1
2013-10-31cpufreq: move freq change notifications to cpufreq coreViresh Kumar1-12/+1
2013-10-25cpufreq: Implement light weight ->target_index() routineViresh Kumar1-8/+4
2013-10-25Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki1-34/+5
2013-10-16cpufreq: spear: use cpufreq_generic_init()Viresh Kumar1-12/+2
2013-10-16cpufreq: spear: don't initialize part of policy set by coreViresh Kumar1-2/+0
2013-10-16cpufreq: spear: Use generic cpufreq routinesViresh Kumar1-19/+3
2013-09-30cpufreq: spear: use cpufreq_table_validate_and_show()Viresh Kumar1-3/+2
2013-09-30cpufreq: SPEAr: Fix incorrect variable typeSachin Kamat1-1/+1
2013-08-21cpufreq: spear-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha1-2/+2
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar1-2/+2
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar1-5/+2
2013-02-02cpufreq: Set all cpus in policy->cpus for single cluster SoCsViresh Kumar1-1/+1
2013-02-02cpufreq: SPEAr: Notify all policy->cpus of frequency changeViresh Kumar1-2/+5
2013-02-02cpufreq: Simplify cpufreq_add_dev()Viresh Kumar1-1/+0
2013-02-02cpufreq: SPEAr: Fix sparse warning for cpufreq driverViresh Kumar1-1/+1
2012-11-27cpufreq: SPEAr: Add CPUFreq driverDeepak Sikri1-0/+291