]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: UniPhier: move LCR register setting to probe function
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Thu, 26 Feb 2015 17:26:47 +0000 (02:26 +0900)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:06:21 +0000 (14:06 +0200)
commite129950d261c76846804646381f6c8baf0c9a7a3
tree81d8e302956b4277b737baf241aa203077f5a4f9
parent5cd45eed27a5557c99e6de26ffb89f54ffe63cbe
serial: UniPhier: move LCR register setting to probe function

We do not have to set the LCR register every time we change the
baud-rate.  We just need to set it up once in the probe function.

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