commit | 96e036a4e592dc2c353b90aa70a6c4690867a301 | [log] [tgz] |
---|---|---|
author | Andrew Davis <afd@ti.com> | Mon Jul 25 20:25:06 2022 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 26 10:55:46 2022 -0400 |
tree | 288c3fe3ccdb4143e061d260b375256247e118ed | |
parent | f127a58e054b5607803da62e2b80cb4cd4194938 [diff] |
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>