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
bnep
cmtp
hidp
rfcomm
6lowpan.c -rw-r--r-- 30.2 KB
Kconfig -rw-r--r-- 3.3 KB
Makefile -rw-r--r-- 717 bytes
a2mp.c -rw-r--r-- 21.9 KB
a2mp.h -rw-r--r-- 3.6 KB
af_bluetooth.c -rw-r--r-- 16.7 KB
amp.c -rw-r--r-- 14.3 KB
amp.h -rw-r--r-- 2.3 KB
ecc.c -rw-r--r-- 19.8 KB
ecc.h -rw-r--r-- 2.3 KB
hci_conn.c -rw-r--r-- 39.4 KB
hci_core.c -rw-r--r-- 99.3 KB
hci_debugfs.c -rw-r--r-- 29.1 KB
hci_debugfs.h -rw-r--r-- 1.6 KB
hci_event.c -rw-r--r-- 129.4 KB
hci_request.c -rw-r--r-- 58.0 KB
hci_request.h -rw-r--r-- 4.1 KB
hci_sock.c -rw-r--r-- 35.4 KB
hci_sysfs.c -rw-r--r-- 2.1 KB
l2cap_core.c -rw-r--r-- 178.2 KB
l2cap_sock.c -rw-r--r-- 36.4 KB
leds.c -rw-r--r-- 1.8 KB
leds.h -rw-r--r-- 556 bytes
lib.c -rw-r--r-- 3.3 KB
mgmt.c -rw-r--r-- 181.4 KB
mgmt_util.c -rw-r--r-- 4.8 KB
mgmt_util.h -rw-r--r-- 2.2 KB
sco.c -rw-r--r-- 24.6 KB
selftest.c -rw-r--r-- 7.9 KB
selftest.h -rw-r--r-- 1.6 KB
smp.c -rw-r--r-- 91.0 KB
smp.h -rw-r--r-- 4.9 KB

back to top