You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
drivers: firmware: scmi: clear rx channel status in rx notification cb
Clear the SCMI shared memory channel status after processing RX
notifications in the mailbox callback for proper P2A flow management.
In SCMI P2A (Platform to Application) flow, the application side
must explicitly clear the channel status after processing incoming
messages from the platform. This is different from A2P (Application
to Platform) TX flow where the cleanup is handled by the peer
(platform) side.
Signed-off-by: Yongxu Wang <[email protected]>
0 commit comments