]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1ebf32c19a556d758b34dfda351f2a47af6eea76
tree41537019731d2b6375c73ebcfb79bbbe999237f0
parent0a2a774e35ccefe0e09cd57bee7e430392022bc6
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