xen: rename ns16550-uart.h to 8250-uart.h and fix some typos
authorChen Baozi <baozich@gmail.com>
Tue, 13 Aug 2013 11:14:21 +0000 (19:14 +0800)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 22 Aug 2013 12:16:04 +0000 (13:16 +0100)
commit1cd9b317d21eb85432a2ee9487be916b34fc2238
tree8a1f61b490d08ae4ec207d9c0610cefda84070f1
parenta09a23c19b37a1626338c261e403a458a055b4e4
xen: rename ns16550-uart.h to 8250-uart.h and fix some typos

Since UARTs on OMAP5 & Allwinner's SoC are not ns16550 but only 8250
compatible, rename ns16550-uart.h to 8250-uart.h, which is a more pervasive
name. At the same time, fix some typos, which have redundance UART_
prefixes in some macros.

Signed-off-by: Chen Baozi <baozich@gmail.com>
Acked-by: Julien Grall <julien.grall@linaro.org>
Acked-by: Keir Fraser <keir@xen.org>
xen/drivers/char/ns16550.c
xen/include/xen/8250-uart.h [new file with mode: 0644]
xen/include/xen/ns16550-uart.h [deleted file]