firmware: ti_sci: Always request response from firmware
authorAndrew F. Davis <afd@ti.com>
Mon, 29 Apr 2019 13:04:11 +0000 (09:04 -0400)
committerTom Rini <trini@konsulko.com>
Fri, 3 May 2019 11:23:17 +0000 (07:23 -0400)
commitefbfd448e51a75acbace51849e8bed63e0ea5ce0
tree51ad58bbc14b14aae0c06c94a90720d44a4193b3
parent5132361ad4ae940270422d8ab4a1d1a37a6e9b7d
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.

Signed-off-by: Andrew F. Davis <afd@ti.com>
Tested-by: Alejandro Hernandez <ajhernandez@ti.com>
Acked-by: Nishanth Menon <nm@ti.com>
drivers/firmware/ti_sci.c