commit | 49deb543391d6b73d17b91dd0e27d6a4ffa13c44 | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Mon Jul 15 12:08:12 2024 +0200 |
committer | Caleb Connolly <caleb.connolly@linaro.org> | Fri Jul 26 01:28:11 2024 +0200 |
tree | 67e143286300bda206be4fdb033577936ac231dc | |
parent | 77e9be452a97882c4d36c8d37190b0bac1c9e725 [diff] |
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>