summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * remoteproc: Properly deal with a start request when attachedMathieu Poirier2021-03-182-2/+4
| * remoteproc: Properly deal with a kernel panic when attachedMathieu Poirier2021-03-181-1/+5
| * remoteproc: Properly deal with the resource table when stoppingMathieu Poirier2021-03-181-1/+47
| * remoteproc: Properly deal with the resource table when detachingMathieu Poirier2021-03-181-0/+81
| * remoteproc: Introduce function rproc_detach()Mathieu Poirier2021-03-181-1/+57
| * remoteproc: Introduce function __rproc_detach()Mathieu Poirier2021-03-181-0/+30
| * remoteproc: stm32: Move memory parsing to rproc_opsArnaud POULIQUEN2021-03-182-23/+18
| * remoteproc: stm32: Move resource table setup to rproc_opsMathieu Poirier2021-03-181-73/+68
| * remoteproc: Add new get_loaded_rsc_table() to rproc_opsMathieu Poirier2021-03-182-0/+42
| * remoteproc: Properly represent the attached stateMathieu Poirier2021-03-182-23/+2
| * remoteproc: Add new RPROC_ATTACHED stateMathieu Poirier2021-03-181-0/+1
| * remoteproc: Rename function rproc_actuate()Mathieu Poirier2021-03-181-4/+4
| * remoteproc: Remove useless check in rproc_del()Mathieu Poirier2021-03-181-3/+1
| * remoteproc: qcom_q6v5_mss: Validate p_filesz in ELF loaderBjorn Andersson2021-03-181-0/+18
| * remoteproc: qcom_q6v5_mss: Provide errors for firmware-name parsingBjorn Andersson2021-03-181-2/+6
| * remoteproc: imx_rproc: fix return value check in imx_rproc_addr_init()Wei Yongjun2021-03-121-3/+2
| * remoteproc: imx_proc: enable virtio/mailboxPeng Fan2021-03-111-3/+113
| * remoteproc: imx_rproc: ignore mapping vdev regionsPeng Fan2021-03-111-0/+3
| * remoteproc: imx_rproc: support i.MX8MQ/MPeng Fan2021-03-112-4/+43
| * remoteproc: imx_rproc: add i.MX specific parse fw hookPeng Fan2021-03-111-0/+93
| * remoteproc: imx_rproc: use devm_ioremapPeng Fan2021-03-111-1/+2
| * remoteproc: imx_rproc: correct err messagePeng Fan2021-03-111-2/+2
| * remoteproc: add is_iomem to da_to_vaPeng Fan2021-03-1119-28/+44
| * remoteproc: core: Remove casting to rproc_handle_resource_tJindong Yue2021-03-111-13/+16
| * remoteproc: pru: Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTEYang Li2021-03-111-2/+2
| * remoteproc: sysfs: Use sysfs_emit instead of sprintfRaghavendra Rao Ananta2021-03-081-2/+2
* | remoteproc: pru: Fix firmware loading crashes on K3 SoCsSuman Anna2021-03-171-1/+1
* | remoteproc: pru: Fix loading of GNU Binutils ELFDimitar Dimitrov2021-03-081-0/+18
* | remoteproc: qcom: pil_info: avoid 64-bit divisionArnd Bergmann2021-03-081-1/+1
|/