commit | 312eec3ecde9837f61fc0d7b46b4197ec2257ee7 | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Mon Mar 13 13:56:27 2023 -0500 |
committer | Andrew Davis <afd@ti.com> | Thu Mar 30 10:19:21 2023 -0500 |
tree | 7c45ac1497b2d316abb47b993e098c162a562718 | |
parent | 3aa8d49ada6fa6d6e36cce9c4e28489340c754bc [diff] |
feat(ti): synchronize access to secure proxy threads When communicating with the system controller over secure proxy we clear a thread, write our message, then wait for a response. This must not be interrupted by a different transfer on the same thread. Take a lock during this sequence to prevent contention. Signed-off-by: Andrew Davis <afd@ti.com> Change-Id: I7789f017fde7180ab6b4ac07458464b967c8e580