Re: [PATCH] ipoctal: clear break interrupt as soon as it occurs

2014-09-01 Thread Samuel Iglesias Gonsálvez
On Mon, 2014-09-01 at 13:49 +0200, Federico Vaga wrote: > In some condition we receive the break interrupt but nothing is putted > in the Rx FIFO and the correspondend bit in the status register is not > set. Thus, no-one clear the interrupt and the handler will be called > forever. > > This

[PATCH] ipoctal: clear break interrupt as soon as it occurs

2014-09-01 Thread Federico Vaga
In some condition we receive the break interrupt but nothing is putted in the Rx FIFO and the correspondend bit in the status register is not set. Thus, no-one clear the interrupt and the handler will be called forever. This patch clear the break interrupt as soon as it occurs. Then, if the break

[PATCH] ipoctal: clear break interrupt as soon as it occurs

2014-09-01 Thread Federico Vaga
In some condition we receive the break interrupt but nothing is putted in the Rx FIFO and the correspondend bit in the status register is not set. Thus, no-one clear the interrupt and the handler will be called forever. This patch clear the break interrupt as soon as it occurs. Then, if the break

Re: [PATCH] ipoctal: clear break interrupt as soon as it occurs

2014-09-01 Thread Samuel Iglesias Gonsálvez
On Mon, 2014-09-01 at 13:49 +0200, Federico Vaga wrote: In some condition we receive the break interrupt but nothing is putted in the Rx FIFO and the correspondend bit in the status register is not set. Thus, no-one clear the interrupt and the handler will be called forever. This patch