]> git.ipfire.org Git - people/ms/u-boot.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)
committerMasahiro Yamada <yamada.m@jp.panasonic.com>
Sat, 28 Feb 2015 15:02:26 +0000 (00:02 +0900)
commit099cf77c155ffd9aef7c3783c608d7574177bda9
treea63b50f245a9e697f59fc81e976c68f224659a12
parentd0c47b3ef7c582ec984edeba08984b0acc2ffcba
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