summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: Remove vdev_to_rvdev and vdev_to_rproc from remoteproc APIArnaud Pouliquen2021-10-151-0/+12
* remoteproc: omap_remoteproc: simplify getting .driver_dataWolfram Sang2021-10-151-4/+2
* remoteproc: qcom_q6v5_mss: Use devm_platform_ioremap_resource_byname() to sim...zhaoxiao2021-10-151-5/+2
* remoteproc: Fix a memory leak in an error handling path in 'rproc_handle_vdev()'Christophe JAILLET2021-10-151-3/+5
* remoteproc: Fix spelling mistake "atleast" -> "at least"Colin Ian King2021-10-152-2/+2
* remoteproc: imx_dsp_rproc: mark PM functions as __maybe_unusedArnd Bergmann2021-10-141-2/+2
* remoteproc: imx_dsp_rproc: Correct the comment style of copyrightShengjiu Wang2021-10-131-1/+1
* remoteproc: imx_dsp_rproc: Add remoteproc driver for DSP on i.MXShengjiu Wang2021-10-123-0/+1218
* remoteproc: imx_rproc: Add IMX_RPROC_SCU_API methodShengjiu Wang2021-10-121-0/+2
* remoteproc: imx_rproc: Move common structure to header fileShengjiu Wang2021-10-122-27/+38
* remoteproc: meson-mx-ao-arc: fix a bit testDan Carpenter2021-10-041-1/+1
* remoteproc: mss: q6v5-mss: Add modem support on SC7280Sibi Sankar2021-09-271-4/+249
* remoteproc: qcom: pas: Add SC7280 Modem supportSibi Sankar2021-09-271-0/+1
* remoteproc: qcom: pas: Use the same init resources for MSM8996 and MSM8998Yassine Oudjana2021-09-271-19/+8
* remoteproc: mediatek: Support mt8195 scpTinghan Shen2021-09-272-5/+44
* remoteproc: meson-mx-ao-arc: Add a driver for the AO ARC remote procesorMartin Blumenstingl2021-09-273-0/+273
* remoteproc: imx_rproc: Change to ioremap_wc for dramDong Aisheng2021-09-271-1/+1
* remoteproc: imx_rproc: Fix rsc-table nameDong Aisheng2021-09-271-1/+1
* remoteproc: imx_rproc: Fix ignoring mapping vdev regionsDong Aisheng2021-09-271-2/+2
* remoteproc: imx_rproc: Fix TCM io memory typeDong Aisheng2021-09-271-14/+21
* remoteproc: Fix the wrong default value of is_iomemDong Aisheng2021-09-272-2/+2
* remoteproc: elf_loader: Fix loading segment when is_iomem truePeng Fan2021-09-271-1/+1
* remoteproc: qcom: q6v5: Use qmp_send to update co-processor load stateSibi Sankar2021-09-276-110/+123
* remoteproc: qcom: Loosen dependency on RPMSG_QCOM_SMDStephen Boyd2021-09-131-5/+5
* remoteproc: qcom: wcnss: Drop unused smd includeStephen Boyd2021-09-131-1/+0
* 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
| * remoteproc: stm32: fix phys_addr_t format stringArnd Bergmann2021-05-271-1/+1
| * remoteproc: k3-r5: Extend support to R5F clusters on AM64x SoCsSuman Anna2021-05-271-29/+120
| * remoteproc: Fix various kernel-doc warningsSuman Anna2021-05-273-20/+42