aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/ec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-25ACPI: EC: fix use-after-freeAdrian Bunk1-2/+2
2007-10-25ACPI: EC: Output changes to operational modeAlexey Starikovskiy1-3/+14
2007-10-25ACPI: EC: Add workaround for "optimized" controllersAlexey Starikovskiy1-1/+9
2007-10-25ACPI: EC: Don't re-enable GPE for each transaction.Alexey Starikovskiy1-5/+0
2007-10-25ACPI: EC: auto select interrupt modeAlexey Starikovskiy1-35/+16
2007-10-25ACPI: EC: Don't expect interrupt after last readAlexey Starikovskiy1-1/+3
2007-10-25ACPI: EC: Replace atomic variables with bitsAlexey Starikovskiy1-41/+38
2007-10-10Pull bugzilla-8709 into release branchLen Brown1-51/+39
2007-09-27ACPI: EC: Add new query handler to list head.Alexey Starikovskiy1-2/+1
2007-09-05ACPI: EC: Drop ECDT-based boot_ec as soon as we find DSDT-based one.Alexey Starikovskiy1-51/+39
2007-08-30ACPI: EC: Check if boot_ec was really found in DSDTAlexey Starikovskiy1-1/+2
2007-08-24ACPI: EC: revert fix for bugzilla 8709Alexey Starikovskiy1-16/+31
2007-08-14ACPI: EC: Fix "no battery" regressionAlexey Starikovskiy1-0/+17
2007-08-11ACPI EC: remove potential deadlock from ECAlexey Starikovskiy1-2/+0
2007-08-03ACPI: EC: fix run-together printk linesMeelis Roos1-1/+1
2007-08-03ACPI: EC: acpi_ec_remove(): fix use-after-freeAdrian Bunk1-2/+2
2007-08-03ACPI: EC: Switch from boot_ec as soon as we find its desc in DSDT.Alexey Starikovskiy1-29/+16
2007-08-03ACPI: EC: fix build warningLen Brown1-13/+0
2007-08-03ACPI: EC: If ECDT is not found, look up EC in DSDT.Alexey Starikovskiy1-22/+28
2007-08-03ACPI: EC: Remove noisy debug printk fron EC driver.Alexey Starikovskiy1-1/+0
2007-07-23ACPI: autoload modules - Create __mod_acpi_device_table symbol for all ACPI driversThomas Renninger1-2/+6
2007-06-23ACPI EC: Add support for non-AML EC query handlersAlexey Starikovskiy1-50/+125
2007-06-23ACPI EC: drop usage of ACPI_DEBUG_PRINT as too heavy weightAlexey Starikovskiy1-14/+6
2007-06-23ACPI EC: Re-factor EC space handler to avoid using label/goto for cycle.Alexey Starikovskiy1-39/+17
2007-05-10acpi,msi-laptop: Fall back to EC polling mode for MSI laptop specific EC commandsLennart Poettering1-16/+23
2007-03-09ACPI: EC: Block queries until EC is fully initializedAlexey Starikovskiy1-1/+4
2007-03-09ACPI: EC: Cleanup of EC initializationAlexey Starikovskiy1-19/+13
2007-03-09ACPI: EC: first_ec is better to be acpi_ec than acpi_device.Alexey Starikovskiy1-28/+13
2007-03-09ACPI: EC: Rename ec_ecdt to more informative boot_ecAlexey Starikovskiy1-23/+20
2007-03-09ACPI: EC: Clean ECDT and namespace parsing.Alexey Starikovskiy1-96/+109
2007-03-09ACPI: EC: Put install handlers into separate function.Alexey Starikovskiy1-60/+27
2007-03-09ACPI: EC: Remove casts to/from void* from ec.cAlexey Starikovskiy1-7/+6
2007-03-09ACPI: EC: enable burst functionality in EC.Alexey Starikovskiy1-52/+37
2007-03-09ACPI: EC: "Fake ECDT" workaround is not needed any longer.Alexey Starikovskiy1-81/+0
2007-03-09ACPI: EC: Don't use Global Lock if not asked to do soAlexey Starikovskiy1-3/+0
2007-03-09ACPI: ec: fix race in status register accessAlexey Starikovskiy1-17/+23
2007-02-16Pull fluff into release branchLen Brown1-3/+2
2007-02-16ACPI: ec: add unlock in error pathAlexey Starikovskiy1-1/+3
2007-02-12ACPI: delete extra #defines in /drivers/acpi/ driversLen Brown1-1/+0
2007-02-12ACPI: fix acpi_driver.name usageLen Brown1-1/+1
2007-02-12ACPI: clean up ACPI_MODULE_NAME() useLen Brown1-1/+1
2007-02-02ACPICA: Remove duplicate table definitions (non-conflicting), contAlexey Starikovskiy1-1/+2
2007-02-02ACPICA: Remove duplicate table definitions.Alexey Starikovskiy1-4/+4
2007-02-02ACPICA: minimal patch to integrate new tables into LinuxAlexey Starikovskiy1-3/+1
2007-01-06ACPI: ec: enable printk on cmdline useLen Brown1-2/+2
2007-01-02ACPI: EC: move verbose printk to debug build onlyGuillaume Chazarain1-1/+1
2006-12-20ACPI: replace kmalloc+memset with kzallocBurman Yan1-6/+3
2006-12-20Pull ec into test branchLen Brown1-1/+1
2006-12-20ACPI: make drivers/acpi/ec.c:ec_ecdt staticAdrian Bunk1-1/+1
2006-12-16Pull trivial into test branchLen Brown1-1/+1