commit | fbd5c72d767d04adb780188cb47772ed386fb297 | [log] [tgz] |
---|---|---|
author | Patrice Chotard <patrice.chotard@st.com> | Fri Aug 03 15:07:39 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 10 20:20:38 2018 -0400 |
tree | 7445cd6630152c118048b68a412308768be95634 | |
parent | cbf538831d4b49d914cfdd885204f2551c8608e2 [diff] |
serial: stm32: Replace setparity by setconfig Replace stm32_serial_setparity by stm32_serial_setconfig which allows to set serial bits number, parity and stop bits number. Only parity setting is implemented. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com> Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>