summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | ACPI hibernate: Add a mechanism to save/restore ACPI NVS memoryRafael J. Wysocki2008-12-191-8/+45
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'misc' into releaseLen Brown2009-01-093-5/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt"Zhao Yakui2009-01-091-1/+2
| * | | | | | | | | | | video: always update the brightness when poking "brightness"Zhang Rui2008-12-301-0/+5
| * | | | | | | | | | | ACPI: Do not modify SCI_EN directlyRafael J. Wysocki2008-12-301-4/+0
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'fluff' into releaseLen Brown2009-01-093-5/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ACPI: ec.c, pci_link.c, video_detec.c: staticRoel Kluin2008-12-303-5/+5
| |/ / / / / / / / / /
| | | | | | | | | | |
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \ \
*---. \ \ \ \ \ \ \ \ \ \ Merge branches 'release', 'bugzilla-11880', 'bugzilla-12037' and 'bugzilla-12...Len Brown2009-01-092-21/+37
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / | | | |/| | | | | | | | |
| | * | | | | | | | | | | ACPI: video: Fix reversed brightness behavior on ThinkPad SL seriesZhang Rui2008-12-111-0/+15
| | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | ACPI: EC: fix compilation warningHannes Eder2008-11-301-2/+2
| * | | | | | | | | | | ACPI: EC: Add some basic check for ECDT dataAlexey Starikovskiy2008-11-261-21/+22
| | |_|_|_|_|/ / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'battery' into releaseLen Brown2009-01-091-2/+3
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Newly inserted battery might differ from one just removed, soAlexey Starikovskiy2008-12-221-2/+3
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'alarm' into releaseLen Brown2009-01-091-21/+32
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ACPI: fix build warningLen Brown2009-01-091-2/+2
| * | | | | | | | | | | /proc/acpi/alarm: handle day-of-month wraparound on readbackMark Lord2008-12-101-21/+32
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | ACPICA: hide private headersLen Brown2009-01-09129-349/+7765
* | | | | | | | | | | ACPICA: create acpica/ directoryLen Brown2009-01-09124-101/+53
* | | | | | | | | | | ACPICA: delete utcache.cLen Brown2009-01-082-316/+1
* | | | | | | | | | | ACPICA: delete acdisasm.hLen Brown2009-01-081-0/+2
* | | | | | | | | | | ACPICA: FADT: Update error msgs for consistencyBob Moore2008-12-311-4/+4
* | | | | | | | | | | ACPICA: FADT: set acpi_gbl_use_default_register_widths to TRUE by defaultrobert.moore@intel.com2008-12-311-68/+105
* | | | | | | | | | | ACPICA: FADT parsing changes and fixesBob Moore2008-12-311-20/+105
* | | | | | | | | | | ACPICA: Restructure includes into public/privateBob Moore2008-12-31109-58/+165
* | | | | | | | | | | ACPI: remove private acpica headers from driver filesLin Ming2008-12-317-9/+0
* | | | | | | | | | | ACPI: reboot.c: use new acpi_reset interfaceLin Ming2008-12-311-1/+1
* | | | | | | | | | | ACPICA: New: acpi_reset interface - write to reset registerBob Moore2008-12-311-0/+37
* | | | | | | | | | | ACPICA: Move all public H/W interfaces to new hwxfaceBob Moore2008-12-313-497/+558
* | | | | | | | | | | ACPICA: New: acpi_read and acpi_write public interfacesBob Moore2008-12-315-113/+81
* | | | | | | | | | | ACPI: power.c: call acpi_get_name to get node nameLin Ming2008-12-311-1/+5
* | | | | | | | | | | ACPI: main.c: use new public GPE group enable/disable interfacesLin Ming2008-12-311-6/+6
* | | | | | | | | | | ACPICA: New: Public GPE group enable/disable interfacesBob Moore2008-12-311-0/+58
* | | | | | | | | | | ACPICA: New: acpi_get_gpe_device interfaceBob Moore2008-12-317-83/+136
* | | | | | | | | | | ACPI: wakeup.c: remove ACPI_FUNCTION_TRACELin Ming2008-12-311-5/+0
* | | | | | | | | | | ACPI: proc.c: remove ACPI_FUNCTION_TRACELin Ming2008-12-311-9/+3
* | | | | | | | | | | ACPI: ec.c: call acpi_get_name to get node nameLin Ming2008-12-311-2/+7
* | | | | | | | | | | ACPI: osl.c: replace return_ACPI_STATUS with returnLin Ming2008-12-311-2/+2
* | | | | | | | | | | ACPICA: Enhance implicit return mechanismLin Ming2008-12-291-0/+16
* | | | | | | | | | | ACPICA: Consolidate method arg count validation codeBob Moore2008-12-292-74/+101
* | | | | | | | | | | ACPICA: Add Buffer->String conversion for predefined methodsBob Moore2008-12-292-29/+124
* | | | | | | | | | | ACPICA: Allow multiple backslash prefix in namepathsLin Ming2008-12-291-1/+7
* | | | | | | | | | | ACPICA: Fix to allow aliases within ASL namepathsBob Moore2008-12-291-0/+4
* | | | | | | | | | | ACPICA: Remove references to obsolete ACPI_DUMP_APPBob Moore2008-12-291-5/+2
* | | | | | | | | | | ACPICA: Add support to externally execute _OSI methodBob Moore2008-12-294-3/+27
* | | | | | | | | | | ACPICA: Reformat comments, no functional changesBob Moore2008-12-299-163/+152
* | | | | | | | | | | ACPICA: Add global pointer for FACS table to simplify FACS accessBob Moore2008-12-295-47/+48
* | | | | | | | | | | ACPICA: Emit warning if two FACS or DSDT tables found in the FADTBob Moore2008-12-291-2/+15
* | | | | | | | | | | ACPICA: Fix namestring for the SystemCMOS address spaceBob Moore2008-12-291-1/+1
* | | | | | | | | | | ACPICA: Update debug output for IndexField I/OBob Moore2008-12-291-4/+7
* | | | | | | | | | | ACPICA: Add a mechanism to escape infinite AML While() loopsBob Moore2008-12-291-3/+21