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