summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-01-09Merge branch 'suspend' into releaseLen Brown1-8/+59
2009-01-09Merge branch 'misc' into releaseLen Brown4-6/+16
2009-01-09Merge branch 'fujitsu-laptop' into releaseLen Brown1-126/+293
2009-01-09Merge branch 'fluff' into releaseLen Brown3-5/+5
2009-01-09Merge branches 'release', 'bugzilla-11880', 'bugzilla-12037' and 'bugzilla-12...Len Brown2-21/+37
2009-01-09Merge branch 'battery' into releaseLen Brown1-2/+3
2009-01-09Merge branch 'asus-eeepc' into releaseLen Brown1-3/+3
2009-01-09Merge branch 'alarm' into releaseLen Brown1-21/+32
2009-01-09ACPICA: hide private headersLen Brown129-349/+7765
2009-01-09ACPICA: create acpica/ directoryLen Brown124-101/+53
2009-01-09ACPI: fix build warningLen Brown1-2/+2
2009-01-09ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt"Zhao Yakui1-1/+2
2009-01-09fujitsu-laptop: Simplify SBLL/SBL2 backlight handlingTony Vroon1-93/+21
2009-01-09fujitsu-laptop: Add BL power, LED control and radio state informationTony Vroon1-33/+272
2009-01-08ACPICA: delete utcache.cLen Brown2-316/+1
2009-01-08ACPICA: delete acdisasm.hLen Brown1-0/+2
2008-12-31ACPICA: FADT: Update error msgs for consistencyBob Moore1-4/+4
2008-12-31ACPICA: FADT: set acpi_gbl_use_default_register_widths to TRUE by defaultrobert.moore@intel.com1-68/+105
2008-12-31ACPICA: FADT parsing changes and fixesBob Moore1-20/+105
2008-12-31ACPICA: Restructure includes into public/privateBob Moore109-58/+165
2008-12-31ACPI: remove private acpica headers from driver filesLin Ming17-36/+0
2008-12-31ACPI: reboot.c: use new acpi_reset interfaceLin Ming1-1/+1
2008-12-31ACPICA: New: acpi_reset interface - write to reset registerBob Moore1-0/+37
2008-12-31ACPICA: Move all public H/W interfaces to new hwxfaceBob Moore3-497/+558
2008-12-31ACPICA: New: acpi_read and acpi_write public interfacesBob Moore5-113/+81
2008-12-31ACPI: panasonic-laptop.c: remove ACPI_FUNCTION_TRACELin Ming1-22/+0
2008-12-31ACPI: power.c: call acpi_get_name to get node nameLin Ming1-1/+5
2008-12-31ACPI: sony-laptop.c: call acpi_get_object_info to get node infoLin Ming1-6/+9
2008-12-31ACPI: main.c: use new public GPE group enable/disable interfacesLin Ming1-6/+6
2008-12-31ACPICA: New: Public GPE group enable/disable interfacesBob Moore1-0/+58
2008-12-31ACPICA: New: acpi_get_gpe_device interfaceBob Moore7-83/+136
2008-12-31ACPI: wakeup.c: remove ACPI_FUNCTION_TRACELin Ming1-5/+0
2008-12-31ACPI: proc.c: remove ACPI_FUNCTION_TRACELin Ming1-9/+3
2008-12-31ACPI: ec.c: call acpi_get_name to get node nameLin Ming1-2/+7
2008-12-31ACPI: osl.c: replace return_ACPI_STATUS with returnLin Ming1-2/+2
2008-12-30video: always update the brightness when poking "brightness"Zhang Rui1-0/+5
2008-12-30ACPI: ec.c, pci_link.c, video_detec.c: staticRoel Kluin3-5/+5
2008-12-30ACPI: Do not modify SCI_EN directlyRafael J. Wysocki1-4/+0
2008-12-30cpuidle: Add decaying history logic to menu idle predictorPallipadi, Venkatesh1-1/+9
2008-12-29ACPICA: Enhance implicit return mechanismLin Ming1-0/+16
2008-12-29ACPICA: Consolidate method arg count validation codeBob Moore2-74/+101
2008-12-29ACPICA: Add Buffer->String conversion for predefined methodsBob Moore2-29/+124
2008-12-29ACPICA: Allow multiple backslash prefix in namepathsLin Ming1-1/+7
2008-12-29ACPICA: Fix to allow aliases within ASL namepathsBob Moore1-0/+4
2008-12-29ACPICA: Remove references to obsolete ACPI_DUMP_APPBob Moore1-5/+2
2008-12-29ACPICA: Add support to externally execute _OSI methodBob Moore4-3/+27
2008-12-29ACPICA: Reformat comments, no functional changesBob Moore9-163/+152
2008-12-29ACPICA: Add global pointer for FACS table to simplify FACS accessBob Moore5-47/+48
2008-12-29ACPICA: Emit warning if two FACS or DSDT tables found in the FADTBob Moore1-2/+15
2008-12-29ACPICA: Fix namestring for the SystemCMOS address spaceBob Moore1-1/+1