commit | d14e58740aa8ff1c38c6a5c0c46833593ba96f1f | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Mon Jul 15 12:08:07 2024 +0200 |
committer | Caleb Connolly <caleb.connolly@linaro.org> | Fri Jul 26 01:28:10 2024 +0200 |
tree | c52e45eca11a88d72db909af6b97ae488eaa922c | |
parent | b005a24f9e8537955f890cb025f772cd6ea7e49e [diff] |
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>