Skip to content
Commit 06d914f4 authored by Shriram's avatar Shriram Committed by Girish Pathak
Browse files

module/smt: enable scmi module to release smt channel lock



Add a new function smt_release_channel_lock() that will set the smt
channel context lock to false. This function is intended to be used by
the scmi module when it has received and processed a response message
which does not require a further response and hence smt_respond() won't
be called. This will lead to channel context lock not being released
since smt_respond() doesn't get called. Hence add a function to release
the channel lock without having to respond back.

Signed-off-by: Shriram's avatarShriram K <shriram.k@arm.com>
Change-Id: I0b6e3006c105398f40a918ae99c54bf16d9a78d4
parent 2363301d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment