Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afcdc184 authored by Lina Iyer's avatar Lina Iyer Committed by Gerrit - the friendly Code Review server
Browse files

drivers: mailbox: qti_tcs: Do not use threaded IRQ



The mailbox driver uses spin_lock to check if the TCS is free. The TCS
will be freed only after receiving an interrupt. Currently the interrupt
handler is requested as a threaded IRQ. If the caller was from another
threaded IRQ context of higher priority or hard IRQ context, then our
interrupt handler will never get a chance to run and will forever wait
for the TCS to be free.

Change-Id: I89922e9fe48f4bd33c06fee108ebde65c5137bd2
Signed-off-by: default avatarLina Iyer <ilina@codeaurora.org>
parent 979ef22a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment