projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62fb44b
)
mn10300: allocate serial port UART IDs for on-chip serial ports
author
David Howells
<dhowells@redhat.com>
Fri, 8 Feb 2008 12:19:30 +0000
(
04:19
-0800)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Fri, 8 Feb 2008 17:22:30 +0000
(09:22 -0800)
Allocate serial port UART type IDs for the MN10300 on-chip serial ports.
Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/serial_core.h
patch
|
blob
|
history
diff --git
a/include/linux/serial_core.h
b/include/linux/serial_core.h
index 9963f81fea9a080e63b4093023ff7ad98f23a5ac..1a0b6cf83ff1b7954af90c1d0df0dda6a7de621b 100644
(file)
--- a/
include/linux/serial_core.h
+++ b/
include/linux/serial_core.h
@@
-150,6
+150,10
@@
#define PORT_MCF 78
+/* MN10300 on-chip UART numbers */
+#define PORT_MN10300 80
+#define PORT_MN10300_CTS 81
+
#ifdef __KERNEL__
#include <linux/compiler.h>