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-- 655 bytes
Makefile -rw-r--r-- 513 bytes
af_rds.c -rw-r--r-- 15.5 KB
bind.c -rw-r--r-- 5.1 KB
cong.c -rw-r--r-- 12.7 KB
connection.c -rw-r--r-- 19.5 KB
ib.c -rw-r--r-- 13.1 KB
ib.h -rw-r--r-- 12.4 KB
ib_cm.c -rw-r--r-- 26.8 KB
ib_fmr.c -rw-r--r-- 6.2 KB
ib_frmr.c -rw-r--r-- 9.8 KB
ib_mr.h -rw-r--r-- 5.0 KB
ib_rdma.c -rw-r--r-- 16.2 KB
ib_recv.c -rw-r--r-- 29.7 KB
ib_ring.c -rw-r--r-- 4.8 KB
ib_send.c -rw-r--r-- 29.4 KB
ib_stats.c -rw-r--r-- 3.1 KB
ib_sysctl.c -rw-r--r-- 4.0 KB
info.c -rw-r--r-- 6.4 KB
info.h -rw-r--r-- 934 bytes
loop.c -rw-r--r-- 5.8 KB
loop.h -rw-r--r-- 137 bytes
message.c -rw-r--r-- 9.4 KB
page.c -rw-r--r-- 5.4 KB
rdma.c -rw-r--r-- 22.5 KB
rdma_transport.c -rw-r--r-- 6.0 KB
rdma_transport.h -rw-r--r-- 439 bytes
rds.h -rw-r--r-- 27.7 KB
rds_single_path.h -rw-r--r-- 1.2 KB
recv.c -rw-r--r-- 18.8 KB
send.c -rw-r--r-- 33.0 KB
stats.c -rw-r--r-- 4.3 KB
sysctl.c -rw-r--r-- 3.4 KB
tcp.c -rw-r--r-- 18.9 KB
tcp.h -rw-r--r-- 3.0 KB
tcp_connect.c -rw-r--r-- 4.8 KB
tcp_listen.c -rw-r--r-- 8.2 KB
tcp_recv.c -rw-r--r-- 8.9 KB
tcp_send.c -rw-r--r-- 6.7 KB
tcp_stats.c -rw-r--r-- 2.3 KB
threads.c -rw-r--r-- 7.5 KB
transport.c -rw-r--r-- 4.0 KB

back to top