summaryrefslogtreecommitdiffstats
path: root/drivers/soc/qcom/pdr_interface.c
AgeCommit message (Expand)AuthorLines
2024-07-06soc: qcom: pdr: simplify with cleanup.hKrzysztof Kozlowski-24/+14
2024-06-23soc: qcom: pdr: fix parsing of domains listsDmitry Baryshkov-1/+1
2024-06-23soc: qcom: pdr: protect locator_addr with the main mutexDmitry Baryshkov-2/+4
2023-09-27soc: qcom: Switch to EXPORT_SYMBOL_GPL()Unnathi Chalicheemala-4/+4
2022-04-07soc: qcom: pdr: replace usage of found with dedicated list iterator variableJakob Koschel-6/+5
2021-09-21soc: qcom: pdr: Prefer strscpy over strcpyLen Baker-6/+6
2021-04-07soc: qcom: pdr: Fix error return code in pdr_register_listenerQinglang Miao-1/+1
2020-11-22soc: qcom: pdr: Constify static qmi structsRikard Falkeborn-3/+3
2020-11-21soc: qcom: initialize local variableTom Rix-1/+1
2020-08-07Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-0/+1
2020-07-27soc: qcom: pdr: Reorder the PD state indication ackSibi Sankar-1/+3
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu-0/+1
2020-04-20soc: qcom: pdr: Remove impossible error conditionSibi Sankar-4/+0
2020-03-16soc: qcom: pdr: Avoid uninitialized use of found in pdr_indication_cbNathan Chancellor-1/+1
2020-03-14soc: qcom: Introduce Protection Domain Restart helpersSibi Sankar-0/+757