Skip to content
Commit 4df0fbec authored by Gregory Nutt's avatar Gregory Nutt
Browse files

SAMA5D HSMCI: Fix a problem on card insertion/removal callback handling. ...

SAMA5D HSMCI: Fix a problem on card insertion/removal callback handling.  Interrupts were being disable so that the callbacks occurred with interrupts disabled.  This resulted in loss of some interrupts and some not-so-good behaviors.  The solution is to perform all callbacks on the work thread unconditionally (2014-7-29).
parent 9c80dfb3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment