summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/cpufreq-cpu0.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: cpu0: Do not print error message when deferringMarkus Pargmann2014-08-071-1/+1
* cpufreq: cpu0: OPPs can be populated at runtimeViresh Kumar2014-07-161-5/+2
* cpufreq: Mark CPU0 driver with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagViresh Kumar2014-06-091-1/+1
* cpufreq: cpu0: drop wrong devm usageLucas Stach2014-05-201-5/+11
* cpufreq: Remove cpufreq_generic_exit()Viresh Kumar2014-03-121-1/+0
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2014-01-241-0/+16
|\
| * cpufreq: cpufreq-cpu0: add dt node parsing for cooling device propertiesEduardo Valentin2013-12-041-0/+16
* | cpufreq: introduce cpufreq_generic_get() routineViresh Kumar2014-01-171-6/+2
* | cpufreq: cpufreq-cpu0: clk_round_rate() can return a zero upon errorPaul Walmsley2013-12-061-1/+1
|/
* cpufreq: move freq change notifications to cpufreq coreViresh Kumar2013-10-311-21/+12
* cpufreq: Implement light weight ->target_index() routineViresh Kumar2013-10-251-15/+2
* Merge back earlier 'pm-cpufreq' material.Rafael J. Wysocki2013-10-251-41/+4
|\
| * cpufreq: cpufreq-cpu0: use cpufreq_generic_init()Viresh Kumar2013-10-161-18/+1
| * cpufreq: cpu0: don't initialize part of policy set by core tooViresh Kumar2013-10-161-1/+0
| * cpufreq: cpufreq-cpu0: Use generic cpufreq routinesViresh Kumar2013-10-161-20/+3
| * cpufreq: cpufreq-cpu0: use cpufreq_table_validate_and_show()Viresh Kumar2013-09-301-3/+1
* | PM / OPP: rename header to linux/pm_opp.hNishanth Menon2013-10-251-1/+1
* | PM / OPP: rename data structures to dev_pm equivalentsNishanth Menon2013-10-251-2/+2
* | PM / OPP: rename functions to dev_pm_opp*Nishanth Menon2013-10-251-9/+9
* | cpufreq: cpufreq-cpu0: NULL is a valid regulator, part 2Philipp Zabel2013-09-301-1/+1
|/
* cpufreq: cpufreq-cpu0: assign cpu_dev correctly to cpu0 deviceSudeep KarkadaNagesha2013-09-191-1/+6
* Merge tag 'pm+acpi-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-031-24/+8
|\
| * Merge branch 'cpu_of_node' of git://linux-arm.org/linux-skn into pm-cpufreq-nextRafael J. Wysocki2013-08-231-19/+4
| |\
| | * cpufreq: cpufreq-cpu0: remove device tree parsing for cpu nodesSudeep KarkadaNagesha2013-08-211-19/+4
| * | cpufreq: cpufreq-cpu0: NULL is a valid regulatorMark Brown2013-08-141-5/+4
| |/
* | cpufreq: cpufreq-cpu0: Use devm_regulator_get_optional()Mark Brown2013-08-131-1/+1
|/
* cpufreq: cpufreq-cpu0: use the exact frequency for clk_set_rate()Guennadi Liakhovetski2013-06-051-2/+3
* cpufreq: cpufreq-cpu0: Free parent node for error casesViresh Kumar2013-05-121-1/+4
* cpufreq: cpufreq-cpu0: defer probe when regulator is not readyNishanth Menon2013-05-121-6/+16
* Merge branch 'pm-cpufreq'Rafael J. Wysocki2013-04-281-18/+14
|\
| * cpufreq: cpu0: Put cpu parent node after using itViresh Kumar2013-04-221-0/+1
| * cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-021-9/+3
| * cpufreq: cpufreq-cpu0: Call CPUFREQ_POSTCHANGE notifier for failure cases tooViresh Kumar2013-04-021-5/+8
| * cpufreq: cpufreq-cpu0: No need to check cpu number in init()Viresh Kumar2013-04-021-3/+0
| * cpufreq: Fix unsigned variable being checked for negative valuejhbird.choi@samsung.com2013-04-011-1/+2
* | cpufreq: check OF node /cpus presence before dereferencing itPaolo Pisati2013-04-021-2/+8
|/
* cpufreq: Remove unnecessary use of policy->shared_typeViresh Kumar2013-02-021-1/+0
* cpufreq: instantiate cpufreq-cpu0 as a platform_driverShawn Guo2013-02-021-12/+23
* cpufreq / highbank: add support for highbank cpufreqMark Langsdorf2013-02-021-1/+5
* cpufreq: cpufreq-cpu0: use RCU locks around usage of OPPNishanth Menon2013-01-221-0/+5
* cpufreq: remove use of __devinitBill Pemberton2012-11-211-1/+1
* cpufreq: Add a generic cpufreq-cpu0 driverShawn Guo2012-09-091-0/+269
OpenPOWER on IntegriCloud