Cc: Haavard Skinnemoen <hskinnemoen@...>, <fabio@...>, Andrew Victor <linux@...>, Chip Coldwell <coldwell@...>, Marc Pignat <marc.pignat@...>, David Brownell <david-b@...>, <linux-kernel@...>, Alan Cox <alan@...>
Hi,
All works now for me with preempt-rt. The problem is using hrtimer.
I think that hrtimer are executed with interrupts disabled so, if
this happen when I must receive a char, i have an overrun. The only
solution was the dma support to serial device.
Regards Michael
--