Commit Graph

58 Commits (6529c13dfe413e437ad1ed0e97783dcf69137114)

Author SHA1 Message Date
Len Brown 723fe2ca82 ACPI: ec: enable printk on cmdline use 18 years ago
Guillaume Chazarain c6e19194b6 ACPI: EC: move verbose printk to debug build only 18 years ago
Burman Yan 36bcbec7ce ACPI: replace kmalloc+memset with kzalloc 18 years ago
Adrian Bunk a854e08a5a ACPI: make drivers/acpi/ec.c:ec_ecdt static 18 years ago
Alexey Starikovskiy 6ccedb10e3 ACPI: ec: Lindent once again 18 years ago
Alexey Starikovskiy 3261ff4db3 ACPI: ec: Change #define to enums there possible. 18 years ago
Alexey Starikovskiy 78d0af3392 ACPI: ec: Style changes. 18 years ago
Alexey Starikovskiy 523953b41e ACPI: ec: Acquire Global Lock under EC mutex. 18 years ago
Alexey Starikovskiy 50c1e1138c ACPI: ec: Drop udelay() from poll mode. Loop by reading status field instead. 18 years ago
Alexey Starikovskiy a86e277259 ACPI: ec: Rename gpe_bit to gpe 18 years ago
Alexey Starikovskiy c787a8551e ACPI: ec: Change semaphore to mutex. 18 years ago
Alexey Starikovskiy 5d0c288b73 ACPI: ec: Query only single query at a time. 18 years ago
Alexey Starikovskiy e41334c0a6 ACPI: ec: Remove calls to clear_gpe() and enable_gpe(), as these are handled at 18 years ago
Alexey Starikovskiy af3fd1404f ACPI: ec: Remove expect_event and all races around it. 18 years ago
Alexey Starikovskiy bec5a1e060 ACPI: ec: Read status register from check_status() function 18 years ago
Alexey Starikovskiy 5c4064124a ACPI: ec: Increase timeout from 50 to 500 ms to handle old slow machines. 18 years ago
Alexey Starikovskiy 5d57a6a55e ACPI: ec: Enable EC GPE at beginning of transaction 18 years ago
Alexey Starikovskiy d91df1aaa9 ACPI: ec: Allow for write semantics in any command. 18 years ago
Randy Dunlap 616362de2f ACPI: make ec_transaction not extern 19 years ago
Jan Engelhardt 50dd096973 ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpi 19 years ago
Lennart Poettering ab9e43c640 ACPI: EC: export ec_transaction() for msi-laptop driver 19 years ago
Denis M. Sadykov 6ffb221a82 ACPI: EC: Simplify acpi_hw_low_level*() with inb()/outb(). 19 years ago
Denis M. Sadykov 8e0341ba79 ACPI: EC: Unify poll and interrupt gpe handlers 19 years ago
Denis M. Sadykov 3576cf619b ACPI: EC: Unify poll and interrupt mode transaction functions 19 years ago
Denis M. Sadykov 703959d47e ACPI: EC: Remove unused variables and duplicated code 19 years ago
Denis M. Sadykov 7c6db5e512 ACPI: EC: Remove unnecessary delay added by previous transation patch. 19 years ago
Lennart Poettering d7a76e4cb3 ACPI: consolidate functions in acpi ec driver 19 years ago
Arjan van de Ven d75080328a ACPI: add 'const' to several ACPI file_operations 19 years ago
Vladimir Lebedev 49fee981fa ACPI: fix battery on HP NX6125 19 years ago
Patrick Mochel d550d98d33 ACPI: delete tracing macros from drivers/acpi/*.c 19 years ago
Len Brown 6468463abd ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...) 19 years ago
Thomas Renninger a6fc67202e ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG 19 years ago
Alexey Starikovskiy b8d35192c5 ACPI: execute Notify() handlers on new thread 19 years ago
Rich Townsend f9a6ee1afb ACPI: replace spin_lock_irq with mutex for ec poll mode 19 years ago
Jiri Slaby ff2fc3e9e3 ACPI: EC acpi-ecdt-uid-hack 19 years ago
OGAWA Hirofumi 9b41046cd0 [PATCH] Don't pass boot parameters to argv_init[] 19 years ago
Arjan van de Ven 858119e159 [PATCH] Unlinline a bunch of other functions 19 years ago
Bob Moore 50eca3eb89 [ACPI] ACPICA 20050930 19 years ago
Len Brown 1e8df53c92 [ACPI] Embedded Controller (EC) driver printk syntax update 19 years ago
Len Brown 53f11d4ff8 [ACPI] Enable Embedded Controller (EC) interrupt mode by default 19 years ago
Len Brown 02b28a33aa [ACPI] Embedded Controller (EC) driver syntax update 19 years ago
Luming Yu 06a2a3855e [ACPI] Disable EC burst mode w/o disabling EC interrupts 19 years ago
Len Brown eca008c813 [ACPI] handle ACPICA 20050916's acpi_resource.type rename 20 years ago
Len Brown 50526df605 [ACPI] Lindent drivers/acpi/ec.c 20 years ago
Luming Yu 716e084edb [ACPI] Fix "ec_burst=1" mode latency issue 20 years ago
Len Brown 4be44fcd3b [ACPI] Lindent all ACPI files 20 years ago
Luming Yu 7b15f5e7bb [ACPI] revert Embedded Controller to polling-mode by default (ala 2.6.12) 20 years ago
Luming Yu 45bea1555f [ACPI] Add "ec_polling" boot option 20 years ago
Luming Yu 668d74c04c ACPI: delete unnecessary EC console messages 20 years ago
Luming Yu 17e9c78a75 [ACPI] EC GPE-disabled issue 20 years ago