summaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2023-05-24remoteproc: imx_dsp_rproc: Fix kernel test robot sparse warningMathieu Poirier1-4/+4
2023-05-24remoteproc: stm32_rproc: Add mutex protection for workqueueArnaud Pouliquen1-0/+8
2023-05-24remoteproc: imx_dsp_rproc: Add custom memory copy implementation for i.MX DSP...Iuliana Prodan1-1/+186
2023-05-17remoteproc: rcar_rproc: Call of_node_put() on iteration errorMathieu Poirier1-2/+7
2023-05-17remoteproc: imx_rproc: Call of_node_put() on iteration errorMathieu Poirier1-2/+5
2023-05-17remoteproc: imx_dsp_rproc: Call of_node_put() on iteration errorMathieu Poirier1-3/+9
2023-05-17remoteproc: st: Call of_node_put() on iteration errorMathieu Poirier1-1/+4
2023-05-17remoteproc: stm32: Call of_node_put() on iteration errorMathieu Poirier1-1/+5
2023-03-10remoteproc/mtk_scp: Move clk ops outside send_lockChen-Yu Tsai1-6/+5
2023-03-10remoteproc: qcom_q6v5_mss: Use a carveout to authenticate modem headersSibi Sankar1-6/+53
2023-03-10Revert "remoteproc: qcom_q6v5_mss: map/unmap metadata region before/after use"Christoph Hellwig1-32/+6
2023-01-07remoteproc: imx_rproc: Correct i.MX93 DRAM mappingPeng Fan1-2/+2
2023-01-07remoteproc: core: Do pm_relax when in RPROC_OFFLINE stateMaria Yu1-1/+8
2023-01-07remoteproc: imx_dsp_rproc: Add mutex protection for workqueueShengjiu Wang1-3/+9
2022-12-31remoteproc: qcom: q6v5: Fix missing clk_disable_unprepare() in q6v5_wcss_qcs4...Shang XiaoJing1-1/+2
2022-12-31remoteproc: qcom_q6v5_pas: Fix missing of_node_put() in adsp_alloc_memory_reg...Yuan Can1-0/+1
2022-12-31remoteproc: qcom_q6v5_pas: detach power domains on removeLuca Weiss1-0/+1
2022-12-31remoteproc: qcom_q6v5_pas: disable wakeup on probe fail or removeLuca Weiss1-0/+2
2022-12-31remoteproc: qcom: q6v5: Fix potential null-ptr-deref in q6v5_wcss_init_mmio()Shang XiaoJing1-0/+3
2022-12-31remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev()Gaosheng Cui1-1/+4
2022-12-31remoteproc: core: Auto select rproc-virtio device idShengjiu Wang1-1/+7
2022-10-05remoteproc: virtio: Fix warning on bindings by removing the of_match_tableArnaud Pouliquen1-7/+1
2022-09-28remoteproc: Support attach recovery after rproc crashPeng Fan1-19/+43
2022-09-28remoteproc: Introduce rproc featuresPeng Fan1-0/+15
2022-09-21remoteproc: virtio: Create platform device for the remoteproc_virtioArnaud Pouliquen3-77/+80
2022-09-21remoteproc: Move rproc_vdev management to remoteproc_virtio.cArnaud Pouliquen3-160/+161
2022-09-21remoteproc: core: Introduce rproc_add_rvdev functionArnaud Pouliquen1-2/+14
2022-09-21remoteproc: core: Introduce rproc_rvdev_add_device functionArnaud Pouliquen2-64/+98
2022-09-20remoteproc: Harden rproc_handle_vdev() against integer overflowDan Carpenter1-2/+3
2022-09-20remoteproc/keystone: Switch to using gpiod APIDmitry Torokhov1-7/+9
2022-09-20drivers/remoteproc: Fix repeated words in commentswangjianli1-1/+1
2022-08-23remoteproc: imx_dsp_rproc: fix argument 2 of rproc_mem_entry_initShengjiu Wang1-2/+2
2022-08-23remoteproc: imx_rproc: Simplify some error messageChristophe JAILLET1-9/+5
2022-08-16virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin1-1/+0
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-7/+10
2022-08-11virtio: find_vqs() add arg sizesXuan Zhuo1-0/+1
2022-08-11virtio: record the maximum queue num supported by the device.Xuan Zhuo1-0/+2
2022-08-11remoteproc: rename len of rpoc_vring to numXuan Zhuo2-7/+7
2022-08-08remoteproc: qcom_q6v5_pas: Do not fail if regulators are not foundManivannan Sadhasivam1-4/+16
2022-07-25drivers/remoteproc: fix repeated words in commentswangjianli1-1/+1
2022-07-18remoteproc: Directly use ida_alloc()/free()keliu1-3/+3
2022-07-18remoteproc: Use unbounded workqueue for recovery workMukesh Ojha1-2/+13
2022-07-18remoteproc: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi1-2/+1
2022-07-18remoteproc: qcom_q6v5_pas: Deal silently with optional px and cx regulatorsAbel Vesa1-12/+20
2022-07-18remoteproc: sysmon: Send sysmon state only for running rprocsSiddharth Gupta1-2/+4
2022-07-18remoteproc: sysmon: Wait for SSCTL service to come upSibi Sankar1-0/+10
2022-07-18remoteproc: qcom: q6v5: Set q6 state to offline on receiving wdog irqSiddharth Gupta1-0/+4
2022-07-18remoteproc: qcom: pas: Check if coredump is enabledSiddharth Gupta1-0/+3
2022-07-18remoteproc: qcom: pas: Mark devices as wakeup capableSiddharth Gupta1-1/+3
2022-07-18remoteproc: qcom: pas: Mark va as io memorySiddharth Gupta1-0/+3