aboutsummaryrefslogtreecommitdiff
path: root/drivers/acpi/thermal.c
AgeCommit message (Expand)Author
2013-04-26ACPI / thermal: do not always return THERMAL_TREND_RAISING for active trip po...Zhang Rui
2013-02-15Merge branch 'acpi-assorted'Rafael J. Wysocki
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki
2013-01-26ACPI / thermal: Use mode to enable/disable kernel thermal processingSrinivas Pandruvada
2013-01-26ACPI thermal: remove unnecessary newline from exception messageColin Ian King
2012-12-12Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds
2012-11-27ACPI / thermal: _TMP and _CRT/_HOT/_PSV/_ACx dependency fixZhang Rui
2012-11-05Thermal: Pass zone parameters as argument to tzd_registerDurgadoss R
2012-10-09Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Len Brown
2012-09-24Thermal: Introduce thermal_zone_trip_update()Zhang Rui
2012-09-24Thermal: Remove tc1/tc2 in generic thermal layer.Zhang Rui
2012-09-24Thermal: Introduce .get_trend() callback.Zhang Rui
2012-09-24Thermal: set upper and lower limitsZhang Rui
2012-08-10ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEPRafael J. Wysocki
2012-07-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2012-07-24Thermal: Documentation updateZhang Rui
2012-07-24Thermal: Make Thermal trip points writeableDurgadoss R
2012-07-01ACPI: Use struct dev_pm_ops for power management in the thermal driverRafael J. Wysocki
2012-03-30ACPI: Evaluate thermal trip points before reading temperatureMatthew Garrett
2011-07-16ACPI: constify ops structsVasiliy Kulikov
2011-01-12ACPI / Fan: Rework the handling of power resourcesRafael J. Wysocki
2010-10-15ACPI thermal: remove deprecated procfs I/FZhang Rui
2010-08-15ACPI thermal: make procfs I/F depend on CONFIG_ACPI_PROCFSZhang Rui
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-14Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzill...Len Brown
2010-02-23ACPI thermal: Don't invalidate thermal zone if critical trip point is badThomas Renninger
2010-02-19ACPI thermal: Check for thermal zone requirementThomas Renninger
2009-11-05acpi: thermal: display forced passive trip points in procFrans Pop
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown
2009-04-18thermal: Fix polling frequency for systems without passive coolingMatthew Garrett
2009-04-07Merge branches 'release', 'APERF', 'ARAT', 'misc', 'kelvin', 'device-lock' an...Len Brown
2009-04-07ACPI: thermal: use .notify method instead of installing handler directlyBjorn Helgaas
2009-04-07ACPI: Adjust Kelvin offset to match local implementationJean Delvare
2009-04-05Merge branch 'linus' into releaseLen Brown
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan
2009-03-30trivial: Fix misspelling of "Celsius".Adam Buchbinder
2009-03-27ACPI: update thermal for bus_id removalStephen Rothwell
2009-02-20ACPI: move thermal trip handling to generic thermal layerMatthew Garrett
2009-02-20thermal: use integers rather than strings for thermal valuesMatthew Garrett
2009-01-16thermal fixup for broken BIOS which has invalid trip points.Zhang Rui
2008-11-11Merge branch 'sysfs' into releaseLen Brown
2008-11-07ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas
2008-11-06ACPI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2008-10-22Merge branch 'ull' into testLen Brown
2008-10-22Merge branch 'misc' into testLen Brown
2008-10-22ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming
2008-10-17ACPI: Allow overriding to higher critical trip point.Zhang Rui
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox
2008-10-10ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek