]> git.dujemihanovic.xyz Git - u-boot.git/commit
soc: qcom: rpmh: drop unused functions
authorCaleb Connolly <caleb.connolly@linaro.org>
Mon, 15 Jul 2024 10:08:12 +0000 (12:08 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Thu, 25 Jul 2024 23:28:11 +0000 (01:28 +0200)
commita726ea1140d82bae5ccee11619157313b8c80953
tree67e143286300bda206be4fdb033577936ac231dc
parente5218206cedc6dd9eb861e4b5c1573ce3e12f028
soc: qcom: rpmh: drop unused functions

A lot of the features in here are only relevant when running
multi-threaded with interrupts. Drop everything except what we need to
run single-threaded with a single TCS (which is all the rpmh-rsc
framework in U-Boot supports).

Keep rpmh_write_async() for simplicity and make it wrap the regular
rpmh_write().

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