public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 8250_hcdp needs irq sharing
@ 2004-04-26 14:42 Alex Williamson
  2004-05-02 17:50 ` Russell King
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alex Williamson @ 2004-04-26 14:42 UTC (permalink / raw)
  To: linux-ia64


   Here's a trivial patch that makes 8250_hcdp setup the correct flags
when IRQ sharing is enabled for serial ports.  Please apply.  Thanks,

	Alex

-- 
Alex Williamson                             HP Linux & Open Source Lab

=== drivers/serial/8250_hcdp.c 1.4 vs edited ==--- 1.4/drivers/serial/8250_hcdp.c	Sat Apr 10 03:26:14 2004
+++ edited/drivers/serial/8250_hcdp.c	Sun Apr 25 21:25:42 2004
@@ -189,6 +189,9 @@
 		if (gsi)
 			port.flags |= UPF_AUTO_IRQ;
 
+#ifdef CONFIG_SERIAL_8250_SHARE_IRQ
+		port.flags |= UPF_SHARE_IRQ;
+#endif
 		/*
 		 * Note: the above memset() initializes port.line to 0,
 		 * so we register this port as ttyS0.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-05-04 15:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-26 14:42 [PATCH] 8250_hcdp needs irq sharing Alex Williamson
2004-05-02 17:50 ` Russell King
2004-05-03 16:48 ` Alex Williamson
2004-05-04 15:28 ` Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox