aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 2-7/+10
2022-08-11virtio: find_vqs() add arg sizesGravatar Xuan Zhuo 1-0/+1
2022-08-11virtio: record the maximum queue num supported by the device.Gravatar Xuan Zhuo 1-0/+2
2022-08-11remoteproc: rename len of rpoc_vring to numGravatar Xuan Zhuo 2-7/+7
2022-08-08remoteproc: qcom_q6v5_pas: Do not fail if regulators are not foundGravatar Manivannan Sadhasivam 1-4/+16
2022-07-25drivers/remoteproc: fix repeated words in commentsGravatar wangjianli 1-1/+1
2022-07-18remoteproc: Directly use ida_alloc()/free()Gravatar keliu 1-3/+3
2022-07-18remoteproc: Use unbounded workqueue for recovery workGravatar Mukesh Ojha 1-2/+13
2022-07-18remoteproc: using pm_runtime_resume_and_get instead of pm_runtime_get_syncGravatar Minghao Chi 1-2/+1
2022-07-18remoteproc: qcom_q6v5_pas: Deal silently with optional px and cx regulatorsGravatar Abel Vesa 1-12/+20
2022-07-18remoteproc: sysmon: Send sysmon state only for running rprocsGravatar Siddharth Gupta 1-2/+4
2022-07-18remoteproc: sysmon: Wait for SSCTL service to come upGravatar Sibi Sankar 1-0/+10
2022-07-18remoteproc: qcom: q6v5: Set q6 state to offline on receiving wdog irqGravatar Siddharth Gupta 1-0/+4
2022-07-18remoteproc: qcom: pas: Check if coredump is enabledGravatar Siddharth Gupta 1-0/+3
2022-07-18remoteproc: qcom: pas: Mark devices as wakeup capableGravatar Siddharth Gupta 1-1/+3
2022-07-18remoteproc: qcom: pas: Mark va as io memoryGravatar Siddharth Gupta 1-0/+3
2022-07-18remoteproc: qcom: pas: Add decrypt shutdown support for modemGravatar Sibi Sankar 1-1/+42
2022-07-18remoteproc: qcom: q6v5-mss: add powerdomains to MSM8996 configGravatar Dmitry Baryshkov 1-0/+5
2022-07-18remoteproc: qcom_q6v5: Introduce panic handler for MSSGravatar Sibi Sankar 1-0/+8
2022-07-18remoteproc: qcom_q6v5_mss: Update MBA log infoGravatar Sibi Sankar 1-0/+3
2022-07-18remoteproc: qcom: correct kerneldocGravatar Krzysztof Kozlowski 1-2/+2
2022-07-18remoteproc: qcom_q6v5_mss: map/unmap metadata region before/after useGravatar Sibi Sankar 1-6/+32
2022-07-18remoteproc: qcom: using pm_runtime_resume_and_get to simplify the codeGravatar ran jianping 1-2/+1
2022-07-18remoteproc: mediatek: Support MT8188 SCPGravatar Tinghan Shen 1-0/+13
2022-07-06remoteproc: qcom: wcnss: Fix handling of IRQsGravatar Sireesh Kodali 1-2/+8
2022-07-05remoteproc: pru: Add support for various PRU cores on K3 AM62x SoCsGravatar Kishon Vijay Abraham I 1-0/+1
2022-07-04remoteproc: mediatek: Enable cache for mt8186 SCPGravatar Allen-KH Cheng 1-1/+9
2022-06-24remoteproc: Fix dma_mem leak after rproc_shutdownGravatar Mark-PK Tsai 1-0/+1
2022-06-22remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_initGravatar Miaoqian Lin 1-3/+4
2022-06-14remoteproc: omap_remoteproc: Fix typo in commentGravatar Xiang wangx 1-3/+3
2022-06-14remoteproc: k3-r5: Fix refcount leak in k3_r5_cluster_of_initGravatar Miaoqian Lin 1-0/+2
2022-05-09remoteproc: imx_rproc: Support i.MX93Gravatar Peng Fan 1-0/+33
2022-05-05remoteproc: qcom: pas: Add MSM8226 ADSP supportGravatar Luca Weiss 1-0/+1
2022-04-26remoteproc: mediatek: Allow reading firmware-name from DTGravatar Allen-KH Cheng 1-1/+5
2022-04-22remoteproc: qcom: pas: Add sc8280xp remoteprocsGravatar Bjorn Andersson 1-0/+33
2022-04-18remoteproc: imx_rproc: Ignore create mem entry for resource tableGravatar Peng Fan 1-0/+3
2022-04-14remoteproc: core: Move state checking to remoteproc_coreGravatar Shengjiu Wang 3-14/+11
2022-04-14remoteproc: core: Remove state checking before calling rproc_boot()Gravatar Shengjiu Wang 2-8/+0
2022-04-13remoteproc: imx_dsp_rproc: Make rsc_table optionalGravatar Daniel Baluta 1-1/+9
2022-04-13remoteproc: imx_dsp_rproc: use common rproc_elf_load_segmentsGravatar Peng Fan 1-94/+1
2022-04-13remoteproc: elf_loader: skip segment with memsz as zeroGravatar Peng Fan 1-1/+1
2022-04-12Merge branch 'rproc-fixes' into rproc-nextGravatar Mathieu Poirier 1-1/+0
2022-04-12remoteproc: mtk_scp: Fix a potential double freeGravatar Christophe JAILLET 1-1/+0
2022-04-11remoteproc: Don't bother checking the return value of debugfs_create*Gravatar Manivannan Sadhasivam 2-19/+2
2022-04-11remoteproc: mediatek: Fix side effect of mt8195 sram power onGravatar Tinghan Shen 2-17/+54
2022-03-30Merge tag 'rproc-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Gravatar Linus Torvalds 15-138/+758
2022-03-11remoteproc: qcom_q6v5_mss: Create platform device for BAM-DMUXGravatar Stephan Gerhold 1-0/+8
2022-03-11remoteproc: qcom: q6v5_wpss: Add support for sc7280 WPSSGravatar Rakesh Pillai 1-16/+211
2022-03-11remoteproc: k3-dsp: Add support for IPC-only mode for all K3 DSPsGravatar Suman Anna 1-17/+124
2022-03-11remoteproc: k3-dsp: Refactor mbox request code in startGravatar Suman Anna 1-27/+40