Blackfin serial driver: this driver enable SPORTs on Blackfin emulate UART

Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Cc: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Bryan Wu
2008-04-30 00:52:12 -07:00
committed by Linus Torvalds
parent 4e68852dca
commit 2f3517418d
5 changed files with 725 additions and 2 deletions

View File

@@ -149,13 +149,15 @@
/* Freescale ColdFire */
#define PORT_MCF 78
#define PORT_SC26XX 79
/* Blackfin SPORT */
#define PORT_BFIN_SPORT 79
/* MN10300 on-chip UART numbers */
#define PORT_MN10300 80
#define PORT_MN10300_CTS 81
#define PORT_SC26XX 82
#ifdef __KERNEL__
#include <linux/compiler.h>