msm_serial: serial driver for MSM7K onboard serial peripheral.

Signed-off-by: Brian Swetland <swetland@google.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
Robert Love 2009-06-22 18:43:11 +01:00 committed by Linus Torvalds
parent 2421c48bd7
commit 04896a77a9
5 changed files with 898 additions and 0 deletions

View file

@ -171,6 +171,9 @@
/* Timberdale UART */
#define PORT_TIMBUART 87
/* Qualcomm MSM SoCs */
#define PORT_MSM 88
#ifdef __KERNEL__
#include <linux/compiler.h>