]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit739ea9b9b549bae347f3f7b05928fdfe581fa651
tree2419ee2f6868b0a67da98cec7974734cba3ee160
parent7f3e30282b380958e65348f1509b90f11030d416
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: 222f81aabd34 ("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