Re: [PATCH] serial: imx: Fix handling of TC irq in combination with DMA

From: Fabio Estevam
Date: Mon Jun 08 2020 - 11:58:03 EST


On Mon, Jun 8, 2020 at 12:51 PM Fabio Estevam <festevam@xxxxxxxxx> wrote:
>
> On Mon, Jun 8, 2020 at 12:12 PM Schrempf Frieder
> <frieder.schrempf@xxxxxxxxxx> wrote:
>
> > if (port->rs485.flags & SER_RS485_ENABLED) {
> > temp = readl(port->membase + UCR2);
> > +
>
> This looks like an unrelated change.

Ah, ok, just realized this is a backport. In this case, it is fine then.