aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/maple-cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-18Merge branch 'pm-cpufreq'Rafael J. Wysocki1-1/+2
2019-07-16cpufreq: Make cpufreq_generic_init() return voidViresh Kumar1-1/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-04-08cpufreq: maple: Remove redundant code from maple_cpufreq_init()Viresh Kumar1-4/+0
2019-04-08cpufreq: maple: fix possible object reference leakWen Yang1-1/+1
2016-04-09cpufreq: Use consistent prefixing via pr_fmtJoe Perches1-2/+4
2016-04-09cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches1-5/+4
2014-04-07cpufreq: create another field .flags in cpufreq_frequency_tableViresh Kumar1-3/+3
2013-10-31cpufreq: move freq change notifications to cpufreq coreViresh Kumar1-17/+1
2013-10-25cpufreq: Implement light weight ->target_index() routineViresh Kumar1-12/+4
2013-10-16cpufreq: maple: use cpufreq_generic_init()Viresh Kumar1-8/+1
2013-10-16cpufreq: maple: don't initialize part of policy set by coreViresh Kumar1-1/+0
2013-10-16cpufreq: maple: Use generic cpufreq routinesViresh Kumar1-12/+2
2013-09-30cpufreq: maple: use cpufreq_table_validate_and_show()Viresh Kumar1-3/+1
2013-08-23Merge branch 'cpu_of_node' of git://linux-arm.org/linux-skn into pm-cpufreq-nextRafael J. Wysocki1-20/+3
2013-08-21cpufreq: maple-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha1-20/+3
2013-08-10cpufreq: Drop the owner field from struct cpufreq_driverViresh Kumar1-1/+0
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar1-3/+2
2013-02-02cpufreq: Set all cpus in policy->cpus for single cluster SoCsViresh Kumar1-1/+1
2011-07-19powerpc/cpufreq: Add cpufreq driver for Momentum Maple boardsDmitry Eremin-Solenikov1-0/+309