Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
59f0d21883f39d27f14408d4ca211dce80658963
/
drivers
/
thermal
/
cpu_cooling.c
59f0d21
thermal/cpu_cooling: rename cpufreq_val as clipped_freq
by Viresh Kumar
· 9 years ago
a24af23
thermal/cpu_cooling: convert 'switch' block to 'if' block in notifier
by Viresh Kumar
· 9 years ago
166529c
thermal/cpu_cooling: quit early after updating policy
by Viresh Kumar
· 9 years ago
76fd38c
thermal/cpu_cooling: No need to initialize max_freq to 0
by Viresh Kumar
· 9 years ago
02373d7
thermal: cpu_cooling: fix lockdep problems in cpu_cooling
by Russell King
· 9 years ago
dd658e0
thermal: cpu_cooling: Fix power calculation when CPUs are offline
by Kapileshwar Singh
· 10 years ago
54b92aa
thermal: cpu_cooling: Remove cpu_dev update on policy CPU update
by Kapileshwar Singh
· 10 years ago
0cdf97e
thermal: cpu_cooling: Check memory allocation of power_table
by Javi Merino
· 10 years ago
6828a47
thermal: add trace events to the power allocator governor
by Javi Merino
· 10 years ago
c36cf07
thermal: cpu_cooling: implement the power cooling device API
by Javi Merino
· 10 years ago
7429b1e
Merge branches 'thermal-core', 'thermal-soc' and 'thermal-int340x' of .git into next
by Zhang Rui
· 10 years ago
fc4de35
thermal: cpu_cooling: document node in struct cpufreq_cooling_device
by Javi Merino
· 10 years ago
2d2e95e
thermal: cpu_cooling: small memory leak on error
by Dan Carpenter
· 10 years ago
73904cb
thermal: cpu_cooling: update copyright tags
by Viresh Kumar
· 10 years ago
4843c4a
thermal: cpu_cooling: Use cpufreq_dev->freq_table for finding level/freq
by Viresh Kumar
· 10 years ago
f685901
thermal: cpu_cooling: Store frequencies in descending order
by Viresh Kumar
· 10 years ago
b9f8b41
thermal: cpu_cooling: Pass 'cpufreq_dev' to get_property()
by Viresh Kumar
· 10 years ago
2479bb6
thermal: cpu_cooling: use cpufreq_dev_list instead of cpufreq_dev_count
by Viresh Kumar
· 10 years ago
97afa4a
thermal: cpu_cooling: get_property() doesn't need to support GET_MAXL anymore
by Viresh Kumar
· 10 years ago
dcc6c7f
thermal: cpu_cooling: find max level during device registration
by Viresh Kumar
· 10 years ago
521a2e5
thermal: cpu_cooling: remove unnecessary wrapper get_cpu_frequency()
by Viresh Kumar
· 10 years ago
5194fe4
thermal: cpu_cooling: Merge cpufreq_apply_cooling() into cpufreq_set_cur_state()
by Viresh Kumar
· 10 years ago
7adb635
thermal: cpu_cooling: initialize 'cpufreq_val' on registration
by Viresh Kumar
· 10 years ago
730abe0
thermal: cpu_cooling: do error handling at the bottom in __cpufreq_cooling_register()
by Viresh Kumar
· 10 years ago
c9ca319
thermal: cpu_cooling: Don't check is_cpufreq_valid()
by Viresh Kumar
· 10 years ago
e1fae55
thermal: cpu_cooling: don't iterate over all allowed_cpus to update cpufreq policy
by Viresh Kumar
· 10 years ago
405fb82
thermal: cpu_cooling: Don't match min/max frequencies for all CPUs on cooling register
by Viresh Kumar
· 10 years ago
268ac44
thermal: cpu_cooling: propagate error returned by idr_alloc()
by Viresh Kumar
· 10 years ago
8e54d44
thermal: cpu_cooling: no need to initialze 'ret'
by Viresh Kumar
· 10 years ago
5d3bdb8
thermal: cpu_cooling: no need to set cpufreq_dev to NULL
by Viresh Kumar
· 10 years ago
92e615e
thermal: cpu_cooling: no need to set cpufreq_state to zero
by Viresh Kumar
· 10 years ago
98d522f
thermal: cpu_cooling: Pass variable instead of its type to sizeof()
by Viresh Kumar
· 10 years ago
07d888d
thermal: cpu_cooling: Add comment to clarify relation between cooling state and frequency
by Viresh Kumar
· 10 years ago
beca605
thermal: cpu_cooling: fix doc comment over struct cpufreq_cooling_device
by Viresh Kumar
· 10 years ago
728c03c
thermal: cpu_cooling: random comment fixups
by Viresh Kumar
· 10 years ago
0f1be51
thermal: cpu_cooling: check for the readiness of cpufreq layer
by Eduardo Valentin
· 10 years ago
2dcd851
thermal: cpu_cooling: Update always cpufreq policy with thermal constraints
by Yadwinder Singh Brar
· 10 years ago
9746b6e
thermal: cpu_cooling: fix typo highjack -> hijack
by Javi Merino
· 10 years ago
3c84ef3
thermal: cpu_cooling: Use cpufreq_for_each_valid_entry macro for iteration
by Stratos Karafotis
· 11 years ago
201531c
Merge branches 'misc', 'soc', 'soc-eduardo' and 'int3404-thermal' of .git into next
by Zhang Rui
· 11 years ago
a116776
Thermal cpu cooling: return error if no valid cpu frequency entry
by Zhang Rui
· 11 years ago
1c9573a
thermal: fix cpu_cooling max_level behavior
by Eduardo Valentin
· 11 years ago
39d99cf
thermal: cpu_cooling: introduce of_cpufreq_cooling_register
by Eduardo Valentin
· 11 years ago
73b9bcd
thermal: cpu_cooling: fix return value check in cpufreq_cooling_register()
by Wei Yongjun
· 11 years ago
50e66c7
drivers: thermal: add check when unregistering cpu cooling
by Eduardo Valentin
· 11 years ago
044d5c2
Thermal/cpu_cooling: Return directly for the cpu out of allowed_cpus in the cpufreq_thermal_notifier()
by Lan Tianyu
· 11 years ago
24c7a38
thermal: cpu_cooling: fix 'descend' check in get_property()
by Shawn Guo
· 11 years ago
5fda7f6
thermal: cpu_cooling: alignment improvements
by Eduardo Valentin
· 12 years ago
ef5e212
thermal: cpu_cooling: remove checkpatch.pl warning
by Eduardo Valentin
· 12 years ago
e45a643
thermal: cpu_cooling: remove trailing blank line
by Eduardo Valentin
· 12 years ago
d8892a0
thermal: cpu_cooling: align on open parenthesis
by Eduardo Valentin
· 12 years ago
1b9e352
thermal: cpu_cooling: standardize comment style
by Eduardo Valentin
· 12 years ago
79491e5
thermal: cpu_cooling: standardize end of function
by Eduardo Valentin
· 12 years ago
79d2640
thermal: cpu_cooling: remove trailing white spaces
by Eduardo Valentin
· 12 years ago
67d0b2a
thermal: cpu_cooling: remove unused symbols
by Eduardo Valentin
· 12 years ago
2d9bf71
thermal: cpu_cooling: remove not needed curl brackets
by Eduardo Valentin
· 12 years ago
99871a7
thermal: cpu_cooling: use snprintf instead of sprintf
by Eduardo Valentin
· 12 years ago
135266b
thermal: cpu_cooling: update kernel-doc comment for cpufreq_cooling_unregister
by Eduardo Valentin
· 12 years ago
12cb08b
thermal: cpu_cooling: update kernel-doc for cpufreq_cooling_register
by Eduardo Valentin
· 12 years ago
56e05fdb
thermal: cpu_cooling: update documentation for cpufreq_set_cur_state
by Eduardo Valentin
· 12 years ago
3672552
thermal: cpu_cooling: update documentation for cpufreq_get_cur_state
by Eduardo Valentin
· 12 years ago
62c0042
thermal: cpu_cooling: update documentation for cpufreq_get_max_state
by Eduardo Valentin
· 12 years ago
bab3055
thermal: cpu_cooling: update documentation for cpufreq_thermal_notifier
by Eduardo Valentin
· 12 years ago
4b33deb
thermal: cpu_cooling: update documentation for cpufreq_apply_cooling
by Eduardo Valentin
· 12 years ago
41518c4
thermal: cpu_cooling: improve documentation for get_cpu_frequency
by Eduardo Valentin
· 12 years ago
44952d3
thermal: cpu_cooling: document cpufreq_get_cooling_level
by Eduardo Valentin
· 12 years ago
2d6f28f
thermal: cpu_cooling: add documentation for get_property
by Eduardo Valentin
· 12 years ago
82b9ee4
thermal: cpu_cooling: fix kernel doc for is_cpufreq_valid
by Eduardo Valentin
· 12 years ago
4469b99
thermal: cpu_cooling: remove compiler warning
by Eduardo Valentin
· 12 years ago
243dbd9
thermal: cpu_cooling: use EXPORT_SYMBOL_GPL
by Eduardo Valentin
· 12 years ago
3b3c074
thermal: cpu_cooling: fix kernel_doc for cpufreq_cooling_device
by Eduardo Valentin
· 12 years ago
25c52af
thermal: cpu_cooling: remove unused headers
by Eduardo Valentin
· 12 years ago
4f89038
Thermal: cpufreq cooling: endian bug in cpufreq_get_max_state()
by Dan Carpenter
· 12 years ago
d13cb03
Merge branch 'thermal' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux into next
by Zhang Rui
· 12 years ago
bde0066
drivers: thermal: cpu_cooling: fix checkpatch warning
by Laurent Navet [Mali]
· 12 years ago
57df810
Thermal: exynos: fix cooling state translation
by Zhang Rui
· 12 years ago
fc35b35
Thermal: cpufreq cooling: fix parsing per_cpu cpufreq_frequency_table
by Zhang Rui
· 12 years ago
2af7844
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 12 years ago
6deb69f
thermal: convert to idr_alloc()
by Tejun Heo
· 12 years ago
475f41c
Thermal: fix a wrong comment
by Zhang Rui
· 12 years ago
3778ff5
thermal: cpu cooling: use const parameter while registering
by Eduardo Valentin
· 12 years ago
a0f846c
thermal: cpu_cooling: Make 'notify_device' static
by Sachin Kamat
· 12 years ago
160b7d8
Thermal: Remove the cooling_cpufreq_list.
by hongbo.zhang
· 12 years ago
9c51b05
Thermal: fix bug of counting cpu frequencies.
by hongbo.zhang
· 12 years ago
6b6519d
Thermal: add indent for code alignment.
by hongbo.zhang
· 12 years ago
29b19e2
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux into thermal
by Len Brown
· 12 years ago
a4b6fec
Thermal: Fix bug on cpu_cooling, cooling device's id conflict problem.
by Jonghwa Lee
· 12 years ago
0236141
thermal: add generic cpufreq cooling implementation
by Amit Daniel Kachhap
· 12 years ago