summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica/acpi_ec.c
Commit message (Expand)AuthorAgeFilesLines
* Whitespace only.njl2007-11-081-2/+0
* More style nit.takawata2007-10-251-6/+3
* Fix variable name to be clear what it means.takawata2007-10-251-3/+3
* Turn EC into poll mode before device_resume invoked .takawata2007-10-251-3/+34
* Rewrite the EC driver event model. The main goal is to avoidnjl2007-09-241-304/+189
* Convert magic to a uintptr_t. This should get rid of some warnings onnjl2007-06-151-2/+2
* AcpiAcquireGlobalLock() can sometimes sleep if the mutex is contested.njl2007-06-021-13/+10
* Optimize sx locks to use simple atomic operations for the common cases ofjhb2007-03-311-0/+1
* Catch up with ACPI-CA 20070320 import.jkim2007-03-221-23/+10
* If we got an OBE/IBF event, we failed to re-enable the GPE. This wouldnjl2007-03-201-5/+14
* Disable burst mode by default. Testing has shown that while it works onnjl2007-03-181-2/+2
* Rework EC I/O approach. Implement burst mode, including proper handling ofnjl2007-02-271-109/+206
* Revert two changes I was testing regarding polling delay.njl2005-12-061-2/+2
* Add KTR support and move some performance debugging variables in the ECnjl2005-12-061-9/+8
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* If there is a problem during probe, be sure to free up any resourcesnjl2005-05-121-2/+2
* Use AcpiUtStrupr() instead of strupr() as the latter will disappear inmarks2005-04-141-1/+1
* Add the acpi_ec_read and write methods. This allows an external drivernjl2005-03-201-0/+35
* Since the GPE handler is directly called by ACPI-CA and it may have unknownnjl2005-02-211-3/+8
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+2
* Remove trailing whitespace.njl2004-12-271-1/+1
* MPSAFE lockingnjl2004-08-131-21/+19
* Remove duplicate FreeBSD id.njl2004-07-021-2/+0
* Get rid of the strict aliasing error by retrieving the ECDT via a tablenjl2004-07-021-2/+3
* Rework the code that waits for a response from the EC. Use an sx locknjl2004-07-011-48/+35
* Disable the EC GPE in the shutdown path. This is correct but is not knownnjl2004-06-301-0/+13
* Use the acpi_id_probe() method instead of acpi_MatchHid(), which is nownjl2004-06-291-1/+3
* While booting, use DELAY() for waiting for the EC to respond instead ofnjl2004-06-281-6/+13
* Add support to ACPI to manage its own resources. Previously, resourcenjl2004-06-131-1/+1
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Changes to implement 20040514:njl2004-05-251-20/+31
* Add support for GPE being a package of { reference, gpe bit }.njl2004-05-141-40/+86
* Add support for retrieving _GLK in the ECDT probe. Now we no longer alwaysnjl2004-05-131-35/+20
* Update the name for edge triggered for the 20040402 import.njl2004-04-141-1/+1
* Add MODULE_DEPEND entries so some of these drivers can eventually benjl2004-04-091-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+4
* Fix an off-by-one error and rework our EC space handler. Writing to addressnjl2004-03-041-14/+15
* Change to acpi_{Get,Set}Integer to provide both methods. Convert allnjl2004-03-031-3/+3
* Delete the region we are passed if that is the requested operation.njl2004-01-031-2/+6
* Consistently print attach messages.njl2003-09-261-2/+2
* Bump the EC timeout from 50 to 100 ms. I believe the underlying issue isnjl2003-09-151-1/+1
* Use __FBSDID().obrien2003-08-241-0/+3
* Add and document the hw.acpi.ec.poll_timeout tunable.njl2003-07-301-2/+5
* Add an informational debugging printf of the maximum time spent innjl2003-07-251-0/+10
* Do not call acpi_MatchHid() for all probe cases since it accesses thenjl2003-07-201-8/+7
* Close a race condition by passing status retrieved via a non-SCI callnjl2003-07-201-43/+32
* Add ECDT (ACPI 2.0) support. This allows the EC to be enabled before thenjl2003-07-201-41/+161
* Change the msleep part of EcWaitEvent to be a separate loop, fixing anjl2003-07-151-31/+42
* Update code to work with 0619 distnjl2003-07-131-6/+7
* Rewrite much of the embedded controller driver.njl2003-07-101-311/+263
OpenPOWER on IntegriCloud