aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/kirkwood-cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-07cpufreq: kirkwood: convert to devm_platform_ioremap_resourceYangtao Li1-3/+1
2019-07-16cpufreq: Make cpufreq_generic_init() return voidViresh Kumar1-1/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-08cpufreq: kirkwood: fix possible object reference leakWen Yang1-8/+11
2017-05-30cpufreq: kirkwood-cpufreq:- Handle return value of clk_prepare_enable()Arvind Yadav1-3/+16
2016-09-26cpufreq: kirkwood: add missing \n to end of dev_err messagesColin Ian King1-4/+4
2014-10-20cpufreq: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-02cpufreq: kirkwood: use the powersave multiplexerMike Turquette1-9/+5
2014-04-07cpufreq: create another field .flags in cpufreq_frequency_tableViresh Kumar1-3/+3
2014-03-12cpufreq: Remove cpufreq_generic_exit()Viresh Kumar1-1/+0
2014-01-06cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagViresh Kumar1-0/+1
2013-10-31cpufreq: move freq change notifications to cpufreq coreViresh Kumar1-34/+20
2013-10-25cpufreq: Implement light weight ->target_index() routineViresh Kumar1-16/+3
2013-10-16cpufreq: kirkwood: use cpufreq_generic_init()Viresh Kumar1-4/+1
2013-10-16cpufreq: kirkwood: don't initialize part of policy set by coreViresh Kumar1-1/+0
2013-10-16cpufreq: kirkwood: Use generic cpufreq routinesViresh Kumar1-19/+3
2013-09-30cpufreq: kirkwood: use cpufreq_table_validate_and_show()Viresh Kumar1-9/+1
2013-08-23Merge branch 'cpu_of_node' of git://linux-arm.org/linux-skn into pm-cpufreq-nextRafael J. Wysocki1-3/+5
2013-08-21cpufreq: kirkwood-cpufreq: remove device tree parsing for cpu nodesSudeep KarkadaNagesha1-3/+5
2013-08-10cpufreq: Drop the owner field from struct cpufreq_driverViresh Kumar1-1/+0
2013-06-04cpufreq: rename index as driver_data in cpufreq_frequency_tableViresh Kumar1-1/+1
2013-05-12cpufreq / kirkwood: don't check resource with devm_ioremap_resourceWolfram Sang1-4/+0
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar1-5/+5
2013-04-01cpufreq: kirkwood: fix coccicheck warningsSilviu-Mihai Popescu1-5/+3
2013-02-09cpufreq: kirkwood: Add a cpufreq driver for Marvell Kirkwood SoCsAndrew Lunn1-0/+259