firmware: ti_sci: Move ACK checking to ti_sci_do_xfer() function
authorAndrew Davis <afd@ti.com>
Tue, 26 Jul 2022 01:25:06 +0000 (20:25 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 26 Aug 2022 14:55:46 +0000 (10:55 -0400)
commit96e036a4e592dc2c353b90aa70a6c4690867a301
tree288c3fe3ccdb4143e061d260b375256247e118ed
parentf127a58e054b5607803da62e2b80cb4cd4194938
firmware: ti_sci: Move ACK checking to ti_sci_do_xfer() function

We can check if the message was acknowledged in the common
ti_sci_do_xfer() which lets us remove it from after each call to this
function. This simplifies the code and reduces binary size.

Signed-off-by: Andrew Davis <afd@ti.com>
drivers/firmware/ti_sci.c