]> 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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:06:21 +0000 (14:06 +0200)
commit5cd45eed27a5557c99e6de26ffb89f54ffe63cbe
tree44a0bed27bcd7d6413ddb0ae727d6d57f9bf4c88
parent3696ceb03e7c3cd29e2b5e8572b604d71705c0f0
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