diff options
author | Bryan Wu <bryan.wu@analog.com> | 2007-05-06 17:50:30 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-07 15:12:58 -0400 |
commit | 194de5612777a9ff4f96dae1932f77a5a89e5f0a (patch) | |
tree | 2def94b88b7ce3348ecd216032490754cc7a31a0 /include | |
parent | 1394f03221790a988afc3e4b3cb79f2e477246a9 (diff) |
blackfin: serial driver
This patch implements the driver necessary use the Analog Devices Blackfin
processor's Serial Port.
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Russell King <rmk+lkml@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/serial_core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h index aadbfd30763f..aa2653a159f4 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h | |||
@@ -136,6 +136,9 @@ | |||
136 | /* Xilinx uartlite */ | 136 | /* Xilinx uartlite */ |
137 | #define PORT_UARTLITE 74 | 137 | #define PORT_UARTLITE 74 |
138 | 138 | ||
139 | /* Blackfin bf5xx */ | ||
140 | #define PORT_BFIN 75 | ||
141 | |||
139 | #ifdef __KERNEL__ | 142 | #ifdef __KERNEL__ |
140 | 143 | ||
141 | #include <linux/compiler.h> | 144 | #include <linux/compiler.h> |