aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-25ACPI: identify device tree root by null parent pointer, not ACPI_BUS_TYPEBjorn Helgaas1-7/+13
2009-09-25ACPI: enumerate namespace before adding functional fixed hardware devicesBjorn Helgaas1-2/+2
2009-09-25ACPI: convert acpi_bus_scan() to operate on an acpi_handleBjorn Helgaas1-17/+17
2009-09-25ACPI: add acpi_bus_get_parent() and remove "parent" argumentsBjorn Helgaas1-13/+37
2009-09-25ACPI: remove unnecessary argument checkingBjorn Helgaas1-6/+2
2009-09-25ACPI: remove redundant "type" argumentsBjorn Helgaas1-7/+7
2009-09-25ACPI: remove acpi_device_set_context() "type" argumentBjorn Helgaas1-17/+15
2009-09-25ACPI: use device_type rather than comparing HIDBjorn Helgaas1-6/+4
2009-09-25ACPI: save device_type in acpi_deviceBjorn Helgaas1-0/+1
2009-09-25ACPI: remove redundant "handle" and "parent" argumentsBjorn Helgaas1-15/+12
2009-09-25ACPI: remove unused acpi_bus_scan_fixed() argumentBjorn Helgaas1-5/+2
2009-09-25ACPI: add debug for device additionBjorn Helgaas1-2/+10
2009-09-24Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds1-2/+43
2009-09-24ACPI: remove cpumask_t usageBjorn Helgaas1-1/+1
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan2-4/+2
2009-09-23Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds91-1864/+4388
2009-09-21backlight/acpi: Update the backlight state when we change brightnessMatthew Garrett1-0/+4
2009-09-20x86: Trivial whitespace cleanupsFelipe Contreras1-1/+0
2009-09-19Merge branch 'video' into releaseLen Brown1-26/+50
2009-09-19ACPI: don't pass handle for fixed hardware notificationsBjorn Helgaas1-1/+2
2009-09-19ACPI: remove null pointer checks in deferred execution pathBjorn Helgaas1-9/+0
2009-09-19ACPI: simplify deferred execution pathBjorn Helgaas1-18/+5
2009-09-19Merge branch 'misc-2.6.32' into releaseLen Brown5-49/+38
2009-09-19Merge branch 'processor-procfs-2.6.32' into releaseLen Brown5-9/+38
2009-09-19Merge branch 'power-meter' into releaseLen Brown3-0/+1030
2009-09-19Merge branch 'bugzilla-13620' into releaseLen Brown2-3/+97
2009-09-19Merge branch 'ec' into releaseLen Brown1-100/+50
2009-09-19Merge branch 'bjorn-start-stop-2.6.32' into releaseLen Brown4-229/+153
2009-09-19Merge branch 'battery' into releaseLen Brown1-0/+20
2009-09-19Merge branch 'acpica' into releaseLen Brown56-1405/+2812
2009-09-19acpi: switch /proc/acpi/{debug_layer,debug_level} to seq_fileAlexey Dobriyan1-48/+34
2009-09-19ACPI: linux/acpi.h should not include linux/dmi.hLen Brown4-1/+4
2009-09-19hwmon driver for ACPI 4.0 power metersDarrick J. Wong3-0/+1030
2009-09-19Merge branch 'sfi-base' into releaseLen Brown30-3/+81
2009-09-19Merge branch 'linus' into releaseLen Brown7-45/+55
2009-09-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds5-43/+49
2009-09-15Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2009-09-10ACPI button: provide lid status functionsJesse Barnes1-2/+43
2009-09-09PCI / ACPI PM: Propagate wake-up enable for devices w/o ACPI supportRafael J. Wysocki1-1/+1
2009-09-09ACPI PM: Replace wakeup.prepared with reference counterRafael J. Wysocki3-25/+38
2009-09-09PCI / ACPI PM: Rework some debug messagesRafael J. Wysocki1-2/+8
2009-09-09ACPI: export acpi_pci_root and friendsAlex Chiang1-15/+2
2009-09-08ACPICA: Windows compatibility: autoexecute root _INI methodBob Moore1-0/+15
2009-09-08ACPICA: Update _OSI with new Windows OS stringsBob Moore2-0/+6
2009-09-08ACPICA: Fix memory leak for ill-formed Package objectsBob Moore1-5/+18
2009-09-08ACPICA: Remove error message for Store(Localx,Localx)Bob Moore1-4/+4
2009-09-08ACPICA: Fix extraneous warning if _DSM returns a packageBob Moore1-2/+6
2009-09-08dmi: extend dmi_get_year() to dmi_get_date()Tejun Heo1-2/+3
2009-09-05Merge branch 'bugzilla-13002' into releaseLen Brown1-10/+2
2009-09-05Revert "ACPI: Attach the ACPI device to the ACPI handle as early as possible"Len Brown1-10/+2