| Commit message (Expand) | Author | Age | Files | Lines |
* | Clarify the previous commit. AcpiFinishGpe() will not clear GPE for us | jkim | 2011-01-04 | 1 | -1/+3 |
* | Clear GPE from a query handler if the task was deferred. | jkim | 2011-01-04 | 1 | -8/+11 |
* | Fix parameters for wakeup(9) and tsleep(9). | jkim | 2011-01-03 | 1 | -2/+2 |
* | Merge ACPICA 20101209. | jkim | 2010-12-15 | 1 | -6/+11 |
* | acpi_ec: changes in communication with hardware | avg | 2010-10-12 | 1 | -83/+89 |
* | When EC burst mode is activated and multiple bytes are accessed, do not | jkim | 2010-08-06 | 1 | -54/+27 |
* | Merge ACPICA 20100702. | jkim | 2010-07-06 | 1 | -3/+2 |
* | Remove unnecessary pointer type castings, shift operations and dead code. | jkim | 2010-06-01 | 1 | -18/+17 |
* | Merge ACPICA 20100331 (and four additional upstream patches). | jkim | 2010-04-02 | 1 | -9/+3 |
* | Merge ACPICA 20100121. | jkim | 2010-01-21 | 1 | -7/+7 |
* | acpi_ec: remove redundant acpi_disabled check in probe method | avg | 2010-01-18 | 1 | -2/+1 |
* | acpi_ec: clean up 'private' ivar when freeing memory to which it points | avg | 2010-01-18 | 1 | -0/+1 |
* | acpi: remove 'magic' ivar | avg | 2009-11-07 | 1 | -8/+6 |
* | Import ACPICA 20090521. | jkim | 2009-06-05 | 1 | -1/+3 |
* | Initial suspend/resume support for amd64. | jkim | 2009-03-17 | 1 | -1/+1 |
* | Whitespace only. | njl | 2007-11-08 | 1 | -2/+0 |
* | More style nit. | takawata | 2007-10-25 | 1 | -6/+3 |
* | Fix variable name to be clear what it means. | takawata | 2007-10-25 | 1 | -3/+3 |
* | Turn EC into poll mode before device_resume invoked . | takawata | 2007-10-25 | 1 | -3/+34 |
* | Rewrite the EC driver event model. The main goal is to avoid | njl | 2007-09-24 | 1 | -304/+189 |
* | Convert magic to a uintptr_t. This should get rid of some warnings on | njl | 2007-06-15 | 1 | -2/+2 |
* | AcpiAcquireGlobalLock() can sometimes sleep if the mutex is contested. | njl | 2007-06-02 | 1 | -13/+10 |
* | Optimize sx locks to use simple atomic operations for the common cases of | jhb | 2007-03-31 | 1 | -0/+1 |
* | Catch up with ACPI-CA 20070320 import. | jkim | 2007-03-22 | 1 | -23/+10 |
* | If we got an OBE/IBF event, we failed to re-enable the GPE. This would | njl | 2007-03-20 | 1 | -5/+14 |
* | Disable burst mode by default. Testing has shown that while it works on | njl | 2007-03-18 | 1 | -2/+2 |
* | Rework EC I/O approach. Implement burst mode, including proper handling of | njl | 2007-02-27 | 1 | -109/+206 |
* | Revert two changes I was testing regarding polling delay. | njl | 2005-12-06 | 1 | -2/+2 |
* | Add KTR support and move some performance debugging variables in the EC | njl | 2005-12-06 | 1 | -9/+8 |
* | Canonize the include of acpi.h. | obrien | 2005-09-11 | 1 | -1/+1 |
* | If there is a problem during probe, be sure to free up any resources | njl | 2005-05-12 | 1 | -2/+2 |
* | Use AcpiUtStrupr() instead of strupr() as the latter will disappear in | marks | 2005-04-14 | 1 | -1/+1 |
* | Add the acpi_ec_read and write methods. This allows an external driver | njl | 2005-03-20 | 1 | -0/+35 |
* | Since the GPE handler is directly called by ACPI-CA and it may have unknown | njl | 2005-02-21 | 1 | -3/+8 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+2 |
* | Remove trailing whitespace. | njl | 2004-12-27 | 1 | -1/+1 |
* | MPSAFE locking | njl | 2004-08-13 | 1 | -21/+19 |
* | Remove duplicate FreeBSD id. | njl | 2004-07-02 | 1 | -2/+0 |
* | Get rid of the strict aliasing error by retrieving the ECDT via a table | njl | 2004-07-02 | 1 | -2/+3 |
* | Rework the code that waits for a response from the EC. Use an sx lock | njl | 2004-07-01 | 1 | -48/+35 |
* | Disable the EC GPE in the shutdown path. This is correct but is not known | njl | 2004-06-30 | 1 | -0/+13 |
* | Use the acpi_id_probe() method instead of acpi_MatchHid(), which is now | njl | 2004-06-29 | 1 | -1/+3 |
* | While booting, use DELAY() for waiting for the EC to respond instead of | njl | 2004-06-28 | 1 | -6/+13 |
* | Add support to ACPI to manage its own resources. Previously, resource | njl | 2004-06-13 | 1 | -1/+1 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | Changes to implement 20040514: | njl | 2004-05-25 | 1 | -20/+31 |
* | Add support for GPE being a package of { reference, gpe bit }. | njl | 2004-05-14 | 1 | -40/+86 |
* | Add support for retrieving _GLK in the ECDT probe. Now we no longer always | njl | 2004-05-13 | 1 | -35/+20 |
* | Update the name for edge triggered for the 20040402 import. | njl | 2004-04-14 | 1 | -1/+1 |
* | Add MODULE_DEPEND entries so some of these drivers can eventually be | njl | 2004-04-09 | 1 | -0/+1 |