Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mn10300: allocate serial port UART IDs for on-chip serial ports

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>

authored by

David Howells and committed by
Linus Torvalds
ef3d5347 62fb44b9

+4
+4
include/linux/serial_core.h
··· 150 150 #define PORT_MCF 78 151 151 152 152 153 + /* MN10300 on-chip UART numbers */ 154 + #define PORT_MN10300 80 155 + #define PORT_MN10300_CTS 81 156 + 153 157 #ifdef __KERNEL__ 154 158 155 159 #include <linux/compiler.h>