summaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/exynos-cpufreq.c
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-06-041-15/+17
|\
| * cpufreq: exynos: Use dev_err/info function instead of pr_err/infoChanwoo Choi2014-05-011-9/+12
| * cpufreq: Use cpufreq_for_each_* macros for frequency table iterationStratos Karafotis2014-04-301-6/+5Star
* | cpufreq: exynos: Fix driver compilation with ARCH_MULTIPLATFORMTomasz Figa2014-05-301-2/+0Star
* | cpufreq: exynos: Fix the compile errorJonghwan Choi2014-05-251-5/+14
|/
* cpufreq: Remove cpufreq_generic_exit()Viresh Kumar2014-03-121-1/+0Star
* cpufreq: exynos: Use cpufreq_generic_suspend()Viresh Kumar2014-03-061-89/+7Star
* cpufreq: exynos: Extend Exynos cpufreq driver to support boostLukasz Majewski2014-01-171-0/+3
* cpufreq: introduce cpufreq_generic_get() routineViresh Kumar2014-01-171-7/+3Star
* cpufreq: exynos: Convert exynos-cpufreq to platform driverLukasz Majewski2014-01-061-2/+11
* cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagViresh Kumar2014-01-061-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-161-1/+1
|\
| * Correct some typos for word frequencyLABBE Corentin2013-10-141-1/+1
* | cpufreq: move freq change notifications to cpufreq coreViresh Kumar2013-10-311-20/+8Star
* | cpufreq: Implement light weight ->target_index() routineViresh Kumar2013-10-251-18/+3Star
* | exynos-cpufreq: fix false return check from "regulator_set_voltage"Manish Badarkhe2013-10-171-1/+1
* | cpufreq: exynos: use cpufreq_generic_init()Viresh Kumar2013-10-161-6/+1Star
* | cpufreq: exynos: don't initialize part of policy set by coreViresh Kumar2013-10-161-2/+0Star
* | cpufreq: exynos: Use generic cpufreq routinesViresh Kumar2013-10-161-20/+3Star
* | cpufreq: exynos: use cpufreq_table_validate_and_show()Viresh Kumar2013-09-301-3/+1Star
|/
* Merge branch 'cpufreq-fixes' of git://git.linaro.org/people/vireshk/linux int...Rafael J. Wysocki2013-08-141-1/+0Star
|\
| * cpufreq: fix EXYNOS drivers selectionBartlomiej Zolnierkiewicz2013-08-121-1/+0Star
* | cpufreq: Use sizeof(*ptr) convetion for computing sizesViresh Kumar2013-08-071-1/+1
|/
* cpufreq: exynos: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar2013-06-241-2/+8
* cpufreq: exynos: Remove error return even if no soc is foundAmit Daniel Kachhap2013-04-101-1/+1
* cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-021-5/+2Star
* Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-2/+2
|\
| * cpufreq: exynos: cleanup exynos-cpufreq headerKukjin Kim2013-01-101-2/+2
* | Merge branch 'next/cpufreq-exynos' of git://git.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki2013-02-151-68/+106
|\ \
| * | cpufreq: exynos: Fix hang in pm handler due to frequency mismatchJonghwan Choi2013-02-051-3/+5
| * | cpufreq: exynos: Initialize return variableSachin Kamat2013-02-011-1/+1
| * | cpufreq: exynos: Fix unsigned variable being checked for negative valueSachin Kamat2013-01-251-1/+1
| * | cpufreq: exynos: Get booting freq value in exynos_cpufreq_initJonghwan Choi2013-01-181-2/+2
| * | cpufreq: exynos: Show list of available frequenciesInderpal Singh2013-01-181-0/+13
| * | cpufreq: exynos: Split exynos_target function into two functionsJonghwan Choi2012-12-241-65/+86
| * | cpufreq: exynos: Check old & new frequency earlyJonghwan Choi2012-12-241-2/+5
| * | cpufreq: exynos: Remove unused variable & IS_ERRJonghwan Choi2012-12-241-2/+1Star
| |/
* / cpufreq: exynos: simplify .init() for setting policy->cpusViresh Kumar2013-02-091-13/+1Star
|/
* cpufreq: exynos: Use static for functions used in only this fileTushar Behera2012-11-221-2/+2
* cpufreq: exynos: Broadcast frequency change notifications for all coresTomasz Figa2012-11-221-2/+5
* EXYNOS: bugfix on retrieving old_index from freqs.oldJonghwa Lee2012-07-201-2/+12
* EXYNOS5250: Add support cpufreq for EXYNOS5250Jaecheol Lee2012-03-141-0/+2
* EXYNOS4X12: Add support cpufreq for EXYNOS4X12Jaecheol Lee2012-03-141-0/+2
* [CPUFREQ] EXYNOS: Initialize locking_frequency with initial frequencyTushar Behera2012-03-011-0/+2
* [CPUFREQ] EXYNOS: Removed useless headers and codesJaecheol Lee2012-01-091-7/+1Star
* [CPUFREQ] EXYNOS: Make EXYNOS common cpufreq driverJaecheol Lee2012-01-091-0/+296