Re: [PATCH 4/4] firmware: ti_sci: Move ACK checking to ti_sci_do_xfer() function

2022-08-26 Thread Tom Rini
On Mon, Jul 25, 2022 at 08:25:06PM -0500, Andrew Davis wrote: > 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

[PATCH 4/4] firmware: ti_sci: Move ACK checking to ti_sci_do_xfer() function

2022-07-25 Thread Andrew Davis
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 --- drivers/firmware/ti_sci.c | 165 ++ 1