summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | ACPI: remove CONFIG_ACPI_POWERBjorn Helgaas2008-11-062-5/+1
| * | | | | | ACPI: SBS: remove useless acpi_cm_sbs_init() initcallBjorn Helgaas2008-11-061-6/+0
| * | | | | | ACPI: remove comments about debug layer/level to useBjorn Helgaas2008-11-062-12/+0
| |/ / / / /
* | | | | | Merge branch 'bugzilla-11917' into releaseLen Brown2008-11-111-1/+2
|\ \ \ \ \ \
| * | | | | | ACPI EC: Fix regression due to use of uninitialized variableAlexey Starikovskiy2008-11-071-1/+2
| |/ / / / /
* | | | | | Merge branch 'bugzilla-11539' into releaseLen Brown2008-11-111-8/+17
|\ \ \ \ \ \
| * | | | | | ACPI: avoid empty file name in sysfsPeter Gruber2008-11-061-8/+17
| |/ / / / /
* / / / / / ACPI: bugfix reporting of event handler statusZhang Rui2008-10-282-12/+13
|/ / / / /
* | | | | ACPI suspend: build fix for ACPI_SLEEP=n && XEN_SAVE_RESTORE=y.Rafael J. Wysocki2008-10-251-0/+2
* | | | | toshiba_acpi: always call input_sync() after input_report_switch()Len Brown2008-10-251-0/+2
* | | | | ACPI: Always report a sync event after a lid state changeGuillem Jover2008-10-251-1/+2
* | | | | ACPI: cpufreq, processor: fix compile error in drivers/acpi/processor_perflib.cMiao Xie2008-10-251-0/+5
| |_|_|/ |/| | |
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2008-10-2374-1458/+2745
|\ \ \ \
| * | | | dock: make dock driver not a moduleShaohua Li2008-10-231-1/+1
| * | | | ACPI: hack around sysfs warning with link orderZhao Yakui2008-10-231-1/+1
| * | | | ACPI suspend: fix build warning when CONFIG_ACPI_SLEEP=nLen Brown2008-10-231-1/+1
| * | | | Merge branch 'linus' into testLen Brown2008-10-237-133/+267
| |\| | |
| * | | | Merge branch 'ull' into testLen Brown2008-10-2221-71/+83
| |\ \ \ \
| | * | | | ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox2008-10-1122-72/+84
| * | | | | Merge branch 'suspend' into testLen Brown2008-10-222-27/+76
| |\ \ \ \ \
| | * | | | | ACPI suspend: Blacklist HP xw4600 Workstation for old code orderingRafael J. Wysocki2008-10-161-0/+8
| | * | | | | ACPI Suspend: Enable ACPI during resume if SCI_EN is not setRafael J. Wysocki2008-10-161-0/+2
| | * | | | | ACPI suspend: Always use the 32-bit waking vectorRafael J. Wysocki2008-10-161-26/+11
| | * | | | | ACPI: Add the support for _TTS objectZhao Yakui2008-10-161-1/+48
| | * | | | | ACPI: Clear WAK_STS on resumeMatthew Garrett2008-10-161-0/+7
| | |/ / / /
| * | | | | Merge branch 'misc' into testLen Brown2008-10-2220-33/+36
| |\ \ \ \ \
| | * | | | | ACPI suspend: Fix CONFIG_ACPI_SLEEP dependence and some compilation warningsRafael J. Wysocki2008-10-222-5/+4
| | * | | | | ACPI: Allow overriding to higher critical trip point.Zhang Rui2008-10-171-3/+5
| | * | | | | don't load asus-acpi if model is not supportedZhang Rui2008-10-171-0/+2
| | * | | | | toshiba_acpi: depends on INPUTRandy Dunlap2008-10-101-1/+1
| | * | | | | ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek2008-10-1017-23/+23
| | * | | | | ACPI: toshiba_acpi.c fix sparse signedness mismatch warningsHarvey Harrison2008-10-101-1/+1
| | * | | | | ACPI: acpi_driver_data could only be applied to acpi_deviceAlexey Starikovskiy2008-10-101-1/+1
| | |/ / / /
| * | | | | Merge branch 'fadt-test' into testLen Brown2008-10-221-7/+25
| |\ \ \ \ \
| | * | | | | ACPI: fix FADT parsingJan Beulich2008-10-101-7/+25
| | |/ / / /
| * | | | | Merge branch 'ec' into testLen Brown2008-10-223-187/+197
| |\ \ \ \ \
| | * | | | | ACPI: EC: Check for IBF=0 periodically if not in GPE modeAlexey Starikovskiy2008-10-161-2/+13
| | * | | | | ACPI: Enable EC device immediately after ACPI full initializationZhao Yakui2008-10-112-4/+6
| | * | | | | ACPI: EC: Rename some variablesAlexey Starikovskiy2008-09-291-55/+63
| | * | | | | ACPI: EC: do transaction from interrupt contextAlexey Starikovskiy2008-09-251-160/+149
| * | | | | | Merge branch 'dock' into testLen Brown2008-10-226-511/+355
| |\ \ \ \ \ \
| | * | | | | | Subject: ACPI dock: Use ACPI_EXCEPTION instead of printk(KERN_ERRThomas Renninger2008-10-111-2/+3
| | * | | | | | dock: add 'type' sysfs fileShaohua Li2008-09-231-0/+25
| | * | | | | | dock: fix for ATA bay in a dock stationShaohua Li2008-09-231-4/+10
| | * | | | | | bay: remove driver, all functions now handled by dock driverShaohua Li2008-09-233-421/+2
| | * | | | | | dock: introduce .uevent for devices in dock, eg libataShaohua Li2008-09-231-7/+15
| | * | | | | | libata: remove functions now handed by ACPI dock driverShaohua Li2008-09-231-1/+2
| | * | | | | | ACPI: fix hotplug raceZhang Rui2008-09-232-6/+65
| | * | | | | | ACPI: introduce notifier change to avoid duplicatesShaohua Li2008-09-232-22/+39
| | * | | | | | dock: add bay and battery hotplug supportShaohua Li2008-09-231-48/+175