Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
6cfdf55b7746a3b1bc324a9e64abe2f055368e6f
/
drivers
/
cpufreq
/
exynos-cpufreq.c
e725d26
cpufreq: exynos: Use device tree to determine if cpufreq cooling should be registered
by Lukasz Majewski
· 10 years ago
30f51f2
cpufreq: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
4dc4226
Merge tag 'pm+acpi-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm into next
by Linus Torvalds
· 10 years ago
4c8d819
cpufreq: exynos: Fix driver compilation with ARCH_MULTIPLATFORM
by Tomasz Figa
· 10 years ago
be1f7c8
cpufreq: exynos: Fix the compile error
by Jonghwan Choi
· 10 years ago
e5eaa44
cpufreq: exynos: Use dev_err/info function instead of pr_err/info
by Chanwoo Choi
· 11 years ago
041526f
cpufreq: Use cpufreq_for_each_* macros for frequency table iteration
by Stratos Karafotis
· 11 years ago
979d86f
cpufreq: Remove cpufreq_generic_exit()
by Viresh Kumar
· 11 years ago
d248bb8
cpufreq: exynos: Use cpufreq_generic_suspend()
by Viresh Kumar
· 11 years ago
c683c2c
cpufreq: exynos: Extend Exynos cpufreq driver to support boost
by Lukasz Majewski
· 11 years ago
652ed95
cpufreq: introduce cpufreq_generic_get() routine
by Viresh Kumar
· 11 years ago
d568b6f
cpufreq: exynos: Convert exynos-cpufreq to platform driver
by Lukasz Majewski
· 11 years ago
ae6b427
cpufreq: Mark ARM drivers with CPUFREQ_NEED_INITIAL_FREQ_CHECK flag
by Viresh Kumar
· 11 years ago
9073e1a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
d4019f0
cpufreq: move freq change notifications to cpufreq core
by Viresh Kumar
· 11 years ago
9c0ebcf
cpufreq: Implement light weight ->target_index() routine
by Viresh Kumar
· 11 years ago
006454a
exynos-cpufreq: fix false return check from "regulator_set_voltage"
by Manish Badarkhe
· 11 years ago
b249aba
cpufreq: exynos: use cpufreq_generic_init()
by Viresh Kumar
· 11 years ago
77fa105
cpufreq: exynos: don't initialize part of policy set by core
by Viresh Kumar
· 11 years ago
eea6181
cpufreq: exynos: Use generic cpufreq routines
by Viresh Kumar
· 11 years ago
0585123
Correct some typos for word frequency
by LABBE Corentin
· 11 years ago
bc574ce
cpufreq: exynos: use cpufreq_table_validate_and_show()
by Viresh Kumar
· 11 years ago
361c2cb
Merge branch 'cpufreq-fixes' of git://git.linaro.org/people/vireshk/linux into pm-cpufreq
by Rafael J. Wysocki
· 11 years ago
45e1208
cpufreq: fix EXYNOS drivers selection
by Bartlomiej Zolnierkiewicz
· 11 years ago
d5b73cd
cpufreq: Use sizeof(*ptr) convetion for computing sizes
by Viresh Kumar
· 11 years ago
c3aca6b
cpufreq: exynos: call CPUFREQ_POSTCHANGE notfier in error cases
by Viresh Kumar
· 11 years ago
c158520
cpufreq: exynos: Remove error return even if no soc is found
by Amit Daniel Kachhap
· 12 years ago
b43a7ff
cpufreq: Notify all policy->cpus in cpufreq_notify_transition()
by Viresh Kumar
· 12 years ago
b274776
Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
60a406d
Merge branch 'next/cpufreq-exynos' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung
by Rafael J. Wysocki
· 12 years ago
6ca939b
cpufreq: exynos: simplify .init() for setting policy->cpus
by Viresh Kumar
· 12 years ago
c098ea7
cpufreq: exynos: Fix hang in pm handler due to frequency mismatch
by Jonghwan Choi
· 12 years ago
229b21e
cpufreq: exynos: Initialize return variable
by Sachin Kamat
· 12 years ago
d271d07
cpufreq: exynos: Fix unsigned variable being checked for negative value
by Sachin Kamat
· 12 years ago
6e45eb1
cpufreq: exynos: Get booting freq value in exynos_cpufreq_init
by Jonghwan Choi
· 12 years ago
1298271
cpufreq: exynos: Show list of available frequencies
by Inderpal Singh
· 12 years ago
c4aaa29
cpufreq: exynos: cleanup exynos-cpufreq header
by Kukjin Kim
· 12 years ago
0e0e425
cpufreq: exynos: Split exynos_target function into two functions
by Jonghwan Choi
· 12 years ago
857d90f
cpufreq: exynos: Check old & new frequency early
by Jonghwan Choi
· 12 years ago
184cddd
cpufreq: exynos: Remove unused variable & IS_ERR
by Jonghwan Choi
· 12 years ago
5542721
cpufreq: exynos: Use static for functions used in only this file
by Tushar Behera
· 12 years ago
fd06a20
cpufreq: exynos: Broadcast frequency change notifications for all cores
by Tomasz Figa
· 12 years ago
53df1ad
EXYNOS: bugfix on retrieving old_index from freqs.old
by Jonghwa Lee
· 12 years ago
562a6cb
EXYNOS5250: Add support cpufreq for EXYNOS5250
by Jaecheol Lee
· 13 years ago
a35c505
EXYNOS4X12: Add support cpufreq for EXYNOS4X12
by Jaecheol Lee
· 13 years ago
60d2725
[CPUFREQ] EXYNOS: Initialize locking_frequency with initial frequency
by Tushar Behera
· 13 years ago
6c523c6
[CPUFREQ] EXYNOS: Removed useless headers and codes
by Jaecheol Lee
· 13 years ago
a125a17
[CPUFREQ] EXYNOS: Make EXYNOS common cpufreq driver
by Jaecheol Lee
· 13 years ago