Re: [PATCH] serial: zynq: disable TX and RX while changing baud rate

2020-09-23 Thread Michal Simek
po 14. 9. 2020 v 13:42 odesílatel Michal Simek napsal: > > > > On 24. 08. 20 23:57, Norbert Braun wrote: > > According to the Zynq-7000 TRM (UG585), the UART transmitter and > > receiver must be disabled while changing the baud rate. Change > > _uart_zynq_serial_setbrg accordingly. > > --- > > dr

Re: [PATCH] serial: zynq: disable TX and RX while changing baud rate

2020-09-14 Thread Michal Simek
On 24. 08. 20 23:57, Norbert Braun wrote: > According to the Zynq-7000 TRM (UG585), the UART transmitter and > receiver must be disabled while changing the baud rate. Change > _uart_zynq_serial_setbrg accordingly. > --- > drivers/serial/serial_zynq.c | 24 ++-- > 1 file chan

[PATCH] serial: zynq: disable TX and RX while changing baud rate

2020-08-24 Thread Norbert Braun
According to the Zynq-7000 TRM (UG585), the UART transmitter and receiver must be disabled while changing the baud rate. Change _uart_zynq_serial_setbrg accordingly. --- drivers/serial/serial_zynq.c | 24 ++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/drive