summaryrefslogtreecommitdiff
path: root/drivers/thermal/thermal_core.c
AgeCommit message (Expand)Author
2018-02-26thermal: add boundary check to set_cur_stateSrikar Srimath Tirumala
2014-06-27thermal: check return value of update_temperatureJinyoung Park
2014-06-23thermal: check tz device is registeredJinyoung Park
2014-06-13thermal: remove all unsigned type use for temperatureDiwakar Tundlam
2014-03-20Revert "thermal: core: use cancel delayed work sync"Diwakar Tundlam
2014-03-10thermal: core: use cancel delayed work syncDiwakar Tundlam
2014-02-27thermal: core: introduce thermal_of_cooling_device_registerEduardo Valentin
2014-02-27thermal: introduce device tree parserEduardo Valentin
2014-02-13thermal: allow registering without .get_tempEduardo Valentin
2014-02-13thermal: revert downstream "binding problem" patch; replace with upstreamPaul Walmsley
2014-02-13Thermal: Check for validity before doing kfreeDurgadoss R
2014-02-13thermal: thermal_core: allow binding with limits on bind_paramsEduardo Valentin
2014-02-13drivers: thermal: make usage of CONFIG_THERMAL_HWMON optionalEduardo Valentin
2014-02-13thermal: hwmon: move hwmon support to single fileEduardo Valentin
2014-02-10Thermal: core: Ask .get_trip_temp() to register thermal zone device.Jonghwa Lee
2014-02-10thermal: cut the spaces when user sets policyAndy Shevchenko
2014-02-10thermal: consider emul_temperature while computing trendEduardo Valentin
2013-11-15thermal: Update THERMAL_MAX_TRIPS to 48Sai Gurrappadi
2013-11-15Thermal: Add temperature to thermal netlink eventSai Gurrappadi
2013-09-14Thermal: sys node to read and write polling_delayDiwakar Tundlam
2013-09-14thermal: core: export API to get thermal zone by nameLaxman Dewangan
2013-09-14thermal: call correct function in crit_showDiwakar Tundlam
2013-09-14Thermal: Add thermal events tracing (ftrace)Timo Alho
2013-09-14netlink: remove return value check for netlink_broadcast()Amit Kamath
2013-09-14Thermal: Fix binding problem when there is thermal zone paramsJinyoung Park
2013-09-14Thermal: Add PID thermal governorJinyoung Park
2013-09-14Thermal: Add start and stop operations in thermal_governor structureJinyoung Park
2013-09-14Thermal: Fix potential NULL pointer dereference bug on tz->governorJinyoung Park
2013-09-14Thermal: Fix wrong condition checking in policy_storeJinyoung Park
2013-09-14Thermal: Allow first cooling device updateAlex Frid
2013-09-14Thermal: Add passive_delay sysfs attribute in thermal zoneJinyoung Park
2013-09-14Thermal: Add available_policies sysfs attributeJinyoung Park
2013-09-14Thermal: Remove dangling newline character in buf on policy_store()Jinyoung Park
2013-09-14drivers: thermal: Add find device functionJoshua Primero
2013-04-27thermal: thermal_core: remove usage of IS_ERR_OR_NULLEduardo Valentin
2013-04-25thermal: update kernel-doc for thermal_zone_device_registerEduardo Valentin
2013-04-25thermal: update kernel-doc for create_trip_attrsEduardo Valentin
2013-04-25thermal: update kernel-doc for thermal_cooling_device_registerEduardo Valentin
2013-04-25thermal: update kernel-doc for thermal_zone_unbind_cooling_deviceEduardo Valentin
2013-04-25thermal: update kernel-doc for thermal_zone_bind_cooling_deviceEduardo Valentin
2013-04-25thermal: use EXPORT_SYMBOL_GPLEduardo Valentin
2013-04-25thermal: rename notify_thermal_framework to thermal_notify_frameworkEduardo Valentin
2013-04-25thermal: update driver licenseEduardo Valentin
2013-04-25thermal: use strlcpy instead of strcpyEduardo Valentin
2013-04-15thermal: expose thermal_zone_get_temp APIEduardo Valentin
2013-04-15thermal: introduce thermal_zone_get_zone_by_name helper functionEduardo Valentin
2013-04-14Thermal: build thermal governors into thermal_sys moduleZhang Rui
2013-04-14Thermal: rename thermal_sys.c to thermal_core.cZhang Rui