Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-20 | Added 2nd pass for interrupt override scanning | Jordan Hargrave | |
ok kettenis@ | |||
2006-11-15 | Hook up acpi apic interrupt routing support to generic acpi code. | Mark Kettenis | |
ok jordan@ | |||
2006-11-15 | dd pseudo-devices to handle acpi apic interrupt routing. | Mark Kettenis | |
ok jordan@ | |||
2006-11-11 | Add acpi_sleep and acpi_stall functions. | Marco Peereboom | |
ok jordan | |||
2006-11-02 | Kill acpiec attach function and add its functionality to the generic _HID | Marco Peereboom | |
device attach prodded and ok jordan | |||
2006-11-02 | Fix comments to reflect reality. | Marco Peereboom | |
2006-11-02 | Ooops, forgot a debug printf. | Marco Peereboom | |
2006-11-02 | Add active cooling support mostly by me with jordan help. | Marco Peereboom | |
Add initial passive cooling trending formulas by jordan. ok jordan@ | |||
2006-10-31 | add missing prototype for aml_evalinteger() | Thordur I. Bjornsson | |
ok macro@ | |||
2006-10-30 | Fix nameref -> objref for forward definition evaluator | Jordan Hargrave | |
ok marco@ | |||
2006-10-25 | Don't convert buffer/field output to integer | Jordan Hargrave | |
Caused problems with strings/index on some systems | |||
2006-10-25 | added deref/index for integer types | Jordan Hargrave | |
2006-10-24 | Condense get functions into a single function. This is ahead of retrieving | Marco Peereboom | |
remaining threshold values. ok jordan | |||
2006-10-24 | KNF | Marco Peereboom | |
2006-10-24 | Work around PR 5268 by printing "bad string" instead of panicing. There is | Marco Peereboom | |
no meanigful way of calling aml_die so we need to isolate these machines instead. ok jordan | |||
2006-10-24 | Added stack trace to aml_die+acpidebug | Jordan Hargrave | |
ok marco@ | |||
2006-10-23 | Reduced memory allocations for temporary values | Jordan Hargrave | |
2006-10-19 | Reduce the scope of the locks. | Marco Peereboom | |
2006-10-19 | KNF and some cleanup | Marco Peereboom | |
2006-10-19 | Replace ACPI ioctls with APM ioctls. This makes ACPI talk the same protocol | Marco Peereboom | |
as APM therefore userspace can now retrieve power information in the same fashion as all other apm arches (zaurus, macppc, i386 etc). To use force the use of acpi device like so: apmd -f /dev/acpi ok jordan@ | |||
2006-10-19 | Fixed AML debugger code to use new interface | Jordan Hargrave | |
ok marco@ | |||
2006-10-19 | Fix capacity calculations. Tested on Dell C610, D810, Lenovo X60s. | Marco Peereboom | |
ok jordan | |||
2006-10-19 | Fixed GPE debug levels | Jordan Hargrave | |
Fixed ref counter on temporary bufferfields DSDT parsing fully working on IBM Thinkpad ok marco@ | |||
2006-10-19 | Fixed acpitz match function | Jordan Hargrave | |
ok marco@ | |||
2006-10-19 | Merged target/terminal handling code | Jordan Hargrave | |
Added function call pointer to opcode table _BIF working on Dell, IBM ok marco@ | |||
2006-10-16 | added amltypes.h stack mod | Jordan Hargrave | |
ok marco@ | |||
2006-10-15 | fix broken scope braces | Jordan Hargrave | |
added debug print to gasio ok marco@ | |||
2006-10-15 | Fixed buggy if-else end scope | Jordan Hargrave | |
Fixed multi-level deref/index for thinkpads Some KNF ok marco@ | |||
2006-10-15 | Removed old GPE handler code remnants | Jordan Hargrave | |
ok marco@ | |||
2006-10-15 | Remove extra increment of bitmask. ok jordan@ | Can Erkin Acar | |
2006-10-14 | Fix the checks broken during conversion to new code. The Embedded | Can Erkin Acar | |
Controller is now detected correctly. ok marco@ | |||
2006-10-12 | Added exportable aml_getpciaddr | Jordan Hargrave | |
Added printing args for called functions ok marco@ | |||
2006-10-12 | Fix typo. Found by: Janek Richter <janek at openbug dot org> | Marco Peereboom | |
2006-10-12 | Remove debug print. Found by Peter Hessler. | Marco Peereboom | |
2006-10-12 | fix rcsid | Marco Peereboom | |
2006-10-12 | Massive ACPI changes | Jordan Hargrave | |
Fixed ACPI leaks new ACPI API ok marco@ | |||
2006-10-10 | add a few more ACPI device ids, as found on a Acer Aspire 1360. | Brad Smith | |
From Maxim Bourmistrov <maxim at student dot chalmers dot se> via marco@, ok marco@ | |||
2006-09-19 | Typo fixes. | Michael Knudsen | |
ok marco | |||
2006-07-30 | Donot pass a uninitialized pointer to aml_register_notify(), should fix PR5153 | Gordon Willem Klok | |
awaiting confirmation of this from the submitter, but its wrong regardless. ok marco@, canacar@ | |||
2006-06-30 | KNF, No functional change, | Gordon Willem Klok | |
"go at it" marco@ | |||
2006-06-30 | Support for calling Embedded Controller via new GPE interface | Jordan Hargrave | |
ok marco@ | |||
2006-06-30 | Added new code for GPE handling | Jordan Hargrave | |
Also works with ACPIEC; need to fixup acpiec.c to remove original interrupt handler ok marco@ | |||
2006-06-30 | Added offset argument for acpi read/write pmreg routines (new GPE code) | Jordan Hargrave | |
ok marco@ | |||
2006-06-14 | Allow changes to a Name initialized with a 'static' value. | Can Erkin Acar | |
Problem report (PR5149), and debugging by jj.roh at thurnherr dot ch ok marco@ | |||
2006-06-06 | fix a bad strlcpy, from ben lovett | Jolan Luff | |
2006-05-31 | Do not put _OS_ value on the stack. | Can Erkin Acar | |
excellent bug report and testing by Berk Demir < bdd at mindcast dot org > | |||
2006-05-31 | do not call acpi_powerdown() unless acpi has successfully initialized | Todd T. Fries | |
ok gwk@ canacar@ | |||
2006-05-31 | Match the specs and only shut down if notify_type is 0x80 | Can Erkin Acar | |
Reported and tested by todd@, ok gwk@ | |||
2006-05-31 | When allocating a buffer, use the supplied length if the requested | Can Erkin Acar | |
length is smaller. Tested by joris@, ok gwk@ | |||
2006-05-29 | Check for possible NULL dereference in aml_showvalue | Can Erkin Acar | |
tested & ok gwk@ dim@ |