aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/thermal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-04-26ACPI / thermal: do not always return THERMAL_TREND_RAISING for active trip pointsZhang Rui1-3/+13
2013-02-15Merge branch 'acpi-assorted'Rafael J. Wysocki1-1/+5
2013-01-26ACPI: Remove useless type argument of driver .remove() operationRafael J. Wysocki1-2/+2
2013-01-26ACPI / thermal: Use mode to enable/disable kernel thermal processingSrinivas Pandruvada1-0/+4
2013-01-26ACPI thermal: remove unnecessary newline from exception messageColin Ian King1-1/+1
2012-12-12Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-3/+3
2012-11-27ACPI / thermal: _TMP and _CRT/_HOT/_PSV/_ACx dependency fixZhang Rui1-0/+34
2012-11-05Thermal: Pass zone parameters as argument to tzd_registerDurgadoss R1-3/+3
2012-10-09Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux into thermalLen Brown1-22/+71
2012-09-24Thermal: Introduce thermal_zone_trip_update()Zhang Rui1-3/+5
2012-09-24Thermal: Remove tc1/tc2 in generic thermal layer.Zhang Rui1-4/+1
2012-09-24Thermal: Introduce .get_trend() callback.Zhang Rui1-0/+33
2012-09-24Thermal: set upper and lower limitsZhang Rui1-18/+35
2012-08-10ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEPRafael J. Wysocki1-0/+4
2012-07-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds1-6/+4
2012-07-24Thermal: Documentation updateZhang Rui1-4/+2
2012-07-24Thermal: Make Thermal trip points writeableDurgadoss R1-2/+2
2012-07-01ACPI: Use struct dev_pm_ops for power management in the thermal driverRafael J. Wysocki1-7/+10
2012-03-30ACPI: Evaluate thermal trip points before reading temperatureMatthew Garrett1-4/+4
2011-07-16ACPI: constify ops structsVasiliy Kulikov1-1/+1
2011-01-12ACPI / Fan: Rework the handling of power resourcesRafael J. Wysocki1-2/+3
2010-10-15ACPI thermal: remove deprecated procfs I/FZhang Rui1-435/+1
2010-08-15ACPI thermal: make procfs I/F depend on CONFIG_ACPI_PROCFSZhang Rui1-33/+53
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
2010-03-14Merge branches 'battery-2.6.34', 'bugzilla-10805', 'bugzilla-14668', 'bugzilla-531916-power-state', 'ht-warn-2.6.34', 'pnp', 'processor-rename', 'sony-2.6.34', 'suse-bugzilla-531547', 'tz-check', 'video' and 'misc-2.6.34' into releaseLen Brown1-9/+27
2010-02-23ACPI thermal: Don't invalidate thermal zone if critical trip point is badThomas Renninger1-8/+10
2010-02-19ACPI thermal: Check for thermal zone requirementThomas Renninger1-1/+17
2009-11-05acpi: thermal: display forced passive trip points in procFrans Pop1-0/+7
2009-08-28ACPI: Move definition of PREFIX from acpi_bus.h to internal..hLen Brown1-0/+2
2009-04-18thermal: Fix polling frequency for systems without passive coolingMatthew Garrett1-1/+1
2009-04-07Merge branches 'release', 'APERF', 'ARAT', 'misc', 'kelvin', 'device-lock' and 'bjorn.notify' into releaseLen Brown1-30/+38
2009-04-07ACPI: thermal: use .notify method instead of installing handler directlyBjorn Helgaas1-23/+4
2009-04-07ACPI: Adjust Kelvin offset to match local implementationJean Delvare1-7/+34
2009-04-05Merge branch 'linus' into releaseLen Brown1-3/+1
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan1-2/+0
2009-03-30trivial: Fix misspelling of "Celsius".Adam Buchbinder1-1/+1
2009-03-27ACPI: update thermal for bus_id removalStephen Rothwell1-1/+2
2009-02-20ACPI: move thermal trip handling to generic thermal layerMatthew Garrett1-410/+48
2009-02-20thermal: use integers rather than strings for thermal valuesMatthew Garrett1-30/+50
2009-01-16thermal fixup for broken BIOS which has invalid trip points.Zhang Rui1-4/+12
2008-11-11Merge branch 'sysfs' into releaseLen Brown1-4/+4
2008-11-07ACPI: consolidate ACPI_*_COMPONENT definitions in acpi_drivers.hBjorn Helgaas1-1/+0
2008-11-06ACPI: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-4/+4
2008-10-22Merge branch 'ull' into testLen Brown1-16/+27
2008-10-22Merge branch 'misc' into testLen Brown1-4/+6
2008-10-22ACPI: replace ACPI_DEBUG_PRINT((ACPI_DB_ERROR, ...) with printkLin Ming1-2/+2
2008-10-17ACPI: Allow overriding to higher critical trip point.Zhang Rui1-3/+5
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox1-16/+27
2008-10-10ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek1-1/+1