Re: [U-Boot] [PATCH] firmware: ti_sci: Always request response from firmware

2019-05-03 Thread Tom Rini
On Mon, Apr 29, 2019 at 09:04:11AM -0400, 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. > > Signed-off-by: Andrew F. Davis > Tested-by: Alejandro

Re: [U-Boot] [PATCH] firmware: ti_sci: Always request response from firmware

2019-04-29 Thread Nishanth Menon
On 09:04-20190429, 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. > > Signed-off-by: Andrew F. Davis > Tested-by: Alejandro Hernandez > --- >

[U-Boot] [PATCH] firmware: ti_sci: Always request response from firmware

2019-04-29 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. Signed-off-by: Andrew F. Davis Tested-by: Alejandro Hernandez --- drivers/firmware/ti_sci.c | 11 ++- 1 file changed, 6