summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * remoteproc: Add kernel-doc comment for is_iomemSuman Anna2021-05-271-0/+1
* | Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-07-051-1/+1
|\ \
| * | firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo2021-05-131-1/+1
| |/
* / kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
|/
* Merge tag 'rproc-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Linus Torvalds2021-05-0424-253/+1426
|\
| * remoteproc: stm32: add capability to detachArnaud Pouliquen2021-04-141-2/+37
| * remoteproc: imx_rproc: support remote cores booted before Linux KernelPeng Fan2021-04-131-0/+45
| * remoteproc: imx_rproc: move memory parsing to rproc_opsPeng Fan2021-04-131-5/+3
| * remoteproc: imx_rproc: enlarge IMX7D_RPROC_MEM_MAXPeng Fan2021-04-131-5/+5
| * remoteproc: imx_rproc: add missing of_node_putPeng Fan2021-04-131-0/+2
| * remoteproc: imx_rproc: fix build error without CONFIG_MAILBOXWei Yongjun2021-04-131-0/+1
| * remoteproc: qcom: wcss: Remove unnecessary PTR_ERR()Junlin Yang2021-04-131-8/+8
| * remoteproc: qcom: wcss: Fix wrong pointer passed to PTR_ERR()Wei Yongjun2021-04-131-1/+1
| * remoteproc: qcom: pas: Add modem support for SDX55Manivannan Sadhasivam2021-04-131-0/+17
| * remoteproc: qcom: wcss: Fix return value check in q6v5_wcss_init_mmio()Wei Yongjun2021-04-131-2/+2
| * remoteproc: pru: Fix and cleanup firmware interrupt mapping logicSuman Anna2021-04-131-5/+17
| * remoteproc: pru: Fix wrong success return value for fw eventsSuman Anna2021-04-131-2/+4
| * remoteproc: pru: Fixup interrupt-parent logic for fw eventsSuman Anna2021-04-131-3/+12
| * remoteproc: qcom: wcnss: Allow specifying firmware-nameBjorn Andersson2021-03-181-1/+7
| * remoteproc: qcom: wcss: explicitly request exclusive reset controlGovind Singh2021-03-181-3/+3
| * remoteproc: qcom: wcss: Add non pas wcss Q6 support for QCS404Govind Singh2021-03-181-38/+528
| * remoteproc: qcom: wcss: populate hardcoded param using driver dataGovind Singh2021-03-181-5/+24
| * remoteproc: Refactor function rproc_cdev_release()Mathieu Poirier2021-03-181-2/+8
| * remoteproc: Properly deal with a detach request when attachedMathieu Poirier2021-03-182-0/+10
| * remoteproc: Properly deal with a stop request when attachedMathieu Poirier2021-03-183-2/+8