aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/ec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-08ACPI: ec: Lindent once againAlexey Starikovskiy1-95/+76
2006-12-08ACPI: ec: Change #define to enums there possible.Alexey Starikovskiy1-12/+12
2006-12-08ACPI: ec: Style changes.Alexey Starikovskiy1-10/+6
2006-12-08ACPI: ec: Acquire Global Lock under EC mutex.Alexey Starikovskiy1-2/+2
2006-12-08ACPI: ec: Drop udelay() from poll mode. Loop by reading status field instead.Alexey Starikovskiy1-5/+2
2006-12-08ACPI: ec: Rename gpe_bit to gpeAlexey Starikovskiy1-21/+21
2006-12-08ACPI: ec: Change semaphore to mutex.Alexey Starikovskiy1-6/+6
2006-12-08ACPI: ec: Query only single query at a time.Alexey Starikovskiy1-11/+8
2006-12-08ACPI: ec: Remove calls to clear_gpe() and enable_gpe(), as these are handled atAlexey Starikovskiy1-8/+4
2006-12-08ACPI: ec: Remove expect_event and all races around it.Alexey Starikovskiy1-46/+38
2006-12-08ACPI: ec: Read status register from check_status() functionAlexey Starikovskiy1-5/+6
2006-12-08ACPI: ec: Increase timeout from 50 to 500 ms to handle old slow machines.Alexey Starikovskiy1-2/+2
2006-12-08ACPI: ec: Enable EC GPE at beginning of transactionAlexey Starikovskiy1-0/+3
2006-12-08ACPI: ec: Allow for write semantics in any command.Alexey Starikovskiy1-1/+1
2006-10-27ACPI: make ec_transaction not externRandy Dunlap1-1/+1
2006-10-14ACPI: EC: export ec_transaction() for msi-laptop driverLennart Poettering1-0/+2
2006-10-14ACPI: EC: Simplify acpi_hw_low_level*() with inb()/outb().Denis M. Sadykov1-79/+45
2006-10-14ACPI: EC: Unify poll and interrupt gpe handlersDenis M. Sadykov1-95/+12
2006-10-14ACPI: EC: Unify poll and interrupt mode transaction functionsDenis M. Sadykov1-81/+29
2006-10-14ACPI: EC: Remove unused variables and duplicated codeDenis M. Sadykov1-458/+253
2006-10-14ACPI: EC: Remove unnecessary delay added by previous transation patch.Denis M. Sadykov1-53/+50
2006-10-14ACPI: consolidate functions in acpi ec driverLennart Poettering1-230/+95
2006-07-10ACPI: add 'const' to several ACPI file_operationsArjan van de Ven1-1/+1
2006-06-28ACPI: fix battery on HP NX6125Vladimir Lebedev1-2/+5