linux/arch/x86/kernel/acpi
Feng Tang f6b54f083c ACPI: Add a quirk for "AMILO PRO V2030" to ignore the timer overriding
This is the 2nd part of fix for kernel bugzilla 40002:
    "IRQ 0 assigned to VGA"
https://bugzilla.kernel.org/show_bug.cgi?id=40002

The root cause is the buggy FW, whose ACPI tables assign the GSI 16
to 2 irqs 0 and 16(VGA), and the VGA is the right owner of GSI 16.
So add a quirk to ignore the irq0 overriding GSI 16 for the
FUJITSU SIEMENS AMILO PRO V2030 platform will solve this issue.

Reported-and-tested-by: Szymon Kowalczyk <fazerxlo@o2.pl>
Signed-off-by: Feng Tang <feng.tang@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
2012-06-11 17:29:44 -04:00
..
Makefile x86, realmode: Move ACPI wakeup to unified realmode code 2012-05-08 11:46:05 -07:00
boot.c ACPI: Add a quirk for "AMILO PRO V2030" to ignore the timer overriding 2012-06-11 17:29:44 -04:00
cstate.c Disintegrate asm/system.h for X86 2012-03-28 18:11:12 +01:00
sleep.c x86, realmode: flattened rm hierachy 2012-05-08 11:48:45 -07:00
sleep.h x86, realmode: Move ACPI wakeup to unified realmode code 2012-05-08 11:46:05 -07:00
wakeup_32.S x86, acpi: Call acpi_enter_sleep_state via an asmlinkage C function from assembler 2012-04-23 13:29:18 -07:00
wakeup_64.S x86, acpi: Call acpi_enter_sleep_state via an asmlinkage C function from assembler 2012-04-23 13:29:18 -07:00