aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq/maple-cpufreq.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-13cpufreq: Adjust includes to remove of_device.hGravatar Rob Herring 1-1/+1
2019-07-18Merge branch 'pm-cpufreq'Gravatar Rafael J. Wysocki 1-1/+2
2019-07-16cpufreq: Make cpufreq_generic_init() return voidGravatar Viresh Kumar 1-1/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-04-08cpufreq: maple: Remove redundant code from maple_cpufreq_init()Gravatar Viresh Kumar 1-4/+0
2019-04-08cpufreq: maple: fix possible object reference leakGravatar Wen Yang 1-1/+1
2016-04-09cpufreq: Use consistent prefixing via pr_fmtGravatar Joe Perches 1-2/+4
2016-04-09cpufreq: Convert printk(KERN_<LEVEL> to pr_<level>Gravatar Joe Perches 1-5/+4
2014-04-07cpufreq: create another field .flags in cpufreq_frequency_tableGravatar Viresh Kumar 1-3/+3
2013-10-31cpufreq: move freq change notifications to cpufreq coreGravatar Viresh Kumar 1-17/+1
2013-10-25cpufreq: Implement light weight ->target_index() routineGravatar Viresh Kumar 1-12/+4
2013-10-16cpufreq: maple: use cpufreq_generic_init()Gravatar Viresh Kumar 1-8/+1
2013-10-16cpufreq: maple: don't initialize part of policy set by coreGravatar Viresh Kumar 1-1/+0
2013-10-16cpufreq: maple: Use generic cpufreq routinesGravatar Viresh Kumar 1-12/+2
2013-09-30cpufreq: maple: use cpufreq_table_validate_and_show()Gravatar Viresh Kumar 1-3/+1
2013-08-23Merge branch 'cpu_of_node' of git://linux-arm.org/linux-skn into pm-cpufreq-nextGravatar Rafael J. Wysocki 1-20/+3
2013-08-21cpufreq: maple-cpufreq: remove device tree parsing for cpu nodesGravatar Sudeep KarkadaNagesha 1-20/+3
2013-08-10cpufreq: Drop the owner field from struct cpufreq_driverGravatar Viresh Kumar 1-1/+0
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Gravatar Viresh Kumar 1-3/+2
2013-02-02cpufreq: Set all cpus in policy->cpus for single cluster SoCsGravatar Viresh Kumar 1-1/+1
2011-07-19powerpc/cpufreq: Add cpufreq driver for Momentum Maple boardsGravatar Dmitry Eremin-Solenikov 1-0/+309