Re: [PATCH v2] firmware: ti_sci: Always request response from firmware

2019-06-11 Thread Tero Kristo
On 28/05/2019 18:55, Andrew F. Davis wrote: 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,

[PATCH v2] firmware: ti_sci: Always request response from firmware

2019-05-28 Thread Andrew F. Davis
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 f