summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2022-07-18remoteproc: qcom_q6v5_mss: Update MBA log infoSibi Sankar1-0/+3
2022-07-18remoteproc: qcom: correct kerneldocKrzysztof Kozlowski1-2/+2
2022-07-18remoteproc: qcom_q6v5_mss: map/unmap metadata region before/after useSibi Sankar1-6/+32
2022-07-18remoteproc: qcom: using pm_runtime_resume_and_get to simplify the coderan jianping1-2/+1
2022-07-18remoteproc: mediatek: Support MT8188 SCPTinghan Shen1-0/+13
2022-07-06remoteproc: qcom: wcnss: Fix handling of IRQsSireesh Kodali1-2/+8
2022-07-05remoteproc: pru: Add support for various PRU cores on K3 AM62x SoCsKishon Vijay Abraham I1-0/+1
2022-07-04remoteproc: mediatek: Enable cache for mt8186 SCPAllen-KH Cheng1-1/+9
2022-06-24remoteproc: Fix dma_mem leak after rproc_shutdownMark-PK Tsai1-0/+1
2022-06-22remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_initMiaoqian Lin1-3/+4
2022-06-14remoteproc: omap_remoteproc: Fix typo in commentXiang wangx1-3/+3
2022-06-14remoteproc: k3-r5: Fix refcount leak in k3_r5_cluster_of_initMiaoqian Lin1-0/+2
2022-05-09remoteproc: imx_rproc: Support i.MX93Peng Fan1-0/+33
2022-05-05remoteproc: qcom: pas: Add MSM8226 ADSP supportLuca Weiss1-0/+1
2022-04-26remoteproc: mediatek: Allow reading firmware-name from DTAllen-KH Cheng1-1/+5
2022-04-22remoteproc: qcom: pas: Add sc8280xp remoteprocsBjorn Andersson1-0/+33
2022-04-18remoteproc: imx_rproc: Ignore create mem entry for resource tablePeng Fan1-0/+3
2022-04-14remoteproc: core: Move state checking to remoteproc_coreShengjiu Wang3-14/+11
2022-04-14remoteproc: core: Remove state checking before calling rproc_boot()Shengjiu Wang2-8/+0
2022-04-13remoteproc: imx_dsp_rproc: Make rsc_table optionalDaniel Baluta1-1/+9
2022-04-13remoteproc: imx_dsp_rproc: use common rproc_elf_load_segmentsPeng Fan1-94/+1
2022-04-13remoteproc: elf_loader: skip segment with memsz as zeroPeng Fan1-1/+1
2022-04-12Merge branch 'rproc-fixes' into rproc-nextMathieu Poirier1-1/+0
2022-04-12remoteproc: mtk_scp: Fix a potential double freeChristophe JAILLET1-1/+0
2022-04-11remoteproc: Don't bother checking the return value of debugfs_create*Manivannan Sadhasivam2-19/+2
2022-04-11remoteproc: mediatek: Fix side effect of mt8195 sram power onTinghan Shen2-17/+54
2022-03-30Merge tag 'rproc-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds15-138/+758
2022-03-11remoteproc: qcom_q6v5_mss: Create platform device for BAM-DMUXStephan Gerhold1-0/+8
2022-03-11remoteproc: qcom: q6v5_wpss: Add support for sc7280 WPSSRakesh Pillai1-16/+211
2022-03-11remoteproc: k3-dsp: Add support for IPC-only mode for all K3 DSPsSuman Anna1-17/+124
2022-03-11remoteproc: k3-dsp: Refactor mbox request code in startSuman Anna1-27/+40
2022-03-11remoteproc: k3-r5: Add support for IPC-only mode for all R5FsSuman Anna1-4/+215
2022-03-11remoteproc: k3-r5: Refactor mbox request code in startSuman Anna1-27/+41
2022-03-11remoteproc: Change rproc_shutdown() to return a statusSuman Anna3-5/+8
2022-03-11remoteproc: qcom: q6v5: Add interconnect path proxy voteBjorn Andersson2-1/+23
2022-03-11remoteproc: mediatek: Support mt8186 scpAllen-KH Cheng2-0/+38
2022-03-11remoteproc: qcom_q6v5_mss: Fix some leaks in q6v5_alloc_memory_regionMiaoqian Lin1-4/+7
2022-03-11remoteproc: qcom_wcnss: Add missing of_node_put() in wcnss_alloc_memory_regionMiaoqian Lin1-0/+1
2022-03-11remoteproc: qcom: Fix missing of_node_put in adsp_alloc_memory_regionMiaoqian Lin1-0/+1
2022-03-11remoteproc: move rproc_da_to_va declaration to remoteproc.hSuman Anna1-1/+0
2022-03-04remoteproc: wkup_m3: Set sysfs_read_only flagSuman Anna1-0/+1
2022-03-04remoteproc: Introduce sysfs_read_only flagPuranjay Mohan1-1/+18
2022-03-01Merge tag 'qcom-drivers-for-5.18' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2-6/+37
2022-02-18remoteproc: Fix count check in rproc_coredump_write()Alistair Delva1-1/+1
2022-02-03remoteproc: qcom: pas: Add SM8450 remoteproc supportBjorn Andersson1-0/+4
2022-02-03remoteproc: qcom: pas: Carry PAS metadata contextBjorn Andersson1-3/+29
2022-02-03soc: qcom: mdt_loader: Allow hash segment to be split outBjorn Andersson1-3/+4
2022-02-02remoteproc: mtk_scp: Use dev_err_probe() where possibleAngeloGioacchino Del Regno1-16/+12
2022-02-02remoteproc: mtk_scp: Reorder scp_probe() sequenceAngeloGioacchino Del Regno1-11/+9
2022-02-02remoteproc: mtk_scp: Use devm variant of rproc_alloc()AngeloGioacchino Del Regno1-10/+3