Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mpfs_corespi: fix semaphore race condition
SPI TX_DONE interrupt can be received after a semaphore timeout, but before interrupts are disabled. This will leave the semaphore to the signaled state. After a timeout the semaphore is always reset to non-signaled state to fix this race condition. Signed-off-by: Tero Salminen <[email protected]>
- Loading branch information