summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorLines
2021-10-15remoteproc: Remove vdev_to_rvdev and vdev_to_rproc from remoteproc APIArnaud Pouliquen-0/+12
2021-10-15remoteproc: omap_remoteproc: simplify getting .driver_dataWolfram Sang-4/+2
2021-10-15remoteproc: qcom_q6v5_mss: Use devm_platform_ioremap_resource_byname() to sim...zhaoxiao-5/+2
2021-10-15remoteproc: Fix a memory leak in an error handling path in 'rproc_handle_vdev()'Christophe JAILLET-3/+5
2021-10-15remoteproc: Fix spelling mistake "atleast" -> "at least"Colin Ian King-2/+2
2021-10-14remoteproc: imx_dsp_rproc: mark PM functions as __maybe_unusedArnd Bergmann-2/+2
2021-10-13remoteproc: imx_dsp_rproc: Correct the comment style of copyrightShengjiu Wang-1/+1
2021-10-12remoteproc: imx_dsp_rproc: Add remoteproc driver for DSP on i.MXShengjiu Wang-0/+1218
2021-10-12remoteproc: imx_rproc: Add IMX_RPROC_SCU_API methodShengjiu Wang-0/+2
2021-10-12remoteproc: imx_rproc: Move common structure to header fileShengjiu Wang-27/+38
2021-10-04remoteproc: meson-mx-ao-arc: fix a bit testDan Carpenter-1/+1
2021-09-27remoteproc: mss: q6v5-mss: Add modem support on SC7280Sibi Sankar-4/+249
2021-09-27remoteproc: qcom: pas: Add SC7280 Modem supportSibi Sankar-0/+1
2021-09-27remoteproc: qcom: pas: Use the same init resources for MSM8996 and MSM8998Yassine Oudjana-19/+8
2021-09-27remoteproc: mediatek: Support mt8195 scpTinghan Shen-5/+44
2021-09-27remoteproc: meson-mx-ao-arc: Add a driver for the AO ARC remote procesorMartin Blumenstingl-0/+273
2021-09-27remoteproc: imx_rproc: Change to ioremap_wc for dramDong Aisheng-1/+1
2021-09-27remoteproc: imx_rproc: Fix rsc-table nameDong Aisheng-1/+1
2021-09-27remoteproc: imx_rproc: Fix ignoring mapping vdev regionsDong Aisheng-2/+2
2021-09-27remoteproc: imx_rproc: Fix TCM io memory typeDong Aisheng-14/+21
2021-09-27remoteproc: Fix the wrong default value of is_iomemDong Aisheng-2/+2
2021-09-27remoteproc: elf_loader: Fix loading segment when is_iomem truePeng Fan-1/+1
2021-09-27remoteproc: qcom: q6v5: Use qmp_send to update co-processor load stateSibi Sankar-110/+123
2021-09-13remoteproc: qcom: Loosen dependency on RPMSG_QCOM_SMDStephen Boyd-5/+5
2021-09-13remoteproc: qcom: wcnss: Drop unused smd includeStephen Boyd-1/+0
2021-08-04remoteproc: q6v5_pas: Add sdm660 ADSP PIL compatibleKonrad Dybcio-0/+1
2021-07-28remoteproc: use freezable workqueue for crash notificationsAlex Elder-2/+2
2021-07-28remoteproc: fix an typo in fw_elf_get_class code commentsDong Aisheng-1/+1
2021-07-28remoteproc: qcom: wcnss: Fix race with iris probeBjorn Andersson-84/+89
2021-07-07Merge tag 'rproc-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Linus Torvalds-106/+395
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko-0/+1
2021-06-25remoteproc: qcom: pas: Add SC8180X adsp, cdsp and mpssBjorn Andersson-0/+22
2021-06-23remoteproc: imx_rproc: support i.MX8ULPPeng Fan-0/+13
2021-06-23remoteproc: stm32: fix mbox_send_message callArnaud Pouliquen-9/+5
2021-06-23remoteproc: core: Cleanup device in case of failureSiddharth Gupta-3/+12
2021-06-23remoteproc: core: Fix cdev remove and rproc delSiddharth Gupta-2/+2
2021-06-23remoteproc: core: Move validate before device addSiddharth Gupta-4/+4
2021-06-23remoteproc: core: Move cdev add before device addSiddharth Gupta-5/+5
2021-06-23remoteproc: pru: Add support for various PRU cores on K3 AM64x SoCsSuman Anna-0/+3
2021-06-23remoteproc: qcom_wcnss: Use devm_qcom_smem_state_get()Stephan Gerhold-3/+2
2021-06-23remoteproc: qcom_q6v5: Use devm_qcom_smem_state_get() to fix missing put()Stephan Gerhold-1/+1
2021-06-10remoteproc: imx-rproc: Fix IMX_REMOTEPROC configurationPeng Fan-0/+1
2021-06-01remoteproc: imx_rproc: support i.MX8MN/PPeng Fan-7/+80
2021-06-01remoteproc: imx_rproc: support i.MX7ULPPeng Fan-11/+38
2021-06-01remoteproc: imx_rproc: make clk optionalPeng Fan-15/+31
2021-06-01remoteproc: imx_rproc: initial support for mutilple start/stop methodPeng Fan-0/+13
2021-06-01remoteproc: imx_rproc: parse fsl,auto-bootPeng Fan-0/+3
2021-05-27remoteproc: k3-r5: Fix an error messageChristophe JAILLET-1/+1
2021-05-27remoteproc: stm32: fix phys_addr_t format stringArnd Bergmann-1/+1