MIPS: boot: Fixes for compressed/uart-16550.c
authorJayachandran C <jchandra@broadcom.com>
Mon, 10 Jun 2013 06:33:25 +0000 (06:33 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 13 Jun 2013 15:46:41 +0000 (17:46 +0200)
commitd6a5078459d95137d8d620787d1099a3016932a9
tree41537019731d2b6375c73ebcfb79bbbe999237f0
parent5649d37c2b23ad6545709c976b9abbfa8d5f4e11
MIPS: boot: Fixes for compressed/uart-16550.c

Fix uart-16550.c for adding XLR/XLP support, changes are:
* Make register read/write use volatile pointers
* Support 32 bit IO read/write
* Increase timeout in waiting for UART LSR

Signed-off-by: Jayachandran C <jchandra@broadcom.com>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/5416/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/boot/compressed/uart-16550.c