Age | Commit message (Expand) | Author | Files | Lines |
2008-03-19 | Revert "ACPI: EC: Handle IRQ storm on Acer laptops" | Alexey Starikovskiy | 1 | -11/+0 |
2008-03-13 | Merge branches 'release', 'bugzilla-8570', 'bugzilla-9966', 'bugzilla-9998', ... | Len Brown | 1 | -5/+12 |
2008-03-11 | ACPI: EC: Handle IRQ storm on Acer laptops | Alexey Starikovskiy | 1 | -0/+11 |
2008-03-11 | Revert "ACPI: EC: Use proper handle for boot EC" | Len Brown | 1 | -5/+1 |
2008-02-14 | ACPI: EC: Use proper handle for boot EC | Alexey Starikovskiy | 1 | -1/+5 |
2008-02-07 | Merge branches 'release', 'bugzilla-6217', 'bugzilla-6629', 'bugzilla-6933', ... | Len Brown | 1 | -4/+15 |
2008-01-24 | ACPI: EC: "DEBUG" needs to be defined earlier | Márton Németh | 1 | -3/+3 |
2008-01-24 | ACPI: EC: add leading zeros to debug messages | Márton Németh | 1 | -4/+4 |
2008-01-24 | ACPI: EC: fix dmesg spam regression | Alexey Starikovskiy | 1 | -1/+11 |
2008-01-11 | ACPI: EC: Some hardware requires burst mode to operate properly | Alexey Starikovskiy | 1 | -0/+4 |
2008-01-11 | ACPI: EC: Do the byte access with a fast path | Alexey Starikovskiy | 1 | -4/+11 |
2008-01-01 | ACPI: EC: Enable boot EC before bus_scan | Alexey Starikovskiy | 1 | -1/+13 |
2007-11-21 | Pull bugzilla-9327 into release branch | Len Brown | 1 | -19/+42 |
2007-11-21 | ACPI: EC: Workaround for optimized controllers (version 3) | Alexey Starikovskiy | 1 | -13/+33 |
2007-11-21 | ACPI: EC: use printk_ratelimit(), add some DEBUG mode messages | Márton Németh | 1 | -19/+31 |
2007-11-21 | Revert "ACPI: EC: Workaround for optimized controllers" | Len Brown | 1 | -22/+13 |
2007-11-20 | Pull fluff into release branch | Len Brown | 1 | -2/+2 |
2007-11-20 | Pull bugzilla-9327 into release branch | Len Brown | 1 | -13/+22 |
2007-11-20 | ACPI: Add missing spaces to printk format | Joe Perches | 1 | -2/+2 |
2007-11-19 | ACPI: EC: Don't init EC early if it has no _INI | Alexey Starikovskiy | 1 | -0/+8 |
2007-11-19 | ACPI: EC: Workaround for optimized controllers | Alexey Starikovskiy | 1 | -13/+22 |
2007-10-26 | ACPI: EC: fix use-after-free | Adrian Bunk | 1 | -2/+2 |
2007-10-26 | ACPI: EC: Output changes to operational mode | Alexey Starikovskiy | 1 | -3/+14 |
2007-10-26 | ACPI: EC: Add workaround for "optimized" controllers | Alexey Starikovskiy | 1 | -1/+9 |
2007-10-26 | ACPI: EC: Don't re-enable GPE for each transaction. | Alexey Starikovskiy | 1 | -5/+0 |
2007-10-26 | ACPI: EC: auto select interrupt mode | Alexey Starikovskiy | 1 | -35/+16 |
2007-10-26 | ACPI: EC: Don't expect interrupt after last read | Alexey Starikovskiy | 1 | -1/+3 |
2007-10-26 | ACPI: EC: Replace atomic variables with bits | Alexey Starikovskiy | 1 | -41/+38 |
2007-10-10 | Pull bugzilla-8709 into release branch | Len Brown | 1 | -51/+39 |
2007-09-27 | ACPI: EC: Add new query handler to list head. | Alexey Starikovskiy | 1 | -2/+1 |
2007-09-06 | ACPI: EC: Drop ECDT-based boot_ec as soon as we find DSDT-based one. | Alexey Starikovskiy | 1 | -51/+39 |
2007-08-31 | ACPI: EC: Check if boot_ec was really found in DSDT | Alexey Starikovskiy | 1 | -1/+2 |
2007-08-24 | ACPI: EC: revert fix for bugzilla 8709 | Alexey Starikovskiy | 1 | -16/+31 |
2007-08-14 | ACPI: EC: Fix "no battery" regression | Alexey Starikovskiy | 1 | -0/+17 |
2007-08-12 | ACPI EC: remove potential deadlock from EC | Alexey Starikovskiy | 1 | -2/+0 |
2007-08-04 | ACPI: EC: fix run-together printk lines | Meelis Roos | 1 | -1/+1 |
2007-08-04 | ACPI: EC: acpi_ec_remove(): fix use-after-free | Adrian Bunk | 1 | -2/+2 |
2007-08-04 | ACPI: EC: Switch from boot_ec as soon as we find its desc in DSDT. | Alexey Starikovskiy | 1 | -29/+16 |
2007-08-04 | ACPI: EC: fix build warning | Len Brown | 1 | -13/+0 |
2007-08-04 | ACPI: EC: If ECDT is not found, look up EC in DSDT. | Alexey Starikovskiy | 1 | -22/+28 |
2007-08-04 | ACPI: EC: Remove noisy debug printk fron EC driver. | Alexey Starikovskiy | 1 | -1/+0 |
2007-07-23 | ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d... | Thomas Renninger | 1 | -2/+6 |
2007-06-23 | ACPI EC: Add support for non-AML EC query handlers | Alexey Starikovskiy | 1 | -50/+125 |
2007-06-23 | ACPI EC: drop usage of ACPI_DEBUG_PRINT as too heavy weight | Alexey Starikovskiy | 1 | -14/+6 |
2007-06-23 | ACPI EC: Re-factor EC space handler to avoid using label/goto for cycle. | Alexey Starikovskiy | 1 | -39/+17 |
2007-05-10 | acpi,msi-laptop: Fall back to EC polling mode for MSI laptop specific EC comm... | Lennart Poettering | 1 | -16/+23 |
2007-03-10 | ACPI: EC: Block queries until EC is fully initialized | Alexey Starikovskiy | 1 | -1/+4 |
2007-03-10 | ACPI: EC: Cleanup of EC initialization | Alexey Starikovskiy | 1 | -19/+13 |
2007-03-10 | ACPI: EC: first_ec is better to be acpi_ec than acpi_device. | Alexey Starikovskiy | 1 | -28/+13 |
2007-03-10 | ACPI: EC: Rename ec_ecdt to more informative boot_ec | Alexey Starikovskiy | 1 | -23/+20 |