aboutsummaryrefslogtreecommitdiff
path: root/drivers/cpufreq/exynos-cpufreq.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-02Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2015-06-20cpufreq: exynos: remove Exynos4210 specific cpufreq driver supportGravatar Thomas Abraham 1-4/+1
2015-06-16drivers/cpufreq: include <module.h> for modular exynos-cpufreq.c codeGravatar Paul Gortmaker 1-0/+1
2015-03-02cpufreq: exynos: Use simple approach to asses if cpu cooling can be usedGravatar Lukasz Majewski 1-15/+6
2015-01-24cpufreq: exynos: Use device tree to determine if cpufreq cooling should be re...Gravatar Lukasz Majewski 1-1/+32
2014-10-20cpufreq: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-06-04Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-15/+17
2014-05-31cpufreq: exynos: Fix driver compilation with ARCH_MULTIPLATFORMGravatar Tomasz Figa 1-2/+0
2014-05-26cpufreq: exynos: Fix the compile errorGravatar Jonghwan Choi 1-5/+14
2014-05-01cpufreq: exynos: Use dev_err/info function instead of pr_err/infoGravatar Chanwoo Choi 1-9/+12
2014-04-30cpufreq: Use cpufreq_for_each_* macros for frequency table iterationGravatar Stratos Karafotis 1-6/+5
2014-03-12cpufreq: Remove cpufreq_generic_exit()Gravatar Viresh Kumar 1-1/+0
2014-03-06cpufreq: exynos: Use cpufreq_generic_suspend()Gravatar Viresh Kumar 1-89/+7
2014-01-17cpufreq: exynos: Extend Exynos cpufreq driver to support boostGravatar Lukasz Majewski 1-0/+3
2014-01-17cpufreq: introduce cpufreq_generic_get() routineGravatar Viresh Kumar 1-7/+3
2014-01-06cpufreq: exynos: Convert exynos-cpufreq to platform driverGravatar Lukasz Majewski 1-2/+11
2014-01-06cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagGravatar Viresh Kumar 1-1/+1
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2013-10-31cpufreq: move freq change notifications to cpufreq coreGravatar Viresh Kumar 1-20/+8
2013-10-25cpufreq: Implement light weight ->target_index() routineGravatar Viresh Kumar 1-18/+3
2013-10-17exynos-cpufreq: fix false return check from "regulator_set_voltage"Gravatar Manish Badarkhe 1-1/+1
2013-10-16cpufreq: exynos: use cpufreq_generic_init()Gravatar Viresh Kumar 1-6/+1
2013-10-16cpufreq: exynos: don't initialize part of policy set by coreGravatar Viresh Kumar 1-2/+0
2013-10-16cpufreq: exynos: Use generic cpufreq routinesGravatar Viresh Kumar 1-20/+3
2013-10-14Correct some typos for word frequencyGravatar LABBE Corentin 1-1/+1
2013-09-30cpufreq: exynos: use cpufreq_table_validate_and_show()Gravatar Viresh Kumar 1-3/+1
2013-08-14Merge branch 'cpufreq-fixes' of git://git.linaro.org/people/vireshk/linux int...Gravatar Rafael J. Wysocki 1-1/+0
2013-08-12cpufreq: fix EXYNOS drivers selectionGravatar Bartlomiej Zolnierkiewicz 1-1/+0
2013-08-07cpufreq: Use sizeof(*ptr) convetion for computing sizesGravatar Viresh Kumar 1-1/+1
2013-06-24cpufreq: exynos: call CPUFREQ_POSTCHANGE notfier in error casesGravatar Viresh Kumar 1-2/+8
2013-04-10cpufreq: exynos: Remove error return even if no soc is foundGravatar Amit Daniel Kachhap 1-1/+1
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Gravatar Viresh Kumar 1-5/+2
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-2/+2
2013-02-15Merge branch 'next/cpufreq-exynos' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Rafael J. Wysocki 1-68/+106
2013-02-09cpufreq: exynos: simplify .init() for setting policy->cpusGravatar Viresh Kumar 1-13/+1
2013-02-04cpufreq: exynos: Fix hang in pm handler due to frequency mismatchGravatar Jonghwan Choi 1-3/+5
2013-01-31cpufreq: exynos: Initialize return variableGravatar Sachin Kamat 1-1/+1
2013-01-25cpufreq: exynos: Fix unsigned variable being checked for negative valueGravatar Sachin Kamat 1-1/+1
2013-01-18cpufreq: exynos: Get booting freq value in exynos_cpufreq_initGravatar Jonghwan Choi 1-2/+2
2013-01-18cpufreq: exynos: Show list of available frequenciesGravatar Inderpal Singh 1-0/+13
2013-01-10cpufreq: exynos: cleanup exynos-cpufreq headerGravatar Kukjin Kim 1-2/+2
2012-12-23cpufreq: exynos: Split exynos_target function into two functionsGravatar Jonghwan Choi 1-65/+86
2012-12-23cpufreq: exynos: Check old & new frequency earlyGravatar Jonghwan Choi 1-2/+5
2012-12-23cpufreq: exynos: Remove unused variable & IS_ERRGravatar Jonghwan Choi 1-2/+1
2012-11-22cpufreq: exynos: Use static for functions used in only this fileGravatar Tushar Behera 1-2/+2
2012-11-22cpufreq: exynos: Broadcast frequency change notifications for all coresGravatar Tomasz Figa 1-2/+5
2012-07-20EXYNOS: bugfix on retrieving old_index from freqs.oldGravatar Jonghwa Lee 1-2/+12
2012-03-14EXYNOS5250: Add support cpufreq for EXYNOS5250Gravatar Jaecheol Lee 1-0/+2
2012-03-14EXYNOS4X12: Add support cpufreq for EXYNOS4X12Gravatar Jaecheol Lee 1-0/+2
2012-02-29[CPUFREQ] EXYNOS: Initialize locking_frequency with initial frequencyGravatar Tushar Behera 1-0/+2