commit | 7c6db4e050601f359081fde418ca6dc4fc2d0011 | [log] [tgz] |
---|---|---|
author | Alexey Starikovskiy <astarikovskiy@suse.de> | Thu Sep 25 21:00:31 2008 +0400 |
committer | Len Brown <len.brown@intel.com> | Thu Sep 25 16:23:03 2008 -0400 |
tree | e7492d3cb6cfb14b52639a01a656c5c73637871c | |
parent | 72d31053f62c4bc464c2783974926969614a8649 [diff] |
ACPI: EC: do transaction from interrupt context It is easier and faster to do transaction directly from interrupt context rather than waking control thread. Also, cleaner GPE storm avoidance is implemented. References: http://bugzilla.kernel.org/show_bug.cgi?id=9998 http://bugzilla.kernel.org/show_bug.cgi?id=10724 http://bugzilla.kernel.org/show_bug.cgi?id=10919 http://bugzilla.kernel.org/show_bug.cgi?id=11309 http://bugzilla.kernel.org/show_bug.cgi?id=11549 Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de> Tested-by: Sitsofe Wheeler <sitsofe@yahoo.com> Signed-off-by: Len Brown <len.brown@intel.com>