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 <dhowells@xxxxxxxxxx> Allocate serial port UART type IDs for the MN10300 on-chip serial ports. Signed-off-by: David Howells <dhowells@xxxxxxxxxx> Acked-by: Alan Cox <alan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 dhowells@xxxxxxxxxx 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html