| Commit message (Expand) | Author | Age | Files | Lines |
* | acpi,msi-laptop: Fall back to EC polling mode for MSI laptop specific EC comm... | Lennart Poettering | 2007-05-10 | 1 | -16/+23 |
* | ACPI: EC: Block queries until EC is fully initialized | Alexey Starikovskiy | 2007-03-10 | 1 | -1/+4 |
* | ACPI: EC: Cleanup of EC initialization | Alexey Starikovskiy | 2007-03-10 | 1 | -19/+13 |
* | ACPI: EC: first_ec is better to be acpi_ec than acpi_device. | Alexey Starikovskiy | 2007-03-10 | 1 | -28/+13 |
* | ACPI: EC: Rename ec_ecdt to more informative boot_ec | Alexey Starikovskiy | 2007-03-10 | 1 | -23/+20 |
* | ACPI: EC: Clean ECDT and namespace parsing. | Alexey Starikovskiy | 2007-03-10 | 1 | -96/+109 |
* | ACPI: EC: Put install handlers into separate function. | Alexey Starikovskiy | 2007-03-10 | 1 | -60/+27 |
* | ACPI: EC: Remove casts to/from void* from ec.c | Alexey Starikovskiy | 2007-03-10 | 1 | -7/+6 |
* | ACPI: EC: enable burst functionality in EC. | Alexey Starikovskiy | 2007-03-10 | 1 | -52/+37 |
* | ACPI: EC: "Fake ECDT" workaround is not needed any longer. | Alexey Starikovskiy | 2007-03-10 | 1 | -81/+0 |
* | ACPI: EC: Don't use Global Lock if not asked to do so | Alexey Starikovskiy | 2007-03-10 | 1 | -3/+0 |
* | ACPI: ec: fix race in status register access | Alexey Starikovskiy | 2007-03-10 | 1 | -17/+23 |
* | Pull fluff into release branch | Len Brown | 2007-02-17 | 1 | -3/+2 |
|\ |
|
| * | ACPI: delete extra #defines in /drivers/acpi/ drivers | Len Brown | 2007-02-13 | 1 | -1/+0 |
| * | ACPI: fix acpi_driver.name usage | Len Brown | 2007-02-13 | 1 | -1/+1 |
| * | ACPI: clean up ACPI_MODULE_NAME() use | Len Brown | 2007-02-13 | 1 | -1/+1 |
* | | ACPI: ec: add unlock in error path | Alexey Starikovskiy | 2007-02-16 | 1 | -1/+3 |
|/ |
|
* | ACPICA: Remove duplicate table definitions (non-conflicting), cont | Alexey Starikovskiy | 2007-02-03 | 1 | -1/+2 |
* | ACPICA: Remove duplicate table definitions. | Alexey Starikovskiy | 2007-02-03 | 1 | -4/+4 |
* | ACPICA: minimal patch to integrate new tables into Linux | Alexey Starikovskiy | 2007-02-03 | 1 | -3/+1 |
* | ACPI: ec: enable printk on cmdline use | Len Brown | 2007-01-06 | 1 | -2/+2 |
* | ACPI: EC: move verbose printk to debug build only | Guillaume Chazarain | 2007-01-02 | 1 | -1/+1 |
* | ACPI: replace kmalloc+memset with kzalloc | Burman Yan | 2006-12-20 | 1 | -6/+3 |
* | Pull ec into test branch | Len Brown | 2006-12-20 | 1 | -1/+1 |
|\ |
|
| * | ACPI: make drivers/acpi/ec.c:ec_ecdt static | Adrian Bunk | 2006-12-20 | 1 | -1/+1 |
* | | Pull trivial into test branch | Len Brown | 2006-12-16 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | ACPI: make ec_transaction not extern | Randy Dunlap | 2006-10-27 | 1 | -1/+1 |
* | | ACPI: ec: Lindent once again | Alexey Starikovskiy | 2006-12-08 | 1 | -95/+76 |
* | | ACPI: ec: Change #define to enums there possible. | Alexey Starikovskiy | 2006-12-08 | 1 | -12/+12 |
* | | ACPI: ec: Style changes. | Alexey Starikovskiy | 2006-12-08 | 1 | -10/+6 |
* | | ACPI: ec: Acquire Global Lock under EC mutex. | Alexey Starikovskiy | 2006-12-08 | 1 | -2/+2 |
* | | ACPI: ec: Drop udelay() from poll mode. Loop by reading status field instead. | Alexey Starikovskiy | 2006-12-08 | 1 | -5/+2 |
* | | ACPI: ec: Rename gpe_bit to gpe | Alexey Starikovskiy | 2006-12-08 | 1 | -21/+21 |
* | | ACPI: ec: Change semaphore to mutex. | Alexey Starikovskiy | 2006-12-08 | 1 | -6/+6 |
* | | ACPI: ec: Query only single query at a time. | Alexey Starikovskiy | 2006-12-08 | 1 | -11/+8 |
* | | ACPI: ec: Remove calls to clear_gpe() and enable_gpe(), as these are handled at | Alexey Starikovskiy | 2006-12-08 | 1 | -8/+4 |
* | | ACPI: ec: Remove expect_event and all races around it. | Alexey Starikovskiy | 2006-12-08 | 1 | -46/+38 |
* | | ACPI: ec: Read status register from check_status() function | Alexey Starikovskiy | 2006-12-08 | 1 | -5/+6 |
* | | ACPI: ec: Increase timeout from 50 to 500 ms to handle old slow machines. | Alexey Starikovskiy | 2006-12-08 | 1 | -2/+2 |
* | | ACPI: ec: Enable EC GPE at beginning of transaction | Alexey Starikovskiy | 2006-12-08 | 1 | -0/+3 |
* | | ACPI: ec: Allow for write semantics in any command. | Alexey Starikovskiy | 2006-12-08 | 1 | -1/+1 |
|/ |
|
* | ACPI: EC: export ec_transaction() for msi-laptop driver | Lennart Poettering | 2006-10-14 | 1 | -0/+2 |
* | ACPI: EC: Simplify acpi_hw_low_level*() with inb()/outb(). | Denis M. Sadykov | 2006-10-14 | 1 | -79/+45 |
* | ACPI: EC: Unify poll and interrupt gpe handlers | Denis M. Sadykov | 2006-10-14 | 1 | -95/+12 |
* | ACPI: EC: Unify poll and interrupt mode transaction functions | Denis M. Sadykov | 2006-10-14 | 1 | -81/+29 |
* | ACPI: EC: Remove unused variables and duplicated code | Denis M. Sadykov | 2006-10-14 | 1 | -458/+253 |
* | ACPI: EC: Remove unnecessary delay added by previous transation patch. | Denis M. Sadykov | 2006-10-14 | 1 | -53/+50 |
* | ACPI: consolidate functions in acpi ec driver | Lennart Poettering | 2006-10-14 | 1 | -230/+95 |
* | ACPI: add 'const' to several ACPI file_operations | Arjan van de Ven | 2006-07-10 | 1 | -1/+1 |
* | ACPI: fix battery on HP NX6125 | Vladimir Lebedev | 2006-06-28 | 1 | -2/+5 |