aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq-cpu0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-09cpufreq: Mark CPU0 driver with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagViresh Kumar1-1/+1
2014-05-20cpufreq: cpu0: drop wrong devm usageLucas Stach1-5/+11
2014-03-12cpufreq: Remove cpufreq_generic_exit()Viresh Kumar1-1/+0
2014-01-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-0/+16
2014-01-17cpufreq: introduce cpufreq_generic_get() routineViresh Kumar1-6/+2
2013-12-06cpufreq: cpufreq-cpu0: clk_round_rate() can return a zero upon errorPaul Walmsley1-1/+1
2013-12-04cpufreq: cpufreq-cpu0: add dt node parsing for cooling device propertiesEduardo Valentin1-0/+16
2013-10-31cpufreq: move freq change notifications to cpufreq coreViresh Kumar1-21/+12
2013-10-25cpufreq: Implement light weight ->target_index() routineViresh Kumar1-15/+2
2013-10-25Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki1-41/+4
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-2/+2
2013-10-25PM / OPP: rename functions to dev_pm_opp*Nishanth Menon1-9/+9
2013-10-16cpufreq: cpufreq-cpu0: use cpufreq_generic_init()Viresh Kumar1-18/+1
2013-10-16cpufreq: cpu0: don't initialize part of policy set by core tooViresh Kumar1-1/+0
2013-10-16cpufreq: cpufreq-cpu0: Use generic cpufreq routinesViresh Kumar1-20/+3
2013-09-30cpufreq: cpufreq-cpu0: use cpufreq_table_validate_and_show()Viresh Kumar1-3/+1
2013-09-30cpufreq: cpufreq-cpu0: NULL is a valid regulator, part 2Philipp Zabel1-1/+1
2013-09-19cpufreq: cpufreq-cpu0: assign cpu_dev correctly to cpu0 deviceSudeep KarkadaNagesha1-1/+6
2013-09-03Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-24/+8
2013-08-23Merge branch 'cpu_of_node' of git://linux-arm.org/linux-skn into pm-cpufreq-nextRafael J. Wysocki1-19/+4
2013-08-21cpufreq: cpufreq-cpu0: remove device tree parsing for cpu nodesSudeep KarkadaNagesha1-19/+4
2013-08-14cpufreq: cpufreq-cpu0: NULL is a valid regulatorMark Brown1-5/+4
2013-08-13cpufreq: cpufreq-cpu0: Use devm_regulator_get_optional()Mark Brown1-1/+1
2013-06-05cpufreq: cpufreq-cpu0: use the exact frequency for clk_set_rate()Guennadi Liakhovetski1-2/+3
2013-05-12cpufreq: cpufreq-cpu0: Free parent node for error casesViresh Kumar1-1/+4
2013-05-12cpufreq: cpufreq-cpu0: defer probe when regulator is not readyNishanth Menon1-6/+16
2013-04-28Merge branch 'pm-cpufreq'Rafael J. Wysocki1-18/+14
2013-04-22cpufreq: cpu0: Put cpu parent node after using itViresh Kumar1-0/+1
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar1-9/+3
2013-04-02cpufreq: cpufreq-cpu0: Call CPUFREQ_POSTCHANGE notifier for failure cases tooViresh Kumar1-5/+8
2013-04-02cpufreq: cpufreq-cpu0: No need to check cpu number in init()Viresh Kumar1-3/+0
2013-04-02cpufreq: check OF node /cpus presence before dereferencing itPaolo Pisati1-2/+8
2013-04-01cpufreq: Fix unsigned variable being checked for negative valuejhbird.choi@samsung.com1-1/+2
2013-02-02cpufreq: Remove unnecessary use of policy->shared_typeViresh Kumar1-1/+0
2013-02-02cpufreq: instantiate cpufreq-cpu0 as a platform_driverShawn Guo1-12/+23
2013-02-02cpufreq / highbank: add support for highbank cpufreqMark Langsdorf1-1/+5
2013-01-22cpufreq: cpufreq-cpu0: use RCU locks around usage of OPPNishanth Menon1-0/+5
2012-11-21cpufreq: remove use of __devinitBill Pemberton1-1/+1
2012-09-09cpufreq: Add a generic cpufreq-cpu0 driverShawn Guo1-0/+269