Fwd: [PATCH] Avoid a possible too early interrupt from the omap mcSPI controller

2020-04-24 Thread Laurentiu-Cristian Duca via Xenomai
-- Forwarded message - From: Laurentiu-Cristian Duca Date: Fri, Apr 24, 2020, 20:38 Subject: Re: [PATCH] Avoid a possible too early interrupt from the omap mcSPI controller To: Jan Kiszka In Xenomai the issue did not happen in my tests. It happened in the preempt_rt port

Re: [PATCH] Avoid a possible too early interrupt from the omap mcSPI controller

2020-04-24 Thread Jan Kiszka via Xenomai
On 24.04.20 13:41, Laurentiu-Cristian Duca via Xenomai wrote: In order to avoid a possible too early interrupt from the omap mcSPI controller, disable interrupts before writing the number of bytes from the SPI message that fill up the omap mcSPI controller queue, and enable interrupts after

[PATCH] Avoid a possible too early interrupt from the omap mcSPI controller

2020-04-24 Thread Laurentiu-Cristian Duca via Xenomai
In order to avoid a possible too early interrupt from the omap mcSPI controller, disable interrupts before writing the number of bytes from the SPI message that fill up the omap mcSPI controller queue, and enable interrupts after that. Signed-off-by: Laurentiu-Cristian Duca ---