]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: UniPhier: use 32 bit register access
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 26 Feb 2015 17:26:46 +0000 (02:26 +0900)
committerMasahiro Yamada <yamada.m@jp.panasonic.com>
Sat, 28 Feb 2015 15:02:23 +0000 (00:02 +0900)
commitd0c47b3ef7c582ec984edeba08984b0acc2ffcba
tree3b7af267b7c62bc15d4d11c31cfae93796baac9b
parentc8bc166124c6afec9aee9b895b0ecc953312ac19
serial: UniPhier: use 32 bit register access

For PH1-Pro4, the 8 bit write access to LCR register (offset = 0x11)
is not working correctly.  As a side effect, it also modifies MCR
register (offset = 0x10) and results in unexpected behavior.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
drivers/serial/serial_uniphier.c