OSDN Git Service

firmware: ti_sci: Always request response from firmware
authorAndrew F. Davis <afd@ti.com>
Tue, 28 May 2019 15:55:10 +0000 (11:55 -0400)
committerSantosh Shilimkar <santosh.shilimkar@oracle.com>
Thu, 13 Jun 2019 03:13:34 +0000 (20:13 -0700)
commit66f030eac257a572fbedab3d9646d87d647351fd
tree2419ee2f6868b0a67da98cec7974734cba3ee160
parentcd6c84d8f0cdc911df435bb075ba22ce3c605b07
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: aa276781a64a ("firmware: Add basic support for TI System Control Interface (TI-SCI) protocol")
Signed-off-by: Andrew F. Davis <afd@ti.com>
Acked-by: Nishanth Menon <nm@ti.com>
Tested-by: Alejandro Hernandez <ajhernandez@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
drivers/firmware/ti_sci.c