The patch titled
mn10300: allocate serial port UART IDs for on-chip serial ports
has been removed from the -mm tree. Its filename was
mn10300-allocate-serial-port-uart-ids-for-on-chip-serial-ports.patch
This patch was dropped because it was merged into mainline or a subsystem tree
The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/
------------------------------------------------------
Subject: mn10300: allocate serial port UART IDs for on-chip serial ports
From: David Howells <[EMAIL PROTECTED]>
Allocate serial port UART type IDs for the MN10300 on-chip serial ports.
Signed-off-by: David Howells <[EMAIL PROTECTED]>
Acked-by: Alan Cox <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
include/linux/serial_core.h | 4 ++++
1 file changed, 4 insertions(+)
diff -puN
include/linux/serial_core.h~mn10300-allocate-serial-port-uart-ids-for-on-chip-serial-ports
include/linux/serial_core.h
---
a/include/linux/serial_core.h~mn10300-allocate-serial-port-uart-ids-for-on-chip-serial-ports
+++ a/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>
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
iget-stop-unionfs-from-using-iget-and-read_inode.patch
use-path_put-in-a-few-places-instead-of-mntdput.patch
procfs-task-exe-symlink.patch
procfs-task-exe-symlink-fix.patch
mutex-subsystem-synchro-test-module.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html