index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
acpi
/
ec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-02
ACPI / EC: Call acpi_walk_dep_device_list() after installing EC opregion handler
Lan Tianyu
1
-0
/
+3
2015-03-10
ACPI / EC: Add GPE reference counting debugging messages.
Lv Zheng
1
-2
/
+10
2015-03-10
ACPI / EC: Cleanup logging/debugging splitter support.
Lv Zheng
1
-34
/
+74
2015-02-17
ACPI / EC: Remove non-standard log emphasis
Scot Doyle
1
-2
/
+2
2015-02-11
Revert "ACPI / EC: Add query flushing support"
Rafael J. Wysocki
1
-85
/
+16
2015-02-11
Revert "ACPI / EC: Add GPE reference counting debugging messages"
Rafael J. Wysocki
1
-22
/
+2
2015-02-06
ACPI / EC: Add GPE reference counting debugging messages
Lv Zheng
1
-2
/
+22
2015-02-06
ACPI / EC: Add query flushing support
Lv Zheng
1
-16
/
+85
2015-02-06
ACPI / EC: Refine command storm prevention support
Lv Zheng
1
-19
/
+36
2015-02-06
ACPI / EC: Add command flushing support.
Lv Zheng
1
-3
/
+65
2015-02-06
ACPI / EC: Introduce STARTED/STOPPED flags to replace BLOCKED flag
Lv Zheng
1
-11
/
+54
2015-02-05
ACPI / EC: Update revision due to raw handler mode.
Lv Zheng
1
-3
/
+3
2015-02-05
ACPI / EC: Reduce ec_poll() by referencing the last register access timestamp.
Lv Zheng
1
-3
/
+14
2015-02-05
ACPI / EC: Fix several GPE handling issues by deploying ACPI_GPE_DISPATCH_RAW...
Lv Zheng
1
-8
/
+73
2015-01-23
ACPI / EC: Cleanup QR_EC related code
Lv Zheng
1
-50
/
+20
2015-01-23
ACPI / EC: Fix issues related to the SCI_EVT handling
Lv Zheng
1
-34
/
+25
2015-01-23
ACPI / EC: Fix a code path that global lock is not held
Lv Zheng
1
-0
/
+10
2015-01-23
ACPI / EC: Fix returning values in acpi_ec_sync_query()
Lv Zheng
1
-6
/
+10
2015-01-23
ACPI / EC: Add reference counting for query handlers
Lv Zheng
1
-10
/
+33
2015-01-23
ACPI / EC: Cleanup transaction wakeup code
Lv Zheng
1
-8
/
+9
2014-12-15
ACPI / EC: Fix unexpected ec_remove_handlers() invocations
Lv Zheng
1
-0
/
+2
2014-10-29
ACPI / EC: Fix regression due to conflicting firmware behavior between Samsun...
Lv Zheng
1
-7
/
+18
2014-10-29
Revert "ACPI / EC: Add support to disallow QR_EC to be issued before completi...
Lv Zheng
1
-3
/
+3
2014-10-21
ACPI / EC: Cleanup coding style.
Lv Zheng
1
-26
/
+30
2014-10-21
ACPI / EC: Refine event/query debugging messages.
Lv Zheng
1
-6
/
+8
2014-10-21
ACPI / EC: Add detailed command/query debugging information.
Lv Zheng
1
-5
/
+29
2014-10-21
ACPI / EC: Enhance the logs to apply to QR_EC transactions.
Lv Zheng
1
-3
/
+3
2014-10-21
ACPI / EC: Add CPU ID to debugging messages.
Lv Zheng
1
-1
/
+2
2014-09-02
ACPI / EC: Add msi quirk for Clevo W350etq
Lan Tianyu
1
-0
/
+4
2014-08-26
ACPI / EC: Add support to disallow QR_EC to be issued before completing previ...
Lv Zheng
1
-2
/
+2
2014-08-26
ACPI / EC: Add support to disallow QR_EC to be issued when SCI_EVT isn't set
Lv Zheng
1
-1
/
+16
2014-07-07
ACPI / EC: Free saved_ec on error exit path
Colin Ian King
1
-1
/
+4
2014-07-07
ACPI / EC: Add detailed fields debugging support of EC_SC(R).
Lv Zheng
1
-4
/
+12
2014-07-07
ACPI / EC: Update revision due to recent changes
Lv Zheng
1
-6
/
+9
2014-07-07
ACPI / EC: Fix race condition in ec_transaction_completed()
Lv Zheng
1
-13
/
+17
2014-07-07
ACPI / EC: Remove duplicated ec_wait_ibf0() waiter
Lv Zheng
1
-26
/
+1
2014-07-07
ACPI / EC: Add asynchronous command byte write support
Lv Zheng
1
-35
/
+48
2014-07-07
ACPI / EC: Avoid race condition related to advance_transaction()
Lv Zheng
1
-6
/
+6
2014-04-29
ACPI / EC: Process rather than discard events in acpi_ec_clear
Kieran Clancy
1
-9
/
+12
2014-03-06
ACPI / EC: Clear stale EC events on Samsung systems
Kieran Clancy
1
-0
/
+64
2014-01-12
Merge branches 'acpi-gpe', 'acpi-video', 'acpi-thermal', 'acpi-processor', 'a...
Rafael J. Wysocki
1
-1
/
+1
2014-01-06
ACPI / EC: Remove unused functions and add prototype declaration in internal.h
Rashika
1
-25
/
+0
2013-12-19
ACPI / EC: disable GPE before removing GPE handler
Lan Tianyu
1
-1
/
+1
2013-12-07
ACPI: Clean up inclusions of ACPI header files
Lv Zheng
1
-3
/
+2
2013-11-19
Merge branch 'acpi-ec'
Rafael J. Wysocki
1
-1
/
+2
2013-11-15
ACPI / EC: Ensure lock is acquired before accessing ec struct members
Puneet Kumar
1
-1
/
+2
2013-09-25
ACPI / EC: Convert all printk() calls to dynamic debug function
Lan Tianyu
1
-25
/
+24
2013-08-30
Merge branch 'acpi-assorted'
Rafael J. Wysocki
1
-0
/
+4
2013-08-28
ACPI / EC: Add ASUSTEK L4R to quirk list in order to validate ECDT
Lan Tianyu
1
-0
/
+4
2013-08-27
Merge branch 'acpi-assorted'
Rafael J. Wysocki
1
-1
/
+1
[next]