| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r202567: acpi_ec: remove redundant acpi_disabled check | Andriy Gapon | 2010-01-22 | 1 | -2/+1 |
| * | MFC r202558: acpi_ec: clean up 'private' ivar when freeing memory | Andriy Gapon | 2010-01-22 | 1 | -0/+1 |
| * | MFC r199016: acpi: remove 'magic' ivar | Andriy Gapon | 2009-12-01 | 1 | -8/+6 |
| * | MFC: poll EC during resume | Nate Lawson | 2007-11-08 | 1 | -3/+29 |
| * | Rewrite the EC driver event model. The main goal is to avoid | Nate Lawson | 2007-09-24 | 1 | -304/+189 |
| * | Convert magic to a uintptr_t. This should get rid of some warnings on | Nate Lawson | 2007-06-15 | 1 | -2/+2 |
| * | AcpiAcquireGlobalLock() can sometimes sleep if the mutex is contested. | Nate Lawson | 2007-06-02 | 1 | -13/+10 |
| * | Optimize sx locks to use simple atomic operations for the common cases of | John Baldwin | 2007-03-31 | 1 | -0/+1 |
| * | Catch up with ACPI-CA 20070320 import. | Jung-uk Kim | 2007-03-22 | 1 | -23/+10 |
| * | If we got an OBE/IBF event, we failed to re-enable the GPE. This would | Nate Lawson | 2007-03-20 | 1 | -5/+14 |
| * | Disable burst mode by default. Testing has shown that while it works on | Nate Lawson | 2007-03-18 | 1 | -2/+2 |
| * | Rework EC I/O approach. Implement burst mode, including proper handling of | Nate Lawson | 2007-02-27 | 1 | -109/+206 |
| * | Revert two changes I was testing regarding polling delay. | Nate Lawson | 2005-12-06 | 1 | -2/+2 |
| * | Add KTR support and move some performance debugging variables in the EC | Nate Lawson | 2005-12-06 | 1 | -9/+8 |
| * | Canonize the include of acpi.h. | David E. O'Brien | 2005-09-11 | 1 | -1/+1 |
| * | If there is a problem during probe, be sure to free up any resources | Nate Lawson | 2005-05-12 | 1 | -2/+2 |
| * | Use AcpiUtStrupr() instead of strupr() as the latter will disappear in | Mark Santcroos | 2005-04-14 | 1 | -1/+1 |
| * | Add the acpi_ec_read and write methods. This allows an external driver | Nate Lawson | 2005-03-20 | 1 | -0/+35 |
| * | Since the GPE handler is directly called by ACPI-CA and it may have unknown | Nate Lawson | 2005-02-21 | 1 | -3/+8 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+2 |
| * | Remove trailing whitespace. | Nate Lawson | 2004-12-27 | 1 | -1/+1 |
| * | MPSAFE locking | Nate Lawson | 2004-08-13 | 1 | -21/+19 |
| * | Remove duplicate FreeBSD id. | Nate Lawson | 2004-07-02 | 1 | -2/+0 |
| * | Get rid of the strict aliasing error by retrieving the ECDT via a table | Nate Lawson | 2004-07-02 | 1 | -2/+3 |
| * | Rework the code that waits for a response from the EC. Use an sx lock | Nate Lawson | 2004-07-01 | 1 | -48/+35 |
| * | Disable the EC GPE in the shutdown path. This is correct but is not known | Nate Lawson | 2004-06-30 | 1 | -0/+13 |
| * | Use the acpi_id_probe() method instead of acpi_MatchHid(), which is now | Nate Lawson | 2004-06-29 | 1 | -1/+3 |
| * | While booting, use DELAY() for waiting for the EC to respond instead of | Nate Lawson | 2004-06-28 | 1 | -6/+13 |
| * | Add support to ACPI to manage its own resources. Previously, resource | Nate Lawson | 2004-06-13 | 1 | -1/+1 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | Changes to implement 20040514: | Nate Lawson | 2004-05-25 | 1 | -20/+31 |
| * | Add support for GPE being a package of { reference, gpe bit }. | Nate Lawson | 2004-05-14 | 1 | -40/+86 |
| * | Add support for retrieving _GLK in the ECDT probe. Now we no longer always | Nate Lawson | 2004-05-13 | 1 | -34/+19 |
| * | Update the name for edge triggered for the 20040402 import. | Nate Lawson | 2004-04-14 | 1 | -1/+1 |
| * | Add MODULE_DEPEND entries so some of these drivers can eventually be | Nate Lawson | 2004-04-09 | 1 | -0/+1 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -4/+4 |
| * | Fix an off-by-one error and rework our EC space handler. Writing to address | Nate Lawson | 2004-03-04 | 1 | -14/+15 |
| * | Change to acpi_{Get,Set}Integer to provide both methods. Convert all | Nate Lawson | 2004-03-03 | 1 | -3/+3 |
| * | Delete the region we are passed if that is the requested operation. | Nate Lawson | 2004-01-03 | 1 | -2/+6 |
| * | Consistently print attach messages. | Nate Lawson | 2003-09-26 | 1 | -2/+2 |
| * | Bump the EC timeout from 50 to 100 ms. I believe the underlying issue is | Nate Lawson | 2003-09-15 | 1 | -1/+1 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -0/+3 |
| * | Add and document the hw.acpi.ec.poll_timeout tunable. | Nate Lawson | 2003-07-30 | 1 | -2/+5 |
| * | Add an informational debugging printf of the maximum time spent in | Nate Lawson | 2003-07-25 | 1 | -0/+10 |
| * | Do not call acpi_MatchHid() for all probe cases since it accesses the | Nate Lawson | 2003-07-20 | 1 | -8/+7 |
| * | Close a race condition by passing status retrieved via a non-SCI call | Nate Lawson | 2003-07-20 | 1 | -43/+32 |
| * | Add ECDT (ACPI 2.0) support. This allows the EC to be enabled before the | Nate Lawson | 2003-07-20 | 1 | -41/+161 |
| * | Change the msleep part of EcWaitEvent to be a separate loop, fixing a | Nate Lawson | 2003-07-15 | 1 | -31/+42 |
| * | Update code to work with 0619 dist | Nate Lawson | 2003-07-13 | 1 | -6/+7 |
| * | Rewrite much of the embedded controller driver. | Nate Lawson | 2003-07-10 | 1 | -311/+263 |