kernel-fxtec-pro1x/drivers/acpi/events
Damián Viano 51ae796f7f ACPICA: always disable GPE when requested
acpi_ev_disable_gpe() has an optimization where it doesn't disable
a GPE that it "doesn't have to".  Unfortunately, it can get tricked
by AML that scribbles on register state behind its back.  So when asked
to disable a GPE, simply do it -- a redundant register write
in the common case is a fair price to pay to be bomb-proof
for the rare cases.

http://bugzilla.kernel.org/show_bug.cgi?id=6217

Signed-off-by: Damián Viano <des@debian.org>
Acked-by: Zhang Rui <rui.zhang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
2008-04-29 03:32:25 -04:00
..
evevent.c ACPI: create /sys/firmware/acpi/interrupts 2008-02-06 22:27:06 -05:00
evgpe.c ACPICA: always disable GPE when requested 2008-04-29 03:32:25 -04:00
evgpeblk.c ACPICA: Fixed possible corruption of global GPE list 2007-07-03 01:56:30 -04:00
evmisc.c ACPICA: Lindent 2007-05-09 23:34:35 -04:00
evregion.c ACPICA: fix acpi_serialize hang regression 2008-01-10 23:04:10 -05:00
evrgnini.c ACPI: autoload modules - ACPICA modifications 2007-07-23 13:56:00 -04:00
evsci.c ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
evxface.c ACPICA: Lindent 2007-05-09 23:34:35 -04:00
evxfevnt.c ACPICA: Lindent 2007-05-09 23:34:35 -04:00
evxfregn.c ACPICA: Update copyright to 2007. 2007-02-02 21:14:31 -05:00
Makefile