xen/arm: Add the new OMAP UART driver.
authorChen Baozi <baozich@gmail.com>
Tue, 13 Aug 2013 11:14:24 +0000 (19:14 +0800)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 22 Aug 2013 12:17:29 +0000 (13:17 +0100)
commit393cc78449d22299c359c863880170f4cc2e831c
treea1d63154f4253f38d10dba2006ae684eb1dadfb5
parent282a1c2aba06d1860ed91e4df8dd4c42f1a822e6
xen/arm: Add the new OMAP UART driver.

TI OMAP UART introduces some features such as register access modes, which
makes its configuration and interrupt handling differs from 8250 compatible
UART. Thus, we seperate this driver from ns16550's implementation.

Signed-off-by: Chen Baozi <baozich@gmail.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
config/arm32.mk
xen/drivers/char/Makefile
xen/drivers/char/omap-uart.c [new file with mode: 0644]
xen/include/xen/8250-uart.h