aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-04remoteproc: q6v5_pas: Add sdm660 ADSP PIL compatibleKonrad Dybcio1-0/+1
2021-07-28remoteproc: use freezable workqueue for crash notificationsAlex Elder1-2/+2
2021-07-28remoteproc: fix an typo in fw_elf_get_class code commentsDong Aisheng1-1/+1
2021-07-28remoteproc: qcom: wcnss: Fix race with iris probeBjorn Andersson3-84/+89
2021-07-07Merge tag 'rproc-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteprocLinus Torvalds12-106/+395
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-25remoteproc: qcom: pas: Add SC8180X adsp, cdsp and mpssBjorn Andersson1-0/+22
2021-06-23remoteproc: imx_rproc: support i.MX8ULPPeng Fan1-0/+13
2021-06-23remoteproc: stm32: fix mbox_send_message callArnaud Pouliquen1-9/+5
2021-06-23remoteproc: core: Cleanup device in case of failureSiddharth Gupta1-3/+12
2021-06-23remoteproc: core: Fix cdev remove and rproc delSiddharth Gupta2-2/+2
2021-06-23remoteproc: core: Move validate before device addSiddharth Gupta1-4/+4
2021-06-23remoteproc: core: Move cdev add before device addSiddharth Gupta1-5/+5
2021-06-23remoteproc: pru: Add support for various PRU cores on K3 AM64x SoCsSuman Anna1-0/+3
2021-06-23remoteproc: qcom_wcnss: Use devm_qcom_smem_state_get()Stephan Gerhold1-3/+2
2021-06-23remoteproc: qcom_q6v5: Use devm_qcom_smem_state_get() to fix missing put()Stephan Gerhold1-1/+1
2021-06-10remoteproc: imx-rproc: Fix IMX_REMOTEPROC configurationPeng Fan1-0/+1
2021-06-01remoteproc: imx_rproc: support i.MX8MN/PPeng Fan1-7/+80
2021-06-01remoteproc: imx_rproc: support i.MX7ULPPeng Fan1-11/+38
2021-06-01remoteproc: imx_rproc: make clk optionalPeng Fan1-15/+31
2021-06-01remoteproc: imx_rproc: initial support for mutilple start/stop methodPeng Fan1-0/+13
2021-06-01remoteproc: imx_rproc: parse fsl,auto-bootPeng Fan1-0/+3
2021-05-27remoteproc: k3-r5: Fix an error messageChristophe JAILLET1-1/+1
2021-05-27remoteproc: stm32: fix phys_addr_t format stringArnd Bergmann1-1/+1
2021-05-27remoteproc: k3-r5: Extend support to R5F clusters on AM64x SoCsSuman Anna1-29/+120
2021-05-27remoteproc: Fix various kernel-doc warningsSuman Anna3-20/+42
2021-05-27remoteproc: Add kernel-doc comment for is_iomemSuman Anna1-0/+1
2021-05-13firmware: replace HOTPLUG with UEVENT in FW_ACTION definesShawn Guo1-1/+1
2021-05-04Merge tag 'rproc-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteprocLinus Torvalds24-253/+1426
2021-04-14remoteproc: stm32: add capability to detachArnaud Pouliquen1-2/+37
2021-04-13remoteproc: imx_rproc: support remote cores booted before Linux KernelPeng Fan1-0/+45
2021-04-13remoteproc: imx_rproc: move memory parsing to rproc_opsPeng Fan1-5/+3
2021-04-13remoteproc: imx_rproc: enlarge IMX7D_RPROC_MEM_MAXPeng Fan1-5/+5
2021-04-13remoteproc: imx_rproc: add missing of_node_putPeng Fan1-0/+2
2021-04-13remoteproc: imx_rproc: fix build error without CONFIG_MAILBOXWei Yongjun1-0/+1
2021-04-13remoteproc: qcom: wcss: Remove unnecessary PTR_ERR()Junlin Yang1-8/+8
2021-04-13remoteproc: qcom: wcss: Fix wrong pointer passed to PTR_ERR()Wei Yongjun1-1/+1
2021-04-13remoteproc: qcom: pas: Add modem support for SDX55Manivannan Sadhasivam1-0/+17
2021-04-13remoteproc: qcom: wcss: Fix return value check in q6v5_wcss_init_mmio()Wei Yongjun1-2/+2
2021-04-13remoteproc: pru: Fix and cleanup firmware interrupt mapping logicSuman Anna1-5/+17
2021-04-13remoteproc: pru: Fix wrong success return value for fw eventsSuman Anna1-2/+4
2021-04-13remoteproc: pru: Fixup interrupt-parent logic for fw eventsSuman Anna1-3/+12
2021-03-18remoteproc: qcom: wcnss: Allow specifying firmware-nameBjorn Andersson1-1/+7
2021-03-18remoteproc: qcom: wcss: explicitly request exclusive reset controlGovind Singh1-3/+3
2021-03-18remoteproc: qcom: wcss: Add non pas wcss Q6 support for QCS404Govind Singh1-38/+528
2021-03-18remoteproc: qcom: wcss: populate hardcoded param using driver dataGovind Singh1-5/+24
2021-03-18remoteproc: Refactor function rproc_cdev_release()Mathieu Poirier1-2/+8
2021-03-18remoteproc: Properly deal with a detach request when attachedMathieu Poirier2-0/+10
2021-03-18remoteproc: Properly deal with a stop request when attachedMathieu Poirier3-2/+8