summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-10-1921-2236/+2008
|\
| * Pull acpica into test branchLen Brown2007-10-103-77/+48
| |\
| | * ACPICA: hw: Don't carry spinlock over suspendAlexey Starikovskiy2007-10-101-1/+2
| | * ACPICA: hw: remove use_lock flag from acpi_hw_register_{read, write}Alexey Starikovskiy2007-10-103-76/+46
| * | Pull cpuidle into test branchLen Brown2007-10-103-52/+466
| |\ \
| | * | ACPI: cpuidle: port idle timer suspend/resume workaround to cpuidleLen Brown2007-10-101-0/+6
| | * | cpuidle: consolidate 2.6.22 cpuidle branch into one patchLen Brown2007-10-103-52/+460
| | |/
| * | Pull bugzilla-8709 into release branchLen Brown2007-10-101-51/+39
| |\ \
| | * | ACPI: EC: Drop ECDT-based boot_ec as soon as we find DSDT-based one.Alexey Starikovskiy2007-09-051-51/+39
| * | | Pull bugzilla-292300 into release branchLen Brown2007-10-103-79/+40
| |\ \ \
| | * | | ACPI: Hibernate erroneously disabled Suspend wakeup devicesAlexey Starikovskiy2007-09-273-79/+40
| | | |/ | | |/|
| * | | Pull battery-sbs-ac into release branchLen Brown2007-10-109-1951/+1365
| |\ \ \
| | * | | ACPI: AC: Add sysfs interfaceAlexey Starikovskiy2007-09-272-3/+32
| | * | | ACPI: SBS: Add sysfs alarmAlexey Starikovskiy2007-09-271-4/+32
| | * | | ACPI: SBS: Add ACPI_PROCFS around procfs handling code.Alexey Starikovskiy2007-09-271-0/+25
| | * | | ACPI: SBS: Add support for power_supply class (and sysfs)Alexey Starikovskiy2007-09-272-86/+237
| | * | | ACPI: SBS: Make SBS reads table-driven.Alexey Starikovskiy2007-09-271-1017/+275
| | * | | ACPI: SBS: Simplify data structures in SBSAlexey Starikovskiy2007-09-271-147/+135
| | * | | ACPI: SBS: Split host controller (ACPI0001) from SBS driver (ACPI0002)Alexey Starikovskiy2007-09-274-299/+412
| | * | | ACPI: EC: Add new query handler to list head.Alexey Starikovskiy2007-09-271-2/+1
| | * | | ACPI: Add acpi_bus_generate_event4() functionAlexey Starikovskiy2007-09-272-40/+29
| | * | | ACPI: Battery: add sysfs alarmAlexey Starikovskiy2007-09-271-1/+32
| | * | | ACPI: Battery: Add sysfs supportAlexey Starikovskiy2007-09-272-23/+165
| | * | | ACPI: Battery: Misc clean-ups, no functional changesAlexey Starikovskiy2007-09-271-217/+125
| | * | | ACPI: Battery: simplify update schemeAlexey Starikovskiy2007-09-271-223/+57
| | * | | ACPI: Battery: don't use acpi_extract_package()Alexey Starikovskiy2007-09-271-220/+139
| | |/ /
| * | | Pull thermal into release branchLen Brown2007-10-101-10/+18
| |\ \ \
| | * | | ACPI: Thermal: Drop concurrent thermal checksAlexey Starikovskiy2007-09-051-5/+10
| | * | | ACPI: thermal: use round_jiffies when thermal zone polling is enabledLen Brown2007-09-041-5/+8
| | | |/ | | |/|
| * | | Pull video into release branchLen Brown2007-10-101-8/+22
| |\ \ \
| | * | | ACPI: VIDEO: Adjust current level to closest available one.Alexey Starikovskiy2007-09-051-1/+12
| | * | | ACPI: video: Don't call absent methodsAlexey Starikovskiy2007-09-051-8/+10
| | |/ /
| * | | Pull suspend into release branchLen Brown2007-10-102-7/+8
| |\ \ \
| | * | | ACPI: clean up acpi_enter_sleep_state_prepRafael J. Wysocki2007-10-101-7/+3
| | * | | Hibernation: Make sure that ACPI is enabled in acpi_hibernation_finishRafael J. Wysocki2007-10-101-0/+5
| | | |/ | | |/|
| * | | Pull randconfig into release branchLen Brown2007-10-102-1/+2
| |\ \ \ | | |/ / | |/| |
| | * | ACPI: suppress uninitialized var warningAndrew Morton2007-10-101-1/+1
| | * | acpi_video: kernel build error if !INPUTAndreas Herrmann2007-09-181-0/+1
* | | | get rid of input BIT* duplicate definesJiri Slaby2007-10-191-3/+3
* | | | Hibernation: Check if ACPI is enabled during restore in the right placeRafael J. Wysocki2007-10-181-0/+10
* | | | PM: Rename hibernation_ops to platform_hibernation_opsRafael J. Wysocki2007-10-181-1/+1
* | | | PM: Rework struct hibernation_opsRafael J. Wysocki2007-10-181-1/+11
* | | | PM: Rework struct platform_suspend_opsRafael J. Wysocki2007-10-181-5/+2
* | | | PM: Rename struct pm_ops and related thingsRafael J. Wysocki2007-10-181-3/+3
* | | | more trivial signedness fixes in driversAl Viro2007-10-141-1/+1
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-10-123-10/+12
|\ \ \ \
| * | | | Convert from class_device to device for drivers/videotonyj@suse.de2007-10-121-2/+2
| * | | | kobjects: fix up improper use of the kobject name fieldGreg Kroah-Hartman2007-10-121-1/+1
| * | | | Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-7/+9
* | | | | ACPI: remove the now unused ifdef codeThomas Gleixner2007-10-121-12/+0
|/ / / /
OpenPOWER on IntegriCloud