aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc/qcom_q6v5_adsp.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'rproc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds1-9/+5
2024-03-05remoteproc: qcom_q6v5_adsp: Use devm_rproc_alloc() helperAndrew Davis1-9/+5
2024-02-14remoteproc: qcom_q6v5_adsp: Convert to dev_pm_domain_attach|detach_list()Ulf Hansson1-87/+73
2023-07-15remoteproc: qcom: Use of_reserved_mem_lookup()Stephan Gerhold1-13/+11
2023-07-15remoteproc: Explicitly include correct DT includesRob Herring1-1/+1
2023-05-09remoteproc: qcom_q6v5_adsp: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-04-03remoteproc: Remove unnecessary (void*) conversionsYu Zhe1-5/+5
2023-02-26Merge tag 'rproc-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds1-4/+121
2022-12-28remoteproc: qcom: Add support for memory sandboxSrinivasa Rao Mandadapu1-1/+55
2022-12-28remoteproc: qcom: Add efuse evb selection controlSrinivasa Rao Mandadapu1-0/+17
2022-12-28remoteproc: qcom: Replace hard coded values with macrosSrinivasa Rao Mandadapu1-2/+5
2022-12-28remoteproc: qcom: Update rproc parse firmware callbackSrinivasa Rao Mandadapu1-1/+22
2022-12-28remoteproc: qcom: Add compatible name for SC7280 ADSPSrinivasa Rao Mandadapu1-0/+16
2022-12-28remoteproc: qcom: Add flag in adsp private data structureSrinivasa Rao Mandadapu1-0/+5
2022-07-18remoteproc: qcom: using pm_runtime_resume_and_get to simplify the coderan jianping1-2/+1
2022-03-11remoteproc: qcom: q6v5_wpss: Add support for sc7280 WPSSRakesh Pillai1-16/+211
2022-03-11remoteproc: qcom: Fix missing of_node_put in adsp_alloc_memory_regionMiaoqian Lin1-0/+1
2021-09-27remoteproc: qcom: q6v5: Use qmp_send to update co-processor load stateSibi Sankar1-2/+5
2021-03-11remoteproc: add is_iomem to da_to_vaPeng Fan1-1/+1
2020-12-10remoteproc: qcom: Fix potential NULL dereference in adsp_init_mmio()Zhang Changzhong1-6/+3
2020-12-10remoteproc: qcom: fix reference leak in adsp_startZhang Qilong1-1/+3
2020-11-25remoteproc: qcom: q6v5: Query sysmon before graceful shutdownBjorn Andersson1-1/+1
2020-07-01remoteproc: qcom: Update PIL relocation info on loadBjorn Andersson1-3/+13
2020-05-07remoteproc: qcom: Pass ssr_name to glink subdeviceBjorn Andersson1-1/+1
2020-04-19remoteproc: use rproc_coredump_set_elf_info in driversClement Leger1-0/+1
2020-03-25remoteproc: qcom: Introduce panic handler for PAS and ADSPBjorn Andersson1-0/+8
2020-03-25remoteproc: Use size_t type for len in da_to_vaClement Leger1-1/+1
2019-05-21remoteproc: qcom: qdsp6-adsp: Add support for QCS404 CDSPBjorn Andersson1-18/+55
2019-02-17remoteproc: q6v5_adsp: Remove voting for lpass_aon clockRohit kumar1-1/+1
2019-01-21remoteproc: qcom: Add shutdown-ack irqSibi Sankar1-0/+4
2018-10-09remoteproc: qcom: qcom_q6v5_adsp: Fix some return value checkWei Yongjun1-8/+4
2018-10-05remoteproc: qcom: Introduce Non-PAS ADSP PIL driverRohit kumar1-0/+501