aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Rui2-19/+7
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-26Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuidle-coupled', 'cpuidle-tweaks', 'intel_idle-ivb', 'ost', 'red-hat-bz-772730', 'thermal', 'thermal-spear' and 'turbostat-v2' into releaseLen Brown3-55/+197
2012-07-24Thermal: Add Hysteresis attributesDurgadoss R1-5/+83
2012-07-24Thermal: Make Thermal trip points writeableDurgadoss R2-45/+102
2012-06-02drivers/thermal/spear_thermal.c: add Device Tree probing capabilityViresh Kumar2-10/+17
2012-03-22thermal: Fix for setting the thermal zone mode to enable/disableAmit Daniel Kachhap1-2/+2
2012-03-22thermal: spear13xx: checking for NULL instead of IS_ERR()Dan Carpenter1-2/+2
2012-03-22thermal/spear_thermal: replace readl/writel with lighter _relaxed variantsViresh Kumar1-8/+8
2012-03-22thermal: add support for thermal sensor present on SPEAr13xx machinesVincenzo Frascino3-0/+215
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
2011-08-02thermal: make THERMAL_HWMON implementation fully internalJean Delvare1-25/+92
2011-08-02thermal: split hwmon lookup to a separate functionJean Delvare1-6/+19
2011-08-02thermal: hide CONFIG_THERMAL_HWMONJean Delvare1-6/+2
2011-03-23ACPI:Fix goto flows in thermal-sysDurgadoss R1-6/+7
2011-02-28ACPI: Fix build for CONFIG_NET unsetRafael J. Wysocki2-20/+21
2011-01-12Merge branch 'misc' into releaseLen Brown1-12/+5
2011-01-12thermal: Add event notification to thermal frameworkR.Durgadoss2-1/+103
2010-11-30thermal: make ops constantAlan Cox1-12/+5
2010-04-07drivers/thermal/thermal_sys.c: fix 'key f70f4b50 not in .data' in thermal_sysSergey Senozhatsky1-0/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-16Merge branch 'misc-2.6.33' into releaseLen Brown1-1/+1
2009-12-16thermal: Fix test of unsigned in thermal_cooling_device_cur_state_store()Roel Kluin1-1/+1
2009-11-05thermal: disable polling if passive_delay and polling_delay are both unsetFrans Pop1-0/+2
2009-11-05thermal: Only set passive_delay for forced_passive coolingFrans Pop1-6/+3
2009-11-05thermal: add sanity check for the passive attributeFrans Pop1-0/+6
2009-11-05acpi: thermal: Add EOL to the trip_point_N_type stringsAmit Kucheria1-5/+5
2009-09-19thermal: add missing Kconfig dependencyJan Beulich1-0/+1
2009-08-26thermal_sys: check get_temp return valueMichael Brunner1-1/+8
2009-06-15thermal: remove driver_data direct access of struct deviceGreg Kroah-Hartman1-2/+2