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