]> git.dujemihanovic.xyz Git - u-boot.git/commit
soc: qcom: rpmh-rsc: drop unused multi-threading and non-active TCS support
authorCaleb Connolly <caleb.connolly@linaro.org>
Mon, 15 Jul 2024 10:08:07 +0000 (12:08 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Thu, 25 Jul 2024 23:28:10 +0000 (01:28 +0200)
commit80c5be164adabd0521080a392aa9e5ee6d76d3fa
treec52e45eca11a88d72db909af6b97ae488eaa922c
parentfb0fd32a4d0337dc107cea52247029ed5cc6a4c2
soc: qcom: rpmh-rsc: drop unused multi-threading and non-active TCS support

Since U-Boot is single threaded, we can avoid most of the complexity
that comes with handling more than one in-flight TCS. Drop all the rpmh
code associated with multi-threading as we'll instead wait for a
response on each TCS.

Acked-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/soc/qcom/rpmh-internal.h
drivers/soc/qcom/rpmh-rsc.c