Re: [U-Boot] [PATCH v2 2/3] serial: stm32: Replace setparity by setconfig

2018-08-03 Thread Patrice CHOTARD
Hi Simon On 08/02/2018 06:57 PM, Simon Glass wrote: > Hi Patrice, > > On 1 August 2018 at 09:58, Patrice Chotard wrote: >> 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. >>

Re: [U-Boot] [PATCH v2 2/3] serial: stm32: Replace setparity by setconfig

2018-08-02 Thread Simon Glass
Hi Patrice, On 1 August 2018 at 09:58, Patrice Chotard wrote: > 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 > Signed-off-by: Patrice Cho

[U-Boot] [PATCH v2 2/3] serial: stm32: Replace setparity by setconfig

2018-08-01 Thread Patrice Chotard
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 Signed-off-by: Patrice Chotard --- Changes in v2: - Update stm32_serial_setconfig prototype drive