Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
firmware: ti_sci: Always request response from firmware
TI-SCI firmware will only respond to messages when the TI_SCI_FLAG_REQ_ACK_ON_PROCESSED flag is set. Most messages already do this, set this for the ones that do not. This will be enforced in future firmware that better match the TI-SCI specifications, this patch will not break users of existing firmware. Fixes: aa27678 ("firmware: Add basic support for TI System Control Interface (TI-SCI) protocol") Signed-off-by: Andrew F. Davis <[email protected]> Acked-by: Nishanth Menon <[email protected]> Tested-by: Alejandro Hernandez <[email protected]> Signed-off-by: Tero Kristo <[email protected]> Signed-off-by: Santosh Shilimkar <[email protected]>
- Loading branch information