[PATCH] serial: pl011: implement workaround for CTS clear event issue

Linus Walleij linus.walleij at linaro.org
Mon Mar 26 05:14:56 EDT 2012


On Mon, Mar 26, 2012 at 11:07 AM, Rajanikanth H V
<rajanikanth.hv at stericsson.com> wrote:

> As per my understanding, pass counter helps to identify/break the
> Deadlock situation and triggers bottom half handler in which
> Uart controller will be forced to reset (save and restore of UART register happens).

It was there before the fix for the deadlock situation found in ST hardwares,
which was solved by the tasklet, was ever introduced.

It has been around forever as a simple guard to stop the ISR from
going into a loop... which is nice coding practice anyway so let's
keep it.

Yours,
Linus Walleij



More information about the linux-arm-kernel mailing list