[ARM] 4332/2: KS8695: Serial driver

A driver for the KS8695 internal UART.

Based on the 2.6.9 driver from Micrel.

Signed-off-by: Andrew Victor <andrew@sanpeople.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Andrew Victor 2007-05-11 21:37:25 +01:00 committed by Russell King
parent c53c9cf60e
commit 2c7ee6ab7c
4 changed files with 679 additions and 0 deletions

View file

@ -139,6 +139,10 @@
/* Blackfin bf5xx */
#define PORT_BFIN 75
/* Micrel KS8695 */
#define PORT_KS8695 76
#ifdef __KERNEL__
#include <linux/compiler.h>