[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071121161657.1097.13476.stgit@warthog.procyon.org.uk>
Date: Wed, 21 Nov 2007 16:16:57 +0000
From: David Howells <dhowells@...hat.com>
To: akpm@...ux-foundation.org
Cc: dhowells@...hat.com, linux-am33-list@...hat.com,
linux-kernel@...r.kernel.org
Subject: [PATCH 6/9] MN10300: Allocate serial port UART IDs for on-chip serial
ports [2.6.24-rc3-mm1]
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 | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index 5a895f2..de569cf 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -152,6 +152,10 @@
/* Blackfin SPORT */
#define PORT_BFIN_SPORT 79
+/* MN10300 on-chip UART numbers */
+#define PORT_MN10300 80
+#define PORT_MN10300_CTS 81
+
#ifdef __KERNEL__
#include <linux/compiler.h>
-
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