aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal/thermal_sys.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-18/+87
2013-02-27thermal: convert to idr_alloc()Tejun Heo1-12/+5
2013-02-22thermal: return an error on failure to register thermal classRichard Guy Briggs1-0/+1
2013-02-06Thermal: fix a build warning when CONFIG_THERMAL_EMULATION clearedZhang Rui1-1/+4
2013-02-06thermal: sysfs: Add a new sysfs node emul_temp for thermal emulationAmit Daniel Kachhap1-11/+68
2013-01-17thermal: check for invalid trip setup when registering thermal deviceEduardo Valentin1-0/+3
2013-01-16thermal: cleanup: use dev_* helper functionsEduardo Valentin1-4/+6
2013-01-16thermal: remove unnecessary includeEduardo Valentin1-1/+0
2013-01-16thermal: Use thermal zone device id in netlink messagesEduardo Valentin1-2/+6
2012-12-12Thermal: fix a NULL pointer dereference when generic thermal layer is built as a moduleZhang Rui1-1/+2
2012-11-05Thermal: Fix oops and unlocking in thermal_sys.cHugh Dickins1-4/+5
2012-11-05Thermal: Add a notification APIDurgadoss R1-0/+18
2012-11-05Thermal: Remove throttling logic out of thermal_sys.cDurgadoss R1-198/+109
2012-11-05Thermal: Make thermal_cdev_update as a global functionDurgadoss R1-2/+3
2012-11-05Thermal: Update binding logic based on platform dataDurgadoss R1-26/+157
2012-11-05Thermal: Add a policy sysfs attributeDurgadoss R1-3/+39
2012-11-05Thermal: Add thermal governor registration APIsDurgadoss R1-0/+90
2012-11-05Thermal: Pass zone parameters as argument to tzd_registerDurgadoss R1-0/+3
2012-11-05Thermal: Add get trend, get instance API's to thermal_sysDurgadoss R1-0/+40
2012-11-05Thermal: Move thermal_instance to thermal_core.hDurgadoss R1-21/+2
2012-10-09Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux into thermalLen Brown1-121/+200
2012-10-06idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu1-1/+1
2012-09-24thermal: Fix potential NULL pointer accessesGuenter Roeck1-4/+4
2012-09-24thermal: fix potential out-of-bounds memory accessGuenter Roeck1-2/+3
2012-09-24Thermal: Introduce locking for cdev.thermal_instances list.Zhang Rui1-0/+8
2012-09-24Thermal: Unify the code for both active and passive coolingZhang Rui1-85/+25
2012-09-24Thermal: Introduce simple arbitrator for setting device cooling stateZhang Rui1-3/+41
2012-09-24Thermal: List thermal_instance in thermal_cooling_device.Zhang Rui1-1/+6
2012-09-24Thermal: Rename thermal_instance.node to thermal_instance.tz_node.Zhang Rui1-10/+10
2012-09-24Thermal: Rename thermal_zone_device.cooling_devicesZhang Rui1-9/+9
2012-09-24Thermal: rename structure thermal_cooling_device_instance to thermal_instanceZhang Rui1-9/+9
2012-09-24Thermal: Introduce thermal_zone_trip_update()Zhang Rui1-26/+76
2012-09-24Thermal: Remove tc1/tc2 in generic thermal layer.Zhang Rui1-18/+6
2012-09-24Thermal: Introduce .get_trend() callback.Zhang Rui1-2/+17
2012-09-24Thermal: set upper and lower limitsZhang Rui1-7/+16
2012-09-24Thermal: Introduce cooling states range supportZhang Rui1-4/+21
2012-09-24Thermal: Introduce multiple cooling states supportZhang Rui1-2/+10
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo1-9/+6
2012-07-31Merge tag 'for-v3.6' of git://git.infradead.org/battery-2.6Linus Torvalds1-1/+1
2012-07-31thermal: Constify 'type' argument for the registration routineAnton Vorontsov1-1/+1
2012-07-24Thermal: Add Hysteresis attributesDurgadoss R1-5/+83
2012-07-24Thermal: Make Thermal trip points writeableDurgadoss R1-44/+101
2012-03-22thermal: Fix for setting the thermal zone mode to enable/disableAmit Daniel Kachhap1-2/+2
2012-03-22thermal_sys: convert printks to pr_<level>Joe Perches1-8/+6
2012-03-22thermal_sys: kernel style cleanupsJoe Perches1-17/+13
2012-03-22thermal_sys: remove obfuscating used-once macrosJoe Perches1-20/+12
2012-03-22thermal_sys: remove unnecessary line continuationsJoe Perches1-6/+5
2012-03-22drivers/thermal/thermal_sys.c: fix build warningFabio Estevam1-2/+1
2012-01-23thermal: Rename generate_netlink_eventJean Delvare1-2/+2
2011-11-06thermal: Prevent polling from happening during system suspendRafael J. Wysocki1-2/+2