aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/ec.c
Commit message (Expand)AuthorAge
* ACPI: EC: revert fix for bugzilla 8709Alexey Starikovskiy2007-08-24
* ACPI: EC: Fix "no battery" regressionAlexey Starikovskiy2007-08-14
* ACPI EC: remove potential deadlock from ECAlexey Starikovskiy2007-08-11
* ACPI: EC: fix run-together printk linesMeelis Roos2007-08-03
* ACPI: EC: acpi_ec_remove(): fix use-after-freeAdrian Bunk2007-08-03
* ACPI: EC: Switch from boot_ec as soon as we find its desc in DSDT.Alexey Starikovskiy2007-08-03
* ACPI: EC: fix build warningLen Brown2007-08-03
* ACPI: EC: If ECDT is not found, look up EC in DSDT.Alexey Starikovskiy2007-08-03
* ACPI: EC: Remove noisy debug printk fron EC driver.Alexey Starikovskiy2007-08-03
* ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI d...Thomas Renninger2007-07-23
* ACPI EC: Add support for non-AML EC query handlersAlexey Starikovskiy2007-06-23
* ACPI EC: drop usage of ACPI_DEBUG_PRINT as too heavy weightAlexey Starikovskiy2007-06-23
* ACPI EC: Re-factor EC space handler to avoid using label/goto for cycle.Alexey Starikovskiy2007-06-23
* acpi,msi-laptop: Fall back to EC polling mode for MSI laptop specific EC comm...Lennart Poettering2007-05-10
* ACPI: EC: Block queries until EC is fully initializedAlexey Starikovskiy2007-03-09
* ACPI: EC: Cleanup of EC initializationAlexey Starikovskiy2007-03-09
* ACPI: EC: first_ec is better to be acpi_ec than acpi_device.Alexey Starikovskiy2007-03-09
* ACPI: EC: Rename ec_ecdt to more informative boot_ecAlexey Starikovskiy2007-03-09
* ACPI: EC: Clean ECDT and namespace parsing.Alexey Starikovskiy2007-03-09
* ACPI: EC: Put install handlers into separate function.Alexey Starikovskiy2007-03-09
* ACPI: EC: Remove casts to/from void* from ec.cAlexey Starikovskiy2007-03-09
* ACPI: EC: enable burst functionality in EC.Alexey Starikovskiy2007-03-09
* ACPI: EC: "Fake ECDT" workaround is not needed any longer.Alexey Starikovskiy2007-03-09
* ACPI: EC: Don't use Global Lock if not asked to do soAlexey Starikovskiy2007-03-09
* ACPI: ec: fix race in status register accessAlexey Starikovskiy2007-03-09
* Pull fluff into release branchLen Brown2007-02-16
|\
| * ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown2007-02-12
| * ACPI: fix acpi_driver.name usageLen Brown2007-02-12
| * ACPI: clean up ACPI_MODULE_NAME() useLen Brown2007-02-12
* | ACPI: ec: add unlock in error pathAlexey Starikovskiy2007-02-16
|/
* ACPICA: Remove duplicate table definitions (non-conflicting), contAlexey Starikovskiy2007-02-02
* ACPICA: Remove duplicate table definitions.Alexey Starikovskiy2007-02-02
* ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy2007-02-02
* ACPI: ec: enable printk on cmdline useLen Brown2007-01-06
* ACPI: EC: move verbose printk to debug build onlyGuillaume Chazarain2007-01-02
* ACPI: replace kmalloc+memset with kzallocBurman Yan2006-12-20
* Pull ec into test branchLen Brown2006-12-20
|\
| * ACPI: make drivers/acpi/ec.c:ec_ecdt staticAdrian Bunk2006-12-20
* | Pull trivial into test branchLen Brown2006-12-16
|\ \ | |/ |/|
| * ACPI: make ec_transaction not externRandy Dunlap2006-10-27
* | ACPI: ec: Lindent once againAlexey Starikovskiy2006-12-08
* | ACPI: ec: Change #define to enums there possible.Alexey Starikovskiy2006-12-08
* | ACPI: ec: Style changes.Alexey Starikovskiy2006-12-08
* | ACPI: ec: Acquire Global Lock under EC mutex.Alexey Starikovskiy2006-12-08
* | ACPI: ec: Drop udelay() from poll mode. Loop by reading status field instead.Alexey Starikovskiy2006-12-08
* | ACPI: ec: Rename gpe_bit to gpeAlexey Starikovskiy2006-12-08
* | ACPI: ec: Change semaphore to mutex.Alexey Starikovskiy2006-12-08
* | ACPI: ec: Query only single query at a time.Alexey Starikovskiy2006-12-08
* | ACPI: ec: Remove calls to clear_gpe() and enable_gpe(), as these are handled atAlexey Starikovskiy2006-12-08
* | ACPI: ec: Remove expect_event and all races around it.Alexey Starikovskiy2006-12-08