]> git.dujemihanovic.xyz Git - u-boot.git/commit
soc: qcom: import rpmh and cmd-db drivers from Linux
authorCaleb Connolly <caleb.connolly@linaro.org>
Mon, 15 Jul 2024 10:08:02 +0000 (12:08 +0200)
committerCaleb Connolly <caleb.connolly@linaro.org>
Thu, 25 Jul 2024 23:28:10 +0000 (01:28 +0200)
commit6716e2211f09551b7bf5ddae0634e388e906b219
treef889bfd5e50cb0027f0e821dab699675f8898161
parent555047df6a79bae4748a72ff8c2e42e242a2a361
soc: qcom: import rpmh and cmd-db drivers from Linux

Import RPMh and cmd-db framework from Linux 6.10-rc6.

Acked-by: Sumit Garg <sumit.garg@linaro.org>
Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
drivers/soc/qcom/cmd-db.c [new file with mode: 0644]
drivers/soc/qcom/rpmh-internal.h [new file with mode: 0644]
drivers/soc/qcom/rpmh-rsc.c [new file with mode: 0644]
drivers/soc/qcom/rpmh.c [new file with mode: 0644]
include/soc/qcom/cmd-db.h [new file with mode: 0644]
include/soc/qcom/rpmh.h [new file with mode: 0644]
include/soc/qcom/tcs.h [new file with mode: 0644]