]> git.baikalelectronics.ru Git - arm-tf.git/commit
refactor(ti): refactor ti_sci_{setup,do}_xfer to allow zero size response
authorAndrew Davis <afd@ti.com>
Mon, 16 May 2022 18:17:02 +0000 (13:17 -0500)
committerAndrew Davis <afd@ti.com>
Thu, 30 Mar 2023 15:19:19 +0000 (10:19 -0500)
commit6688fd7aec2f9f09eb49f3f6c8535752a5f7be86
tree6630ab46d8f805880faaf42f664c4b8aa2c4d892
parent852378fd60d8cc536799639774f1e4ffe124131d
refactor(ti): refactor ti_sci_{setup,do}_xfer to allow zero size response

This allows us to use the common xfer setup path even for no-wait
messages. Then factor that out of each no-wait function.

Signed-off-by: Andrew Davis <afd@ti.com>
Change-Id: Ib17d3facd293f3fc91dda56b2906121b43250261
plat/ti/k3/common/drivers/ti_sci/ti_sci.c