]> git.baikalelectronics.ru Git - kernel.git/commit
serial/8250_pci: init-quirk msi support for kt serial controller
authorDan Williams <dan.j.williams@intel.com>
Tue, 22 Nov 2011 21:41:29 +0000 (13:41 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 27 Nov 2011 04:11:20 +0000 (20:11 -0800)
commit042160d018f76c92d9bc079a6a45069a71eb1c43
treeb29d14f78331c8a2f3287b2451fa891a0d8447de
parentc83a17737282ea5a434b476f6ed368184533e962
serial/8250_pci: init-quirk msi support for kt serial controller

The semantics of UPF_IIR_ONCE (once per serial irq) are only guaranteed
if the kt irq is not shared (once per serial isr in the shared case ==
potentially unwanted reads of the IIR).

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Acked-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/tty/serial/8250_pci.c