summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
* remoteproc/mtk_scp: Move clk ops outside send_lockChen-Yu Tsai2023-03-101-6/+5
* remoteproc: qcom_q6v5_mss: Use a carveout to authenticate modem headersSibi Sankar2023-03-101-6/+53
* remoteproc: core: Do pm_relax when in RPROC_OFFLINE stateMaria Yu2023-01-121-1/+8
* remoteproc: qcom: q6v5: Fix missing clk_disable_unprepare() in q6v5_wcss_qcs4...Shang XiaoJing2022-12-311-1/+2
* remoteproc: qcom_q6v5_pas: Fix missing of_node_put() in adsp_alloc_memory_reg...Yuan Can2022-12-311-0/+1
* remoteproc: qcom_q6v5_pas: detach power domains on removeLuca Weiss2022-12-311-0/+1
* remoteproc: qcom_q6v5_pas: disable wakeup on probe fail or removeLuca Weiss2022-12-311-0/+2
* remoteproc: qcom: q6v5: Fix potential null-ptr-deref in q6v5_wcss_init_mmio()Shang XiaoJing2022-12-311-0/+3
* remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev()Gaosheng Cui2022-12-311-1/+4
* remoteproc: sysmon: Wait for SSCTL service to come upSibi Sankar2022-08-171-0/+10
* remoteproc: qcom: pas: Check if coredump is enabledSiddharth Gupta2022-08-171-0/+3
* remoteproc: qcom: wcnss: Fix handling of IRQsSireesh Kodali2022-08-171-2/+8
* remoteproc: imx_rproc: Fix refcount leak in imx_rproc_addr_initMiaoqian Lin2022-08-171-3/+4
* remoteproc: k3-r5: Fix refcount leak in k3_r5_cluster_of_initMiaoqian Lin2022-08-171-0/+2
* remoteproc: imx_rproc: Ignore create mem entry for resource tablePeng Fan2022-06-141-0/+3
* remoteproc: qcom_q6v5_mss: Fix some leaks in q6v5_alloc_memory_regionMiaoqian Lin2022-04-081-4/+7
* remoteproc: qcom_wcnss: Add missing of_node_put() in wcnss_alloc_memory_regionMiaoqian Lin2022-04-081-0/+1
* remoteproc: qcom: Fix missing of_node_put in adsp_alloc_memory_regionMiaoqian Lin2022-04-081-0/+1
* remoteproc: Fix count check in rproc_coredump_write()Alistair Delva2022-04-081-1/+1
* remoteproc: imx_rproc: Fix a resource leak in the remove functionChristophe JAILLET2022-01-271-0/+1
* remoteproc: qcom: pas: Add missing power-domain "mxc" for CDSPSibi Sankar2022-01-201-0/+1
* remoteproc: qcom: pil_info: Don't memcpy_toio more than is providedStephen Boyd2022-01-201-1/+1
* remoteproc: imx_rproc: Fix rsc-table nameDong Aisheng2021-11-181-1/+1
* remoteproc: imx_rproc: Fix ignoring mapping vdev regionsDong Aisheng2021-11-181-2/+2
* remoteproc: Fix the wrong default value of is_iomemDong Aisheng2021-11-182-2/+2
* remoteproc: elf_loader: Fix loading segment when is_iomem truePeng Fan2021-11-181-1/+1
* remoteproc: Fix a memory leak in an error handling path in 'rproc_handle_vdev()'Christophe JAILLET2021-11-181-3/+5
* remoteproc: imx_rproc: Fix TCM io memory typeDong Aisheng2021-11-181-14/+21
* remoteproc: q6v5_pas: Add sdm660 ADSP PIL compatibleKonrad Dybcio2021-08-041-0/+1
* remoteproc: use freezable workqueue for crash notificationsAlex Elder2021-07-281-2/+2
* remoteproc: fix an typo in fw_elf_get_class code commentsDong Aisheng2021-07-281-1/+1
* remoteproc: qcom: wcnss: Fix race with iris probeBjorn Andersson2021-07-283-84/+89
* Merge tag 'rproc-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Linus Torvalds2021-07-0712-106/+395
|\
| * remoteproc: qcom: pas: Add SC8180X adsp, cdsp and mpssBjorn Andersson2021-06-251-0/+22
| * remoteproc: imx_rproc: support i.MX8ULPPeng Fan2021-06-231-0/+13
| * remoteproc: stm32: fix mbox_send_message callArnaud Pouliquen2021-06-231-9/+5
| * remoteproc: core: Cleanup device in case of failureSiddharth Gupta2021-06-231-3/+12
| * remoteproc: core: Fix cdev remove and rproc delSiddharth Gupta2021-06-232-2/+2
| * remoteproc: core: Move validate before device addSiddharth Gupta2021-06-231-4/+4
| * remoteproc: core: Move cdev add before device addSiddharth Gupta2021-06-231-5/+5
| * remoteproc: pru: Add support for various PRU cores on K3 AM64x SoCsSuman Anna2021-06-231-0/+3
| * remoteproc: qcom_wcnss: Use devm_qcom_smem_state_get()Stephan Gerhold2021-06-231-3/+2
| * remoteproc: qcom_q6v5: Use devm_qcom_smem_state_get() to fix missing put()Stephan Gerhold2021-06-231-1/+1
| * remoteproc: imx-rproc: Fix IMX_REMOTEPROC configurationPeng Fan2021-06-101-0/+1
| * remoteproc: imx_rproc: support i.MX8MN/PPeng Fan2021-06-011-7/+80
| * remoteproc: imx_rproc: support i.MX7ULPPeng Fan2021-06-011-11/+38
| * remoteproc: imx_rproc: make clk optionalPeng Fan2021-06-011-15/+31
| * remoteproc: imx_rproc: initial support for mutilple start/stop methodPeng Fan2021-06-011-0/+13
| * remoteproc: imx_rproc: parse fsl,auto-bootPeng Fan2021-06-011-0/+3
| * remoteproc: k3-r5: Fix an error messageChristophe JAILLET2021-05-271-1/+1