Re: [PATCH] bsps/zynq-uart: Make post baud change kick global

2021-06-29 Thread Gedare Bloom
ok On Mon, Jun 28, 2021 at 7:04 AM Kinsey Moore wrote: > > The existing fix for the ZynqMP UART hardware bug only caught the vast > majority of instances where it could occur. To fully fix the data > corruption, this fix must be applied after every baud rate change. This > makes the logic reset a

[PATCH] bsps/zynq-uart: Make post baud change kick global

2021-06-28 Thread Kinsey Moore
The existing fix for the ZynqMP UART hardware bug only caught the vast majority of instances where it could occur. To fully fix the data corruption, this fix must be applied after every baud rate change. This makes the logic reset and kick apply in any locations where the baud rate could be changed