| Commit message (Expand) | Author | Age |
* | ACPI: EC: Fix "no battery" regression | Alexey Starikovskiy | 2007-08-14 |
* | ACPI EC: remove potential deadlock from EC | Alexey Starikovskiy | 2007-08-11 |
* | ACPI: EC: fix run-together printk lines | Meelis Roos | 2007-08-03 |
* | ACPI: EC: acpi_ec_remove(): fix use-after-free | Adrian Bunk | 2007-08-03 |
* | ACPI: EC: Switch from boot_ec as soon as we find its desc in DSDT. | Alexey Starikovskiy | 2007-08-03 |
* | ACPI: EC: fix build warning | Len Brown | 2007-08-03 |
* | ACPI: EC: If ECDT is not found, look up EC in DSDT. | Alexey Starikovskiy | 2007-08-03 |
* | ACPI: EC: Remove noisy debug printk fron EC driver. | Alexey Starikovskiy | 2007-08-03 |
* | ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d... | Thomas Renninger | 2007-07-23 |
* | ACPI EC: Add support for non-AML EC query handlers | Alexey Starikovskiy | 2007-06-23 |
* | ACPI EC: drop usage of ACPI_DEBUG_PRINT as too heavy weight | Alexey Starikovskiy | 2007-06-23 |
* | ACPI EC: Re-factor EC space handler to avoid using label/goto for cycle. | Alexey Starikovskiy | 2007-06-23 |
* | acpi,msi-laptop: Fall back to EC polling mode for MSI laptop specific EC comm... | Lennart Poettering | 2007-05-10 |
* | ACPI: EC: Block queries until EC is fully initialized | Alexey Starikovskiy | 2007-03-09 |
* | ACPI: EC: Cleanup of EC initialization | Alexey Starikovskiy | 2007-03-09 |
* | ACPI: EC: first_ec is better to be acpi_ec than acpi_device. | Alexey Starikovskiy | 2007-03-09 |
* | ACPI: EC: Rename ec_ecdt to more informative boot_ec | Alexey Starikovskiy | 2007-03-09 |
* | ACPI: EC: Clean ECDT and namespace parsing. | Alexey Starikovskiy | 2007-03-09 |
* | ACPI: EC: Put install handlers into separate function. | Alexey Starikovskiy | 2007-03-09 |
* | ACPI: EC: Remove casts to/from void* from ec.c | Alexey Starikovskiy | 2007-03-09 |
* | ACPI: EC: enable burst functionality in EC. | Alexey Starikovskiy | 2007-03-09 |
* | ACPI: EC: "Fake ECDT" workaround is not needed any longer. | Alexey Starikovskiy | 2007-03-09 |
* | ACPI: EC: Don't use Global Lock if not asked to do so | Alexey Starikovskiy | 2007-03-09 |
* | ACPI: ec: fix race in status register access | Alexey Starikovskiy | 2007-03-09 |
* | Pull fluff into release branch | Len Brown | 2007-02-16 |
|\ |
|
| * | ACPI: delete extra #defines in /drivers/acpi/ drivers | Len Brown | 2007-02-12 |
| * | ACPI: fix acpi_driver.name usage | Len Brown | 2007-02-12 |
| * | ACPI: clean up ACPI_MODULE_NAME() use | Len Brown | 2007-02-12 |
* | | ACPI: ec: add unlock in error path | Alexey Starikovskiy | 2007-02-16 |
|/ |
|
* | ACPICA: Remove duplicate table definitions (non-conflicting), cont | Alexey Starikovskiy | 2007-02-02 |
* | ACPICA: Remove duplicate table definitions. | Alexey Starikovskiy | 2007-02-02 |
* | ACPICA: minimal patch to integrate new tables into Linux | Alexey Starikovskiy | 2007-02-02 |
* | ACPI: ec: enable printk on cmdline use | Len Brown | 2007-01-06 |
* | ACPI: EC: move verbose printk to debug build only | Guillaume Chazarain | 2007-01-02 |
* | ACPI: replace kmalloc+memset with kzalloc | Burman Yan | 2006-12-20 |
* | Pull ec into test branch | Len Brown | 2006-12-20 |
|\ |
|
| * | ACPI: make drivers/acpi/ec.c:ec_ecdt static | Adrian Bunk | 2006-12-20 |
* | | Pull trivial into test branch | Len Brown | 2006-12-16 |
|\ \
| |/
|/| |
|
| * | ACPI: make ec_transaction not extern | Randy Dunlap | 2006-10-27 |
* | | ACPI: ec: Lindent once again | Alexey Starikovskiy | 2006-12-08 |
* | | ACPI: ec: Change #define to enums there possible. | Alexey Starikovskiy | 2006-12-08 |
* | | ACPI: ec: Style changes. | Alexey Starikovskiy | 2006-12-08 |
* | | ACPI: ec: Acquire Global Lock under EC mutex. | Alexey Starikovskiy | 2006-12-08 |
* | | ACPI: ec: Drop udelay() from poll mode. Loop by reading status field instead. | Alexey Starikovskiy | 2006-12-08 |
* | | ACPI: ec: Rename gpe_bit to gpe | Alexey Starikovskiy | 2006-12-08 |
* | | ACPI: ec: Change semaphore to mutex. | Alexey Starikovskiy | 2006-12-08 |
* | | ACPI: ec: Query only single query at a time. | Alexey Starikovskiy | 2006-12-08 |
* | | ACPI: ec: Remove calls to clear_gpe() and enable_gpe(), as these are handled at | Alexey Starikovskiy | 2006-12-08 |
* | | ACPI: ec: Remove expect_event and all races around it. | Alexey Starikovskiy | 2006-12-08 |
* | | ACPI: ec: Read status register from check_status() function | Alexey Starikovskiy | 2006-12-08 |