commit | 617d035e24757971dd719a31bab042617b137265 | [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 | 817bdbba9d80dabb91f8febf94e56fdfbd73a8de [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