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-- 10.2 KB
Makefile -rw-r--r-- 1.6 KB
adxl345.h -rw-r--r-- 505 bytes
adxl345_core.c -rw-r--r-- 4.5 KB
adxl345_i2c.c -rw-r--r-- 1.8 KB
adxl345_spi.c -rw-r--r-- 2.0 KB
bma180.c -rw-r--r-- 21.1 KB
bma220_spi.c -rw-r--r-- 8.1 KB
bmc150-accel-core.c -rw-r--r-- 44.5 KB
bmc150-accel-i2c.c -rw-r--r-- 2.5 KB
bmc150-accel-spi.c -rw-r--r-- 2.4 KB
bmc150-accel.h -rw-r--r-- 450 bytes
da280.c -rw-r--r-- 4.2 KB
da311.c -rw-r--r-- 7.5 KB
dmard06.c -rw-r--r-- 5.8 KB
dmard09.c -rw-r--r-- 4.0 KB
dmard10.c -rw-r--r-- 6.8 KB
hid-sensor-accel-3d.c -rw-r--r-- 13.8 KB
kxcjk-1013.c -rw-r--r-- 33.2 KB
kxsd9-i2c.c -rw-r--r-- 1.3 KB
kxsd9-spi.c -rw-r--r-- 1.2 KB
kxsd9.c -rw-r--r-- 12.1 KB
kxsd9.h -rw-r--r-- 309 bytes
mc3230.c -rw-r--r-- 5.0 KB
mma7455.h -rw-r--r-- 569 bytes
mma7455_core.c -rw-r--r-- 7.3 KB
mma7455_i2c.c -rw-r--r-- 1.6 KB
mma7455_spi.c -rw-r--r-- 1.3 KB
mma7660.c -rw-r--r-- 6.6 KB
mma8452.c -rw-r--r-- 43.9 KB
mma9551.c -rw-r--r-- 14.7 KB
mma9551_core.c -rw-r--r-- 21.4 KB
mma9551_core.h -rw-r--r-- 2.9 KB
mma9553.c -rw-r--r-- 32.2 KB
mxc4005.c -rw-r--r-- 12.2 KB
mxc6255.c -rw-r--r-- 4.6 KB
sca3000.c -rw-r--r-- 42.2 KB
ssp_accel_sensor.c -rw-r--r-- 4.3 KB
st_accel.h -rw-r--r-- 2.1 KB
st_accel_buffer.c -rw-r--r-- 2.6 KB
st_accel_core.c -rw-r--r-- 18.3 KB
st_accel_i2c.c -rw-r--r-- 4.3 KB
st_accel_spi.c -rw-r--r-- 2.0 KB
stk8312.c -rw-r--r-- 16.3 KB
stk8ba50.c -rw-r--r-- 14.3 KB

back to top