summaryrefslogtreecommitdiff
path: root/drivers/acpi
AgeCommit message (Expand)AuthorFilesLines
2008-10-22ACPI : Load device driver according to the status of acpi deviceZhao Yakui2-18/+33
2008-10-22ACPI: Add DMI check to disable power state check in power transitionZhao Yakui1-1/+22
2008-10-22ACPI: Add "acpi.power_nocheck=1" to disable power state check in power transi...Zhao Yakui2-12/+44
2008-10-22ACPI: Attach the ACPI device to the ACPI handle as early as possibleZhao Yakui1-2/+10
2008-10-22ACPI: Get the device power state in the course of scanning deviceZhao Yakui2-14/+17
2008-10-22ACPI: replace AE_BAD_ADDRESS exception code with AE_ERRORLin Ming1-5/+5
2008-10-22ACPI suspend: Fix CONFIG_ACPI_SLEEP dependence and some compilation warningsRafael J. Wysocki2-5/+4
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar3-3/+2
2008-10-20acpi: use bcd2bin/bin2bcdAdrian Bunk1-9/+9
2008-10-18ACPI: Ingore the RESET_REG_SUP bit when using ACPI reset mechanismZhao Yakui1-3/+22
2008-10-17asus_acpi: whitespace and comment cleanupMike Dahlgren1-111/+110
2008-10-17ACPI: Allow overriding to higher critical trip point.Zhang Rui1-3/+5
2008-10-17ACPI: Ignore AE_NOT_FOUND error of EC _REG method and continue to initialize ECZhao Yakui1-2/+13
2008-10-17don't load asus-acpi if model is not supportedZhang Rui1-0/+2
2008-10-16ACPI suspend: Blacklist HP xw4600 Workstation for old code orderingRafael J. Wysocki1-0/+8
2008-10-16ACPI Suspend: Enable ACPI during resume if SCI_EN is not setRafael J. Wysocki1-0/+2
2008-10-16ACPI suspend: Always use the 32-bit waking vectorRafael J. Wysocki1-26/+11
2008-10-16ACPI: Add the support for _TTS objectZhao Yakui1-1/+48
2008-10-16ACPI: EC: Check for IBF=0 periodically if not in GPE modeAlexey Starikovskiy1-2/+13
2008-10-16cpuidle: update the last_state acpi cpuidle reflecting actual state enteredVenkatesh Pallipadi1-0/+1
2008-10-16ACPI: Clear WAK_STS on resumeMatthew Garrett1-0/+7
2008-10-14rtc-cmos: move wake setup from ACPI glue into RTC driverBjorn Helgaas1-112/+0
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2008-10-12acpi: Make ACPI_TOSHIBA depend on INPUT.David S. Miller1-1/+1
2008-10-12Fix RTC wakealarm sysfs interface breakage.Linus Torvalds1-2/+1
2008-10-11ACPI: Change acpi_evaluate_integer to support 64-bit on 32-bit kernelsMatthew Wilcox22-72/+84
2008-10-11ACPI: Enable EC device immediately after ACPI full initializationZhao Yakui2-4/+6
2008-10-11Subject: ACPI dock: Use ACPI_EXCEPTION instead of printk(KERN_ERRThomas Renninger1-2/+3
2008-10-10toshiba_acpi: depends on INPUTRandy Dunlap1-1/+1
2008-10-10ACPI: catch calls of acpi_driver_data on pointer of wrong typePavel Machek17-23/+23
2008-10-10ACPI: toshiba_acpi.c fix sparse signedness mismatch warningsHarvey Harrison1-1/+1
2008-10-10ACPI: acpi_driver_data could only be applied to acpi_deviceAlexey Starikovskiy1-1/+1
2008-10-10ACPI: fix FADT parsingJan Beulich1-7/+25
2008-10-08Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-1/+14
2008-10-08ACPI: WMI: Enable event methods when registering notifiersMatthew Garrett1-2/+37
2008-10-06ACPI: don't enable control method power button as wakeup device when Fixed Po...Zhang Rui1-0/+10
2008-10-03ACPI: Make /proc/acpi/wakeup interface handle PCI devices (again)Rafael J. Wysocki2-1/+14
2008-09-29ACPI: EC: Rename some variablesAlexey Starikovskiy1-55/+63
2008-09-25ACPI: EC: do transaction from interrupt contextAlexey Starikovskiy1-160/+149
2008-09-23dock: add 'type' sysfs fileShaohua Li1-0/+25
2008-09-23dock: fix for ATA bay in a dock stationShaohua Li1-4/+10
2008-09-23bay: remove driver, all functions now handled by dock driverShaohua Li3-421/+2
2008-09-23dock: introduce .uevent for devices in dock, eg libataShaohua Li1-7/+15
2008-09-23libata: remove functions now handed by ACPI dock driverShaohua Li1-1/+2
2008-09-23ACPI: fix hotplug raceZhang Rui2-6/+65
2008-09-23ACPI: introduce notifier change to avoid duplicatesShaohua Li2-22/+39
2008-09-23dock: add bay and battery hotplug supportShaohua Li1-48/+175
2008-09-23dock: add _LCK supportShaohua Li1-0/+21
2008-09-23dock: fix eject request process (2.6.27-rc1 regression)Shaohua Li1-5/+0
2008-09-23ACPI: dock: avoid check _STA methodShaohua Li1-1/+4