Javi Merino
|
eba4f88d5a
thermal: cpu_cooling: free power table on error or when unregistering
|
10 years ago |
Javi Merino
|
459ac37506
thermal: cpu_cooling: don't call kcalloc() under rcu_read_lock
|
10 years ago |
Viresh Kumar
|
1afb9c539d
thermal/cpu_cooling: update policy limits if clipped_freq < policy->max
|
10 years ago |
Viresh Kumar
|
abcbcc25cb
thermal/cpu_cooling: rename max_freq as clipped_freq in notifier
|
10 years ago |
Viresh Kumar
|
59f0d21883
thermal/cpu_cooling: rename cpufreq_val as clipped_freq
|
10 years ago |
Viresh Kumar
|
a24af233a1
thermal/cpu_cooling: convert 'switch' block to 'if' block in notifier
|
10 years ago |
Viresh Kumar
|
166529c9b6
thermal/cpu_cooling: quit early after updating policy
|
10 years ago |
Viresh Kumar
|
76fd38ce21
thermal/cpu_cooling: No need to initialize max_freq to 0
|
10 years ago |
Russell King
|
02373d7c69
thermal: cpu_cooling: fix lockdep problems in cpu_cooling
|
10 years ago |
Kapileshwar Singh
|
dd658e0235
thermal: cpu_cooling: Fix power calculation when CPUs are offline
|
10 years ago |
Kapileshwar Singh
|
54b92aae83
thermal: cpu_cooling: Remove cpu_dev update on policy CPU update
|
10 years ago |
Javi Merino
|
0cdf97e1ad
thermal: cpu_cooling: Check memory allocation of power_table
|
10 years ago |
Javi Merino
|
6828a4711f
thermal: add trace events to the power allocator governor
|
10 years ago |
Javi Merino
|
c36cf07176
thermal: cpu_cooling: implement the power cooling device API
|
10 years ago |
Zhang Rui
|
7429b1e0d0
Merge branches 'thermal-core', 'thermal-soc' and 'thermal-int340x' of .git into next
|
10 years ago |
Javi Merino
|
fc4de356e0
thermal: cpu_cooling: document node in struct cpufreq_cooling_device
|
10 years ago |
Dan Carpenter
|
2d2e95ea8f
thermal: cpu_cooling: small memory leak on error
|
10 years ago |
Viresh Kumar
|
73904cbc1a
thermal: cpu_cooling: update copyright tags
|
10 years ago |
Viresh Kumar
|
4843c4a190
thermal: cpu_cooling: Use cpufreq_dev->freq_table for finding level/freq
|
10 years ago |
Viresh Kumar
|
f6859014c7
thermal: cpu_cooling: Store frequencies in descending order
|
10 years ago |
Viresh Kumar
|
b9f8b41603
thermal: cpu_cooling: Pass 'cpufreq_dev' to get_property()
|
10 years ago |
Viresh Kumar
|
2479bb6443
thermal: cpu_cooling: use cpufreq_dev_list instead of cpufreq_dev_count
|
10 years ago |
Viresh Kumar
|
97afa4aafb
thermal: cpu_cooling: get_property() doesn't need to support GET_MAXL anymore
|
10 years ago |
Viresh Kumar
|
dcc6c7fdef
thermal: cpu_cooling: find max level during device registration
|
10 years ago |
Viresh Kumar
|
521a2e5831
thermal: cpu_cooling: remove unnecessary wrapper get_cpu_frequency()
|
10 years ago |
Viresh Kumar
|
5194fe4699
thermal: cpu_cooling: Merge cpufreq_apply_cooling() into cpufreq_set_cur_state()
|
10 years ago |
Viresh Kumar
|
7adb635b3c
thermal: cpu_cooling: initialize 'cpufreq_val' on registration
|
10 years ago |
Viresh Kumar
|
730abe064b
thermal: cpu_cooling: do error handling at the bottom in __cpufreq_cooling_register()
|
10 years ago |
Viresh Kumar
|
c9ca319f05
thermal: cpu_cooling: Don't check is_cpufreq_valid()
|
10 years ago |
Viresh Kumar
|
e1fae554fb
thermal: cpu_cooling: don't iterate over all allowed_cpus to update cpufreq policy
|
10 years ago |