commit | 34e64c00329c7feb43d971c65a56ad49ba1531fe | [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 | 46c1d9fb41d812ab2f173f716fff628a0cfd1ae0 [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>