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

Configure Feed

Select the types of activity you want to include in your feed.

add port definition for mcf UART driver

Add a port type definition for the Freescale UART driver ports (mcf.c).

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Greg Ungerer and committed by
Linus Torvalds
f0c15f48 ee5a2402

+3
+3
include/linux/serial_core.h
··· 146 146 /* Broadcom SB1250, etc. SOC */ 147 147 #define PORT_SB1250_DUART 77 148 148 149 + /* Freescale ColdFire */ 150 + #define PORT_MCF 78 151 + 149 152 150 153 #ifdef __KERNEL__ 151 154