On 8 December 2016 at 11:21, Andrew Gacek <andrew.ga...@gmail.com> wrote: > When register Rcvr_timeout_reg0 (R_RTOR in cadence_uart.c) is set to > 0, the receiver timeout counter should be disabled. See page 1801 of > "Zynq-7000 AP SoC Technical Reference Manual". This commit adds a > such a check before setting the receive timeout interrupt. > > Signed-off-by: Andrew Gacek <andrew.ga...@gmail.com> > Reviewed-by: Edgar E. Iglesias <edgar.igles...@xilinx.com> > --- > hw/char/cadence_uart.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-)
Thanks; I've applied this to the target-arm.next queue for 2.9. For future patches, if you send a revised version of a patch it's best to send it as a standalone new thread (with a subject that says "[PATCH v2]"), not as a reply to the thread that started with the original patch. Otherwise our automated scripts and tooling for handling patch emails tend not to notice it. thanks -- PMM