]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitc4418d79d8f5841e21c1382a1c607866484ac97e
tree288c3fe3ccdb4143e061d260b375256247e118ed
parent8fba3ab4b03b4e3c31126d72e8cf7d05f3b79c67
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