summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | remoteproc: qcom_q6v5_mss: Update MBA log infoSibi Sankar2022-07-181-0/+3
* | remoteproc: qcom: correct kerneldocKrzysztof Kozlowski2022-07-181-2/+2
* | remoteproc: qcom_q6v5_mss: map/unmap metadata region before/after useSibi Sankar2022-07-181-6/+32
* | remoteproc: qcom: using pm_runtime_resume_and_get to simplify the coderan jianping2022-07-181-2/+1
* | remoteproc: mediatek: Support MT8188 SCPTinghan Shen2022-07-181-0/+13
* | remoteproc: qcom: wcnss: Fix handling of IRQsSireesh Kodali2022-07-061-2/+8
* | remoteproc: pru: Add support for various PRU cores on K3 AM62x SoCsKishon Vijay Abraham I2022-07-051-0/+1
* | remoteproc: mediatek: Enable cache for mt8186 SCPAllen-KH Cheng2022-07-041-1/+9
* | remoteproc: Fix dma_mem leak after rproc_shutdownMark-PK Tsai2022-06-241-0/+1
* | remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_initMiaoqian Lin2022-06-221-3/+4
* | remoteproc: omap_remoteproc: Fix typo in commentXiang wangx2022-06-141-3/+3
* | remoteproc: k3-r5: Fix refcount leak in k3_r5_cluster_of_initMiaoqian Lin2022-06-141-0/+2
|/
* remoteproc: imx_rproc: Support i.MX93Peng Fan2022-05-091-0/+33
* remoteproc: qcom: pas: Add MSM8226 ADSP supportLuca Weiss2022-05-051-0/+1
* remoteproc: mediatek: Allow reading firmware-name from DTAllen-KH Cheng2022-04-261-1/+5
* remoteproc: qcom: pas: Add sc8280xp remoteprocsBjorn Andersson2022-04-221-0/+33
* remoteproc: imx_rproc: Ignore create mem entry for resource tablePeng Fan2022-04-181-0/+3
* remoteproc: core: Move state checking to remoteproc_coreShengjiu Wang2022-04-143-14/+11