commit | 714cf5e3846047052fae89c7b927b886cc69d60c | [log] [tgz] |
---|---|---|
author | Arnaud Pouliquen <arnaud.pouliquen@st.com> | Fri Oct 25 10:56:39 2019 +0200 |
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | Fri Nov 08 17:22:40 2019 -0800 |
tree | 82ce35cffa1d4ae786f17b7103c9b4effd163795 | |
parent | 99cf0361e7af29511309804bbedd240bf939cebd [diff] |
remoteproc: stm32: use workqueue to treat mailbox callback The mailbox callback is under interrupt context. A consequence is that RPMsg Callbacks are also in interrupt context. Create workqueue to treat the callbacks in normal context. Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@st.com> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>