summaryrefslogtreecommitdiff
path: root/drivers/cpufreq/exynos-cpufreq.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-20cpufreq: boost: Provide support for BOOST on linux-3.10-tizenLukasz Majewski1-2/+36
2014-03-20cpufreq: exysnos: Fix the way of enabling boost in exynos cpufreq driver.Jonghwa Lee1-7/+3
2014-03-20cpufreq:boost:Kconfig: Enable software managed BOOST support at KconfigLukasz Majewski1-0/+4
2014-03-20cpufreq:exynos:Extend Exynos cpufreq driver to support boost frameworkLukasz Majewski1-0/+4
2014-03-20ARM: cpufreq: Parse CPUFREQ's voltage table passed as device tree nodeLukasz Majewski1-0/+45
2014-03-20cpufreq: exynos: fix section mismatchSeung-Woo Kim1-2/+2
2014-03-20cpufreq: exynos4x12: Parse frequency table from device treeLukasz Majewski1-0/+66
2014-03-20cpufreq: exynos: Use device-based lookup for vdd_arm regulatorTomasz Figa1-1/+1
2014-03-20cpufreq: exynos: Save struct device in driver dataTomasz Figa1-0/+2
2014-03-20cpufreq: Define cpufreq as a platform deviceLukasz Majewski1-1/+34
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/kern...Rafael 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
2012-03-14EXYNOS4X12: Add support cpufreq for EXYNOS4X12Jaecheol Lee1-0/+2
2012-02-29[CPUFREQ] EXYNOS: Initialize locking_frequency with initial frequencyTushar Behera1-0/+2
2012-01-08[CPUFREQ] EXYNOS: Removed useless headers and codesJaecheol Lee1-7/+1
2012-01-08[CPUFREQ] EXYNOS: Make EXYNOS common cpufreq driverJaecheol Lee1-0/+296