Age | Commit message (Expand) | Author |
2021-02-23 | remove unused acpiec_lock() acpiec_unlock() functions | Jonathan Gray |
2020-08-26 | Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>. | Visa Hankala |
2020-07-21 | acpi can use IPL_BIO (a low interrupt) since it only enqueues operations for | Theo de Raadt |
2019-07-02 | acpi_set_gpehandler: turn edge arg into flags, add support for | Joshua Stein |
2018-07-01 | acpi: clean up some inconsistent style in the hid matching arrays | Mike Larkin |
2018-06-29 | Use <stdint.h> types. | Mark Kettenis |
2018-01-17 | Disable ACPI burst mode on the 2015 Chromebook Pixel, where it freezes. | Anthony J. Bentley |
2017-03-11 | Revert 1.54, go back to always trying to enable burst mode | Joshua Stein |
2016-10-25 | Deduplicate the CRS parsing code and handle broken ACPI implementations. | Paul Irofti |
2016-08-23 | don't enter burst mode for single-byte reads and writes. | Joshua Stein |
2016-05-07 | Add defines for Operation Region Address Space Identifiers and use them when | Mark Kettenis |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-06-25 | If the Embedded Contoller device has a _STA method, evaluate it and bail out | Mark Kettenis |
2014-05-21 | Fix invalid / missing format specifiers in several dnprintf statements | Mike Larkin |
2013-07-02 | If after processing an SCI event the SCI_EVT is no longer sent, we're done | Mark Kettenis |
2013-01-18 | acpi: add acpiec_lock and acpi_unlock routines. | Paul Irofti |
2012-07-13 | Make the ACPI EC aware of the AML global lock. | Paul Irofti |
2012-03-10 | Seems the _REG method is optional, so only run it if it is present. | Mark Kettenis |
2011-01-09 | Continue loading acpiec even if _REG fails.. allows HP G62 to work properly | Jordan Hargrave |
2010-08-08 | Stop recursion introduced in rev 1.42, by reverting most of that commit. | Mark Kettenis |
2010-08-03 | Add busy flag so that we don't act on a SCI until a command in progress | Marco Peereboom |
2010-08-02 | The EC GPE is always edge. edge interrupts have their STS bit reset | Theo de Raadt |
2010-07-29 | Don't set sc_ec until after the EC registers are mapped, but before we | Mark Kettenis |
2010-07-27 | do not match a 2nd EC if something horrible happens; ok marco | Theo de Raadt |
2010-07-27 | Spaces vs tab | Marco Peereboom |
2010-07-27 | Revert 1.34 certain systems need the parent ec pointer initialized earlier. | Marco Peereboom |
2010-07-27 | annoying spaces getting in the way | Theo de Raadt |
2010-07-27 | Early initialization of acpiec if ECDT table exists | Jordan Hargrave |
2010-07-23 | Don't initialize acpiec pointer in acpi_softc until registration succeeds | Jordan Hargrave |
2010-07-23 | Control/data registers were being mapped with swapped io space tags | Jordan Hargrave |
2010-07-20 | removed an unused proto | Theo de Raadt |
2010-07-20 | Handle the acpi interrupt controller with proper edge/level handling, | Theo de Raadt |
2010-07-20 | In acpiec_wait() we want to tsleep on an un-known channel, so that | Theo de Raadt |
2009-11-26 | If the EC is in burst mode use the fast delay to meet the requirements | Theo de Raadt |
2009-03-11 | Cleanup.. use aml_evalinteger instead of aml_evalname | Jordan Hargrave |
2009-03-10 | Added sensor devices for Thinkpad (temp+fan) | Jordan Hargrave |
2008-11-06 | Collapse all sanity checks of hids into one function. | Marco Peereboom |
2008-06-13 | Fixed acpiec driver, _REG method required sc_ec member set before being called | Jordan Hargrave |
2008-06-01 | Re-enable new parser. Lots of testing by various folks. Fits all media | Marco Peereboom |
2008-05-16 | back out jordans new parser. | David Gwynne |
2008-05-14 | Adding new ACPI Parser code | Jordan Hargrave |
2007-12-07 | do not call aml_searchname and aml_evalnode afterwards, just use | Federico G. Schwindt |
2007-11-12 | no need to print acpi name on attach | Theo de Raadt |
2007-11-12 | a little less excitement (every printf does not need to end in !) | Theo de Raadt |
2007-02-21 | Fix stuttering audio playback as reported by Igor Grabin. | Marco Peereboom |
2007-02-21 | KNF | Marco Peereboom |
2007-02-17 | Add SMALL_KERNEL throught acpi to make it fit on boot media. | Marco Peereboom |
2006-12-23 | Move the handling of SCI events to the acpiec gpe handler. | Can Erkin Acar |
2006-12-21 | spacing | Theo de Raadt |