summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: core: Do pm_relax when in RPROC_OFFLINE stateMaria Yu2022-12-071-1/+8
* remoteproc: qcom: q6v5: Fix missing clk_disable_unprepare() in q6v5_wcss_qcs4...Shang XiaoJing2022-12-061-1/+2
* remoteproc: qcom_q6v5_pas: Fix missing of_node_put() in adsp_alloc_memory_reg...Yuan Can2022-12-061-0/+1
* remoteproc: qcom_q6v5_pas: detach power domains on removeLuca Weiss2022-12-061-0/+1
* remoteproc: qcom_q6v5_pas: disable wakeup on probe fail or removeLuca Weiss2022-12-061-0/+2
* remoteproc: qcom: q6v5: Fix potential null-ptr-deref in q6v5_wcss_init_mmio()Shang XiaoJing2022-12-061-0/+3
* remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev()Gaosheng Cui2022-12-061-1/+4
* remoteproc: sysmon: Make QMI message rules constJeff Johnson2022-12-061-4/+4
* drivers: remoteproc: Add Xilinx r5 remoteproc driverTanmay Shah2022-11-253-0/+1081
* remoteproc: core: Use device_match_of_node()ye xingchen2022-11-211-1/+1
* remoteproc: imx_rproc: Correct i.MX93 DRAM mappingPeng Fan2022-11-151-2/+2
* remoteproc: imx_rproc: Enable attach recovery for i.MX8QM/QXPPeng Fan2022-10-241-1/+2
* remoteproc: imx_rproc: Request mbox channel laterPeng Fan2022-10-241-2/+46
* remoteproc: imx_rproc: Support i.MX8QMPeng Fan2022-10-241-3/+44
* remoteproc: imx_rproc: Support kicking Mcore from Linux for i.MX8QXPPeng Fan2022-10-241-3/+93
* remoteproc: imx_rproc: Support attaching to i.MX8QXP M4Peng Fan2022-10-241-1/+107
* remoteproc: imx_dsp_rproc: Add mutex protection for workqueueShengjiu Wang2022-10-241-3/+9
* remoteproc: core: Auto select rproc-virtio device idShengjiu Wang2022-10-241-1/+7
* remoteproc: virtio: Fix warning on bindings by removing the of_match_tableArnaud Pouliquen2022-10-051-7/+1
* remoteproc: Support attach recovery after rproc crashPeng Fan2022-09-281-19/+43
* remoteproc: Introduce rproc featuresPeng Fan2022-09-281-0/+15
* remoteproc: virtio: Create platform device for the remoteproc_virtioArnaud Pouliquen2022-09-213-77/+80
* remoteproc: Move rproc_vdev management to remoteproc_virtio.cArnaud Pouliquen2022-09-213-160/+161
* remoteproc: core: Introduce rproc_add_rvdev functionArnaud Pouliquen2022-09-211-2/+14
* remoteproc: core: Introduce rproc_rvdev_add_device functionArnaud Pouliquen2022-09-212-64/+98
* remoteproc: Harden rproc_handle_vdev() against integer overflowDan Carpenter2022-09-191-2/+3
* remoteproc/keystone: Switch to using gpiod APIDmitry Torokhov2022-09-191-7/+9
* drivers/remoteproc: Fix repeated words in commentswangjianli2022-09-191-1/+1
* remoteproc: imx_dsp_rproc: fix argument 2 of rproc_mem_entry_initShengjiu Wang2022-08-231-2/+2
* remoteproc: imx_rproc: Simplify some error messageChristophe JAILLET2022-08-231-9/+5
* virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin2022-08-161-1/+0
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-08-122-7/+10
|\
| * virtio: find_vqs() add arg sizesXuan Zhuo2022-08-111-0/+1
| * virtio: record the maximum queue num supported by the device.Xuan Zhuo2022-08-111-0/+2
| * remoteproc: rename len of rpoc_vring to numXuan Zhuo2022-08-112-7/+7
* | remoteproc: qcom_q6v5_pas: Do not fail if regulators are not foundManivannan Sadhasivam2022-08-081-4/+16
* | drivers/remoteproc: fix repeated words in commentswangjianli2022-07-251-1/+1
* | remoteproc: Directly use ida_alloc()/free()keliu2022-07-181-3/+3
* | remoteproc: Use unbounded workqueue for recovery workMukesh Ojha2022-07-181-2/+13
* | remoteproc: using pm_runtime_resume_and_get instead of pm_runtime_get_syncMinghao Chi2022-07-181-2/+1
* | remoteproc: qcom_q6v5_pas: Deal silently with optional px and cx regulatorsAbel Vesa2022-07-181-12/+20
* | remoteproc: sysmon: Send sysmon state only for running rprocsSiddharth Gupta2022-07-181-2/+4
* | remoteproc: sysmon: Wait for SSCTL service to come upSibi Sankar2022-07-181-0/+10
* | remoteproc: qcom: q6v5: Set q6 state to offline on receiving wdog irqSiddharth Gupta2022-07-181-0/+4
* | remoteproc: qcom: pas: Check if coredump is enabledSiddharth Gupta2022-07-181-0/+3
* | remoteproc: qcom: pas: Mark devices as wakeup capableSiddharth Gupta2022-07-181-1/+3
* | remoteproc: qcom: pas: Mark va as io memorySiddharth Gupta2022-07-181-0/+3
* | remoteproc: qcom: pas: Add decrypt shutdown support for modemSibi Sankar2022-07-181-1/+42
* | remoteproc: qcom: q6v5-mss: add powerdomains to MSM8996 configDmitry Baryshkov2022-07-181-0/+5
* | remoteproc: qcom_q6v5: Introduce panic handler for MSSSibi Sankar2022-07-181-0/+8