Merge branches 'thermal-core', 'thermal-soc' and 'thermal-int340x' of .git into next
authorZhang Rui <rui.zhang@intel.com>
Wed, 24 Dec 2014 02:38:30 +0000 (10:38 +0800)
committerZhang Rui <rui.zhang@intel.com>
Wed, 24 Dec 2014 02:38:30 +0000 (10:38 +0800)
1  2  3 
drivers/thermal/cpu_cooling.c

    *   cooling devices.
    * @cpufreq_val: integer value representing the absolute value of the clipped
    *   frequency.
+ + * @max_level: maximum cooling level. One less than total number of valid
+ + *   cpufreq frequencies.
    * @allowed_cpus: all the cpus involved for this cpufreq_cooling_device.
 ++ * @node: list_head to link all cpufreq_cooling_device together.
    *
- - * This structure is required for keeping information of each
- - * cpufreq_cooling_device registered. In order to prevent corruption of this a
- - * mutex lock cooling_cpufreq_lock is used.
+ + * This structure is required for keeping information of each registered
+ + * cpufreq_cooling_device.
    */
   struct cpufreq_cooling_device {
        int id;