aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/thermal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-04ACPI: thermal: use round_jiffies when thermal zone polling is enabledLen Brown1-5/+8
2007-08-25Pull events into release branchLen Brown1-4/+16
2007-08-24ACPI: /proc/acpi/thermal_zone trip points are now read-only, mark them as suchPavel Machek1-2/+2
2007-08-23ACPI: Schedule /proc/acpi/event for removalLen Brown1-4/+4
2007-08-23ACPI: don't duplicate input events on netlinkZhang Rui1-0/+12
2007-08-20ACPI: thermal: set "thermal.nocrt" via DMI on Gigabyte GA-7ZXLen Brown1-1/+16
2007-08-14ACPI: thermal: create "thermal.crt=C" bootparamLen Brown1-0/+18
2007-08-14ACPI: thermal: clean up MODULE_PARM_DESC newlinesLen Brown1-5/+5
2007-08-12ACPI: thermal: add DMI hooks to handle AOpen's broken Award BIOSLen Brown1-0/+65
2007-08-12ACPI: thermal: create "thermal.act=" to disable or override active trip pointLen Brown1-4/+30
2007-08-12ACPI: thermal: create "thermal.nocrt" to disable critical actionsLen Brown1-6/+12
2007-08-12ACPI: thermal: create "thermal.psv=" to override passive trip pointsLen Brown1-3/+14
2007-08-12ACPI: thermal: expose "thermal.tzp=" to set global polling frequencyLen Brown1-1/+1
2007-08-12ACPI: thermal: create "thermal.off=1" to disable ACPI thermal supportLen Brown1-1/+8
2007-07-23ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI driversThomas Renninger1-1/+7
2007-07-18Add common orderly_poweroff()Jeremy Fitzhardinge1-22/+2
2007-06-18ACPI: gracefully print null trip-point deviceThomas Renninger1-4/+11
2007-05-29ACPI: thermal: Replace pointer with name in trip_pointsThomas Renninger1-6/+7
2007-04-30ACPI: delete un-reliable concept of cooling modeLen Brown1-37/+2
2007-04-30ACPI: thermal trip points are read-onlyLen Brown1-65/+0
2007-04-24acpi-thermal: fix mod_timer() intervalAndrew Morton1-1/+2
2007-02-16Pull bugzilla-7570 into release branchLen Brown1-12/+16
2007-02-16Pull fluff into release branchLen Brown1-4/+3
2007-02-16Pull misc-for-upstream into release branchLen Brown1-1/+1
2007-02-16ACPI: fix fan after resume from S3Konstantin Karasyov1-12/+16
2007-02-16ACPI: thermal: fix units in debug outputSanjoy Mahajan1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+2
2007-02-12ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown1-2/+1
2007-02-12ACPI: fix acpi_driver.name usageLen Brown1-1/+1
2007-02-12ACPI: clean up ACPI_MODULE_NAME() useLen Brown1-1/+1
2007-02-03Pull sysfs into test branchLen Brown1-2/+2
2006-12-20ACPI: replace kmalloc+memset with kzallocBurman Yan1-5/+2
2006-12-15ACPI: add ACPI bus_type for driver modelPatrick Mochel1-2/+2
2006-10-14ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpiJan Engelhardt1-15/+15
2006-07-10Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-5/+5
2006-07-10[PATCH] ACPI: fix fan/thermal resumeKonstantin Karasyov1-1/+16
2006-07-10ACPI: add 'const' to several ACPI file_operationsArjan van de Ven1-5/+5
2006-06-30ACPI: thermal: Remove unneeded acpi_handle from driver.Patrick Mochel1-2/+0
2006-06-30ACPI: thermal: Use acpi_device's handle instead of driver'sPatrick Mochel1-15/+15
2006-06-30ACPI: thermal: add struct acpi_device to struct acpi_thermal.Patrick Mochel1-20/+5
2006-06-27ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel1-99/+71
2006-06-27ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)Len Brown1-1/+1
2006-06-27ACPI: un-export ACPI_WARNING() -- use printk(KERN_WARNING...)Len Brown1-9/+9
2006-06-26ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger1-39/+19
2006-06-15Pull bugzilla-5000 into release branchLen Brown1-0/+16
2006-06-15Pull trivial2 into release branchLen Brown1-1/+1
2006-06-15Pull trivial into release branchLen Brown1-1/+3
2006-06-14ACPI: execute Notify() handlers on new threadAlexey Starikovskiy1-2/+1
2006-05-15ACPI: create acpi_thermal_resume()Konstantin Karasyov1-0/+16
2006-05-13ACPI: fix memory leak in acpi_thermal_add() error pathVasily Averin1-1/+1