summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/ec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ACPI: ec: Increase timeout from 50 to 500 ms to handle old slow machines.Alexey Starikovskiy2006-12-081-2/+2
* | ACPI: ec: Enable EC GPE at beginning of transactionAlexey Starikovskiy2006-12-081-0/+3
* | ACPI: ec: Allow for write semantics in any command.Alexey Starikovskiy2006-12-081-1/+1
|/
* ACPI: EC: export ec_transaction() for msi-laptop driverLennart Poettering2006-10-141-0/+2
* ACPI: EC: Simplify acpi_hw_low_level*() with inb()/outb().Denis M. Sadykov2006-10-141-79/+45
* ACPI: EC: Unify poll and interrupt gpe handlersDenis M. Sadykov2006-10-141-95/+12
* ACPI: EC: Unify poll and interrupt mode transaction functionsDenis M. Sadykov2006-10-141-81/+29
* ACPI: EC: Remove unused variables and duplicated codeDenis M. Sadykov2006-10-141-458/+253
* ACPI: EC: Remove unnecessary delay added by previous transation patch.Denis M. Sadykov2006-10-141-53/+50
* ACPI: consolidate functions in acpi ec driverLennart Poettering2006-10-141-230/+95
* ACPI: add 'const' to several ACPI file_operationsArjan van de Ven2006-07-101-1/+1
* ACPI: fix battery on HP NX6125Vladimir Lebedev2006-06-281-2/+5
* ACPI: delete tracing macros from drivers/acpi/*.cPatrick Mochel2006-06-271-84/+62
* ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)Len Brown2006-06-271-2/+2
* ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUGThomas Renninger2006-06-261-11/+6
* Pull bugzilla-5764 into release branchLen Brown2006-06-151-22/+29
|\
| * ACPI: replace spin_lock_irq with mutex for ec poll modeRich Townsend2006-05-191-22/+29
* | Pull ec into release branchLen Brown2006-06-151-10/+6
|\ \
| * | ACPI: EC acpi-ecdt-uid-hackJiri Slaby2006-04-011-10/+6
| |/
* | Pull acpica into release branchLen Brown2006-06-151-3/+2
|\ \ | |/ |/|
| * ACPI: execute Notify() handlers on new threadAlexey Starikovskiy2006-06-141-3/+2
* | [PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi2006-03-311-2/+2
|/
*---. [ACPI] merge 3549 4320 4485 4588 4980 5483 5651 acpica asus fops pnpacpi bran...Len Brown2006-01-241-143/+148
|\ \ \
| | | * [ACPI] ACPICA 20050930Bob Moore2005-12-101-2/+2
| | | * [ACPI] handle ACPICA 20050916's acpi_resource.type renameLen Brown2005-09-221-1/+1
| | |/ | |/|
| | * [ACPI] Embedded Controller (EC) driver printk syntax updateLen Brown2005-12-051-10/+10
| | * [ACPI] Enable Embedded Controller (EC) interrupt mode by defaultLen Brown2005-12-051-3/+3
| | * [ACPI] Embedded Controller (EC) driver syntax updateLen Brown2005-12-051-116/+117
| | * [ACPI] Disable EC burst mode w/o disabling EC interruptsLuming Yu2005-12-011-16/+20
| |/
OpenPOWER on IntegriCloud