Revision 0043ee40f98d15a50721fbd5dbf7c7797f8d03cd authored by Linus Torvalds on 15 August 2016, 02:01:31 UTC, committed by Linus Torvalds on 15 August 2016, 02:01:31 UTC
Pull thermal updates from Zhang Rui:

 - Fix a race condition when updating cooling device, which may lead to
   a situation where a thermal governor never updates the cooling
   device.  From Michele Di Giorgio.

 - Fix a zero division error when disabling the forced idle injection
   from the intel powerclamp.  From Petr Mladek.

 - Add suspend/resume callback for intel_pch_thermal thermal driver.
   From Srinivas Pandruvada.

 - Another two fixes for clocking cooling driver and hwmon sysfs I/F.
   From Michele Di Giorgio and Kuninori Morimoto.

[ Hmm.  That suspend/resume callback for intel_pch_thermal doesn't look
  like a fix, but I'm letting it slide..  - Linus ]

* 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux:
  thermal: clock_cooling: Fix missing mutex_init()
  thermal: hwmon: EXPORT_SYMBOL_GPL for thermal hwmon sysfs
  thermal: fix race condition when updating cooling device
  thermal/powerclamp: Prevent division by zero when counting interval
  thermal: intel_pch_thermal: Add suspend/resume callback
2 parent s 4ef870e + 1577ddf
History
File Mode Size
Kconfig -rw-r--r-- 2.2 KB
Makefile -rw-r--r-- 446 bytes
actions.c -rw-r--r-- 30.3 KB
conntrack.c -rw-r--r-- 36.6 KB
conntrack.h -rw-r--r-- 2.6 KB
datapath.c -rw-r--r-- 58.7 KB
datapath.h -rw-r--r-- 6.5 KB
dp_notify.c -rw-r--r-- 2.6 KB
flow.c -rw-r--r-- 19.1 KB
flow.h -rw-r--r-- 6.7 KB
flow_netlink.c -rw-r--r-- 68.3 KB
flow_netlink.h -rw-r--r-- 2.7 KB
flow_table.c -rw-r--r-- 18.9 KB
flow_table.h -rw-r--r-- 2.8 KB
vport-geneve.c -rw-r--r-- 3.0 KB
vport-gre.c -rw-r--r-- 2.6 KB
vport-internal_dev.c -rw-r--r-- 7.8 KB
vport-internal_dev.h -rw-r--r-- 1.0 KB
vport-netdev.c -rw-r--r-- 5.3 KB
vport-netdev.h -rw-r--r-- 1.1 KB
vport-vxlan.c -rw-r--r-- 4.1 KB
vport.c -rw-r--r-- 12.6 KB
vport.h -rw-r--r-- 6.2 KB

back to top