[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071114001908.27662.82200.stgit@warthog.procyon.org.uk>
Date: Wed, 14 Nov 2007 00:19:08 +0000
From: David Howells <dhowells@...hat.com>
To: torvalds@...l.org, akpm@...ux-foundation.org, dwmw2@...radead.org
Cc: linux-kernel@...r.kernel.org, linux-am33-list@...hat.com,
dhowells@...hat.com
Subject: [PATCH 7/9] MN10300: Allocate serial port UART IDs for on-chip serial
ports [try #6]
Allocate serial port UART type IDs for the MN10300 on-chip serial ports.
Signed-off-by: David Howells <dhowells@...hat.com>
Acked-by: Alan Cox <alan@...hat.com>
---
include/linux/serial_core.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index 6a5203f..04e1319 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -149,6 +149,9 @@
/* Freescale ColdFire */
#define PORT_MCF 78
+/* MN10300 on-chip UART numbers */
+#define PORT_MN10300 79
+#define PORT_MN10300_CTS 80
#ifdef __KERNEL__
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists