https://github.com/torvalds/linux
Revision d09bc680ca42ddf3e7b862b95c59af6ef4477840 authored by Linus Torvalds on 28 May 2017, 23:18:27 UTC, committed by Linus Torvalds on 28 May 2017, 23:18:27 UTC
Pull thermal SoC management fixes from Eduardo Valentin:

 - fixes to TI SoC driver, Broadcom, qoriq

 - small sparse warning fix on thermal core

* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal:
  thermal: broadcom: ns-thermal: default on iProc SoCs
  ti-soc-thermal: Fix a typo in a comment line
  ti-soc-thermal: Delete error messages for failed memory allocations in ti_bandgap_build()
  ti-soc-thermal: Use devm_kcalloc() in ti_bandgap_build()
  thermal: core: make thermal_emergency_poweroff static
  thermal: qoriq: remove useless call for of_thermal_get_trip_points()
2 parent s 249f1ef + a54c518
History
Tip revision: d09bc680ca42ddf3e7b862b95c59af6ef4477840 authored by Linus Torvalds on 28 May 2017, 23:18:27 UTC
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal
Tip revision: d09bc68
File Mode Size
Kconfig -rw-r--r-- 4.0 KB
Makefile -rw-r--r-- 1.1 KB
adis16080.c -rw-r--r-- 5.4 KB
adis16130.c -rw-r--r-- 4.6 KB
adis16136.c -rw-r--r-- 13.6 KB
adis16260.c -rw-r--r-- 13.1 KB
adxrs450.c -rw-r--r-- 10.8 KB
bmg160.h -rw-r--r-- 255 bytes
bmg160_core.c -rw-r--r-- 30.1 KB
bmg160_i2c.c -rw-r--r-- 1.5 KB
bmg160_spi.c -rw-r--r-- 1.2 KB
hid-sensor-gyro-3d.c -rw-r--r-- 11.9 KB
itg3200_buffer.c -rw-r--r-- 3.5 KB
itg3200_core.c -rw-r--r-- 9.0 KB
mpu3050-core.c -rw-r--r-- 33.3 KB
mpu3050-i2c.c -rw-r--r-- 3.1 KB
mpu3050.h -rw-r--r-- 2.7 KB
ssp_gyro_sensor.c -rw-r--r-- 4.2 KB
st_gyro.h -rw-r--r-- 1.5 KB
st_gyro_buffer.c -rw-r--r-- 2.5 KB
st_gyro_core.c -rw-r--r-- 10.1 KB
st_gyro_i2c.c -rw-r--r-- 2.5 KB
st_gyro_spi.c -rw-r--r-- 1.6 KB

back to top