commit | 04e4393e344805f4e8c2806c29ca59538ce9ff73 | [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 | b3e71b7502d7687ee8508141fa8660a93bc81b4d [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>