aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-18remoteproc: Properly deal with a start request when attachedMathieu Poirier2-2/+4
2021-03-18remoteproc: Properly deal with a kernel panic when attachedMathieu Poirier1-1/+5
2021-03-18remoteproc: Properly deal with the resource table when stoppingMathieu Poirier1-1/+47
2021-03-18remoteproc: Properly deal with the resource table when detachingMathieu Poirier1-0/+81
2021-03-18remoteproc: Introduce function rproc_detach()Mathieu Poirier1-1/+57
2021-03-18remoteproc: Introduce function __rproc_detach()Mathieu Poirier1-0/+30
2021-03-18remoteproc: stm32: Move memory parsing to rproc_opsArnaud POULIQUEN2-23/+18
2021-03-18remoteproc: stm32: Move resource table setup to rproc_opsMathieu Poirier1-73/+68
2021-03-18remoteproc: Add new get_loaded_rsc_table() to rproc_opsMathieu Poirier2-0/+42
2021-03-18remoteproc: Properly represent the attached stateMathieu Poirier2-23/+2
2021-03-18remoteproc: Add new RPROC_ATTACHED stateMathieu Poirier1-0/+1
2021-03-18remoteproc: Rename function rproc_actuate()Mathieu Poirier1-4/+4
2021-03-18remoteproc: Remove useless check in rproc_del()Mathieu Poirier1-3/+1
2021-03-18remoteproc: qcom_q6v5_mss: Validate p_filesz in ELF loaderBjorn Andersson1-0/+18
2021-03-18remoteproc: qcom_q6v5_mss: Provide errors for firmware-name parsingBjorn Andersson1-2/+6
2021-03-17remoteproc: pru: Fix firmware loading crashes on K3 SoCsSuman Anna1-1/+1
2021-03-12remoteproc: imx_rproc: fix return value check in imx_rproc_addr_init()Wei Yongjun1-3/+2
2021-03-11remoteproc: imx_proc: enable virtio/mailboxPeng Fan1-3/+113
2021-03-11remoteproc: imx_rproc: ignore mapping vdev regionsPeng Fan1-0/+3
2021-03-11remoteproc: imx_rproc: support i.MX8MQ/MPeng Fan2-4/+43
2021-03-11remoteproc: imx_rproc: add i.MX specific parse fw hookPeng Fan1-0/+93
2021-03-11remoteproc: imx_rproc: use devm_ioremapPeng Fan1-1/+2
2021-03-11remoteproc: imx_rproc: correct err messagePeng Fan1-2/+2
2021-03-11remoteproc: add is_iomem to da_to_vaPeng Fan19-28/+44
2021-03-11remoteproc: core: Remove casting to rproc_handle_resource_tJindong Yue1-13/+16
2021-03-11remoteproc: pru: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEYang Li1-2/+2
2021-03-08remoteproc: sysfs: Use sysfs_emit instead of sprintfRaghavendra Rao Ananta1-2/+2
2021-03-08remoteproc: pru: Fix loading of GNU Binutils ELFDimitar Dimitrov1-0/+18
2021-03-08remoteproc: qcom: pil_info: avoid 64-bit divisionArnd Bergmann1-1/+1