aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/exynos-cpufreq.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-14cpufreq: exynos: remove Exynos4x12 specific cpufreq driver supportBartlomiej Zolnierkiewicz1-234/+0
2015-07-24cpufreq: exynos: remove exynos5250 specific cpufreq driver supportBartlomiej Zolnierkiewicz1-3/+0
2015-07-02Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2015-06-20cpufreq: exynos: remove Exynos4210 specific cpufreq driver supportThomas Abraham1-4/+1
2015-06-16drivers/cpufreq: include <module.h> for modular exynos-cpufreq.c codePaul Gortmaker1-0/+1
2015-03-02cpufreq: exynos: Use simple approach to asses if cpu cooling can be usedLukasz Majewski1-15/+6
2015-01-24cpufreq: exynos: Use device tree to determine if cpufreq cooling should be registeredLukasz Majewski1-1/+32
2014-10-20cpufreq: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-06-04Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into nextLinus Torvalds1-15/+17
2014-05-31cpufreq: exynos: Fix driver compilation with ARCH_MULTIPLATFORMTomasz Figa1-2/+0
2014-05-26cpufreq: exynos: Fix the compile errorJonghwan Choi1-5/+14
2014-05-01cpufreq: exynos: Use dev_err/info function instead of pr_err/infoChanwoo Choi1-9/+12
2014-04-30cpufreq: Use cpufreq_for_each_* macros for frequency table iterationStratos Karafotis1-6/+5
2014-03-12cpufreq: Remove cpufreq_generic_exit()Viresh Kumar1-1/+0
2014-03-06cpufreq: exynos: Use cpufreq_generic_suspend()Viresh Kumar1-89/+7
2014-01-17cpufreq: exynos: Extend Exynos cpufreq driver to support boostLukasz Majewski1-0/+3
2014-01-17cpufreq: introduce cpufreq_generic_get() routineViresh Kumar1-7/+3
2014-01-06cpufreq: exynos: Convert exynos-cpufreq to platform driverLukasz Majewski1-2/+11
2014-01-06cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flagViresh Kumar1-1/+1
2013-11-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2013-10-31cpufreq: move freq change notifications to cpufreq coreViresh Kumar1-20/+8
2013-10-25cpufreq: Implement light weight ->target_index() routineViresh Kumar1-18/+3
2013-10-17exynos-cpufreq: fix false return check from "regulator_set_voltage"Manish Badarkhe1-1/+1
2013-10-16cpufreq: exynos: use cpufreq_generic_init()Viresh Kumar1-6/+1
2013-10-16cpufreq: exynos: don't initialize part of policy set by coreViresh Kumar1-2/+0
2013-10-16cpufreq: exynos: Use generic cpufreq routinesViresh Kumar1-20/+3
2013-10-14Correct some typos for word frequencyLABBE Corentin1-1/+1
2013-09-30cpufreq: exynos: use cpufreq_table_validate_and_show()Viresh Kumar1-3/+1
2013-08-14Merge branch 'cpufreq-fixes' of git://git.linaro.org/people/vireshk/linux into pm-cpufreqRafael J. Wysocki1-1/+0
2013-08-12cpufreq: fix EXYNOS drivers selectionBartlomiej Zolnierkiewicz1-1/+0
2013-08-07cpufreq: Use sizeof(*ptr) convetion for computing sizesViresh Kumar1-1/+1
2013-06-24cpufreq: exynos: call CPUFREQ_POSTCHANGE notfier in error casesViresh Kumar1-2/+8
2013-04-10cpufreq: exynos: Remove error return even if no soc is foundAmit Daniel Kachhap1-1/+1
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar1-5/+2
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2013-02-15Merge branch 'next/cpufreq-exynos' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsungRafael J. Wysocki1-68/+106
2013-02-09cpufreq: exynos: simplify .init() for setting policy->cpusViresh Kumar1-13/+1
2013-02-04cpufreq: exynos: Fix hang in pm handler due to frequency mismatchJonghwan Choi1-3/+5
2013-01-31cpufreq: exynos: Initialize return variableSachin Kamat1-1/+1
2013-01-25cpufreq: exynos: Fix unsigned variable being checked for negative valueSachin Kamat1-1/+1
2013-01-18cpufreq: exynos: Get booting freq value in exynos_cpufreq_initJonghwan Choi1-2/+2
2013-01-18cpufreq: exynos: Show list of available frequenciesInderpal Singh1-0/+13
2013-01-10cpufreq: exynos: cleanup exynos-cpufreq headerKukjin Kim1-2/+2
2012-12-23cpufreq: exynos: Split exynos_target function into two functionsJonghwan Choi1-65/+86
2012-12-23cpufreq: exynos: Check old & new frequency earlyJonghwan Choi1-2/+5
2012-12-23cpufreq: exynos: Remove unused variable & IS_ERRJonghwan Choi1-2/+1
2012-11-22cpufreq: exynos: Use static for functions used in only this fileTushar Behera1-2/+2
2012-11-22cpufreq: exynos: Broadcast frequency change notifications for all coresTomasz Figa1-2/+5
2012-07-20EXYNOS: bugfix on retrieving old_index from freqs.oldJonghwa Lee1-2/+12
2012-03-14EXYNOS5250: Add support cpufreq for EXYNOS5250Jaecheol Lee1-0/+2