]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
serial: pl01x: move all line control at same place
authorVikas Manocha <vikas.manocha@st.com>
Fri, 21 Nov 2014 18:34:21 +0000 (10:34 -0800)
committerTom Rini <trini@ti.com>
Mon, 8 Dec 2014 14:35:44 +0000 (09:35 -0500)
commitd2ca9fd2cd74e8346827af111ceb249a7fd44637
tree0e88ea05d55d4082adf223821418af795fcbc970
parent2df810717e8737b9c4a7d2a93b0100fcd7eae84f
serial: pl01x: move all line control at same place

Receive line control uses same setting as transmit line control, also one lcrh
write is effective for both baud rate & receive line control internal update.

Signed-off-by: Vikas Manocha <vikas.manocha@st.com>
Acked-by: Simon Glass <sjg@chromium.org>
drivers/serial/serial_pl01x.c