summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_sys.c
Commit message (Expand)AuthorAgeFilesLines
* Thermal: rename thermal_sys.c to thermal_core.cZhang Rui2013-04-131-1888/+0Star
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds2013-03-011-18/+87
|\
| * thermal: return an error on failure to register thermal classRichard Guy Briggs2013-02-221-0/+1
| * Thermal: fix a build warning when CONFIG_THERMAL_EMULATION clearedZhang Rui2013-02-061-1/+4
| * thermal: sysfs: Add a new sysfs node emul_temp for thermal emulationAmit Daniel Kachhap2013-02-061-11/+68
| * thermal: check for invalid trip setup when registering thermal deviceEduardo Valentin2013-01-171-0/+3
| * thermal: cleanup: use dev_* helper functionsEduardo Valentin2013-01-161-4/+6
| * thermal: remove unnecessary includeEduardo Valentin2013-01-161-1/+0Star
| * thermal: Use thermal zone device id in netlink messagesEduardo Valentin2013-01-161-2/+6
* | thermal: convert to idr_alloc()Tejun Heo2013-02-281-12/+5Star
|/
* Thermal: fix a NULL pointer dereference when generic thermal layer is built a...Zhang Rui2012-12-121-1/+2
* Thermal: Fix oops and unlocking in thermal_sys.cHugh Dickins2012-11-051-4/+5
* Thermal: Add a notification APIDurgadoss R2012-11-051-0/+18
* Thermal: Remove throttling logic out of thermal_sys.cDurgadoss R2012-11-051-198/+109Star
* Thermal: Make thermal_cdev_update as a global functionDurgadoss R2012-11-051-2/+3
* Thermal: Update binding logic based on platform dataDurgadoss R2012-11-051-26/+157
* Thermal: Add a policy sysfs attributeDurgadoss R2012-11-051-3/+39
* Thermal: Add thermal governor registration APIsDurgadoss R2012-11-051-0/+90
* Thermal: Pass zone parameters as argument to tzd_registerDurgadoss R2012-11-051-0/+3
* Thermal: Add get trend, get instance API's to thermal_sysDurgadoss R2012-11-051-0/+40
* Thermal: Move thermal_instance to thermal_core.hDurgadoss R2012-11-051-21/+2Star
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Len Brown2012-10-091-121/+200
|\
| * thermal: Fix potential NULL pointer accessesGuenter Roeck2012-09-241-4/+4
| * thermal: fix potential out-of-bounds memory accessGuenter Roeck2012-09-241-2/+3
| * Thermal: Introduce locking for cdev.thermal_instances list.Zhang Rui2012-09-241-0/+8
| * Thermal: Unify the code for both active and passive coolingZhang Rui2012-09-241-85/+25Star
| * Thermal: Introduce simple arbitrator for setting device cooling stateZhang Rui2012-09-241-3/+41
| * Thermal: List thermal_instance in thermal_cooling_device.Zhang Rui2012-09-241-1/+6
| * Thermal: Rename thermal_instance.node to thermal_instance.tz_node.Zhang Rui2012-09-241-10/+10
| * Thermal: Rename thermal_zone_device.cooling_devicesZhang Rui2012-09-241-9/+9
| * Thermal: rename structure thermal_cooling_device_instance to thermal_instanceZhang Rui2012-09-241-9/+9
| * Thermal: Introduce thermal_zone_trip_update()Zhang Rui2012-09-241-26/+76
| * Thermal: Remove tc1/tc2 in generic thermal layer.Zhang Rui2012-09-241-18/+6Star
| * Thermal: Introduce .get_trend() callback.Zhang Rui2012-09-241-2/+17
| * Thermal: set upper and lower limitsZhang Rui2012-09-241-7/+16
| * Thermal: Introduce cooling states range supportZhang Rui2012-09-241-4/+21
| * Thermal: Introduce multiple cooling states supportZhang Rui2012-09-241-2/+10
* | idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu2012-10-051-1/+1
* | workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo2012-08-141-9/+6Star
|/
* Merge tag 'for-v3.6' of git://git.infradead.org/battery-2.6Linus Torvalds2012-08-011-1/+1
|\
| * thermal: Constify 'type' argument for the registration routineAnton Vorontsov2012-07-311-1/+1
* | Thermal: Add Hysteresis attributesDurgadoss R2012-07-251-5/+83
|/
* Thermal: Make Thermal trip points writeableDurgadoss R2012-07-251-44/+101
* thermal: Fix for setting the thermal zone mode to enable/disableAmit Daniel Kachhap2012-03-221-2/+2
* thermal_sys: convert printks to pr_<level>Joe Perches2012-03-221-8/+6Star
* thermal_sys: kernel style cleanupsJoe Perches2012-03-221-17/+13Star
* thermal_sys: remove obfuscating used-once macrosJoe Perches2012-03-221-20/+12Star
* thermal_sys: remove unnecessary line continuationsJoe Perches2012-03-221-6/+5Star
* drivers/thermal/thermal_sys.c: fix build warningFabio Estevam2012-03-221-2/+1Star
* thermal: Rename generate_netlink_eventJean Delvare2012-01-231-2/+2