aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq
Commit message (Expand)AuthorAge
* cpufreq: exynos: Fix hang in pm handler due to frequency mismatchJonghwan Choi2013-02-05
* cpufreq: exynos: Initialize return variableSachin Kamat2013-01-31
* cpufreq: exynos: Fix unsigned variable being checked for negative valueSachin Kamat2013-01-25
* cpufreq: exynos: Get booting freq value in exynos_cpufreq_initJonghwan Choi2013-01-18
* cpufreq: exynos: Show list of available frequenciesInderpal Singh2013-01-18
* cpufreq: exynos: Add missing staticJonghwan Choi2012-12-23
* cpufreq: exynos: Split exynos_target function into two functionsJonghwan Choi2012-12-23
* cpufreq: exynos: Use APLL_FREQ macro for cpu divider valueJonghwan Choi2012-12-23
* cpufreq: exynos: Check old & new frequency earlyJonghwan Choi2012-12-23
* cpufreq: exynos: Remove unused variable & IS_ERRJonghwan Choi2012-12-23
* Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-11
|\
| * cpufreq: ondemand: update sampling rate only on right CPUsFabio Baltieri2012-11-27
| * cpufreq: SPEAr: Add CPUFreq driverDeepak Sikri2012-11-27
| * cpufreq: governors: Fix jiffies/cputime mixup (revisited)Rafael J. Wysocki2012-11-24
| * cpufreq: ondemand: fix wrong delay sampling rateFabio Baltieri2012-11-23
| * cpufreq: exynos: Use static for functions used in only this fileTushar Behera2012-11-21
| * cpufreq: exynos: Broadcast frequency change notifications for all coresTomasz Figa2012-11-21
| * cpufreq: remove use of __devexitBill Pemberton2012-11-20
| * cpufreq: remove use of __devinitBill Pemberton2012-11-20
| * cpufreq: remove use of __devexit_pBill Pemberton2012-11-20
| * cpufreq: Remove unnecessary initialization of a local variableJingoo Han2012-11-14
| * cpufreq: Make sure target freq is within limitsViresh Kumar2012-11-14
| * cpufreq: Avoid calling cpufreq driver's target() routine if target_freq == po...Viresh Kumar2012-11-14
| * cpufreq: Fix sparse warning by making local function staticViresh Kumar2012-11-14
| * cpufreq: Fix sparse warnings by updating cputime64_t to u64Viresh Kumar2012-11-14
| * cpufreq: governors: remove redundant codeViresh Kumar2012-11-14
| * cpufreq: return early from __cpufreq_driver_getavg()Viresh Kumar2012-11-14
| * cpufreq: fix jiffies/cputime mixup in conservative/ondemand governorsAndreas Schwab2012-11-14
| * cpufreq: Improve debug printsViresh Kumar2012-11-14
| * cpufreq: Move common part from governors to separate file, v2viresh kumar2012-11-14
| * cpufreq / core: Fix printing of governor and driver nameviresh kumar2012-11-14
| * cpufreq / core: Fix typo in comment describing show_bios_limit()viresh kumar2012-11-14
* | Merge tag 'clk-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2012-12-11
|\ \ | |/ |/|
| * cpufreq: db8500: Use armss clk to update frequencyUlf Hansson2012-11-09
| * cpufreq: db8500: Fetch cpufreq table from platform dataUlf Hansson2012-11-09
| * cpufreq: db8500: Register as a platform driverUlf Hansson2012-11-09
* | cpufreq / powernow-k8: Change maintainer's email addressAndreas Herrmann2012-10-31
|/
* Fix memory leak in cpufreq stats.Tu, Xiaobing2012-10-22
* cpufreq / powernow-k8: Remove usage of smp_processor_id() in preemptible codeAndreas Herrmann2012-10-22
* cpufreq: OMAP: use get_cpu_device() instead of omap_device APIKevin Hilman2012-10-08
* cpufreq: OMAP: fix clock usage to be SoC independent, remove plat/ includesPaul Walmsley2012-10-08
* cpufreq: OMAP: remove unused <plat/omap-pm.h>Kevin Hilman2012-10-08
* cpufreq: OMAP: ensure valid clock rate before scalingKevin Hilman2012-10-08
* Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-10-02
|\
| * cpufreq: OMAP: Check IS_ERR() instead of NULL for omap_device_get_by_hwmod_nameAxel Lin2012-09-19
| * cpufreq: OMAP: remove loops_per_jiffy recalculate for smpRichard Zhao2012-09-14
| * sections: fix section conflicts in drivers/cpufreqAndi Kleen2012-09-14
| * cpufreq: conservative: update frequency when limits are relaxedMichal Pecio2012-09-14
| * cpufreq / ondemand: update frequency when limits are relaxedMichal Pecio2012-09-14
| * cpufreq: Add a generic cpufreq-cpu0 driverShawn Guo2012-09-09