diff options
author | Bryan Wu <bryan.wu@analog.com> | 2007-05-06 14:50:30 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-07 12:12:58 -0700 |
commit | 194de5612777a9ff4f96dae1932f77a5a89e5f0a (patch) | |
tree | 2def94b88b7ce3348ecd216032490754cc7a31a0 /include | |
parent | 1394f03221790a988afc3e4b3cb79f2e477246a9 (diff) | |
download | linux-3.10-194de5612777a9ff4f96dae1932f77a5a89e5f0a.tar.gz linux-3.10-194de5612777a9ff4f96dae1932f77a5a89e5f0a.tar.bz2 linux-3.10-194de5612777a9ff4f96dae1932f77a5a89e5f0a.zip |
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 aadbfd30763..aa2653a159f 100644 --- a/include/linux/serial_core.h +++ b/include/linux/serial_core.h @@ -136,6 +136,9 @@ /* Xilinx uartlite */ #define PORT_UARTLITE 74 +/* Blackfin bf5xx */ +#define PORT_BFIN 75 + #ifdef __KERNEL__ #include <linux/compiler.h> |