aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2021-07-07Merge tag 'rproc-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Gravatar Linus Torvalds 12-106/+395
2021-07-05Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2021-07-01kernel.h: split out panic and oops helpersGravatar Andy Shevchenko 1-0/+1
2021-06-25remoteproc: qcom: pas: Add SC8180X adsp, cdsp and mpssGravatar Bjorn Andersson 1-0/+22
2021-06-23remoteproc: imx_rproc: support i.MX8ULPGravatar Peng Fan 1-0/+13
2021-06-23remoteproc: stm32: fix mbox_send_message callGravatar Arnaud Pouliquen 1-9/+5
2021-06-23remoteproc: core: Cleanup device in case of failureGravatar Siddharth Gupta 1-3/+12
2021-06-23remoteproc: core: Fix cdev remove and rproc delGravatar Siddharth Gupta 2-2/+2
2021-06-23remoteproc: core: Move validate before device addGravatar Siddharth Gupta 1-4/+4
2021-06-23remoteproc: core: Move cdev add before device addGravatar Siddharth Gupta 1-5/+5
2021-06-23remoteproc: pru: Add support for various PRU cores on K3 AM64x SoCsGravatar Suman Anna 1-0/+3
2021-06-23remoteproc: qcom_wcnss: Use devm_qcom_smem_state_get()Gravatar Stephan Gerhold 1-3/+2
2021-06-23remoteproc: qcom_q6v5: Use devm_qcom_smem_state_get() to fix missing put()Gravatar Stephan Gerhold 1-1/+1
2021-06-10remoteproc: imx-rproc: Fix IMX_REMOTEPROC configurationGravatar Peng Fan 1-0/+1
2021-06-01remoteproc: imx_rproc: support i.MX8MN/PGravatar Peng Fan 1-7/+80
2021-06-01remoteproc: imx_rproc: support i.MX7ULPGravatar Peng Fan 1-11/+38
2021-06-01remoteproc: imx_rproc: make clk optionalGravatar Peng Fan 1-15/+31
2021-06-01remoteproc: imx_rproc: initial support for mutilple start/stop methodGravatar Peng Fan 1-0/+13
2021-06-01remoteproc: imx_rproc: parse fsl,auto-bootGravatar Peng Fan 1-0/+3
2021-05-27remoteproc: k3-r5: Fix an error messageGravatar Christophe JAILLET 1-1/+1
2021-05-27remoteproc: stm32: fix phys_addr_t format stringGravatar Arnd Bergmann 1-1/+1
2021-05-27remoteproc: k3-r5: Extend support to R5F clusters on AM64x SoCsGravatar Suman Anna 1-29/+120
2021-05-27remoteproc: Fix various kernel-doc warningsGravatar Suman Anna 3-20/+42
2021-05-27remoteproc: Add kernel-doc comment for is_iomemGravatar Suman Anna 1-0/+1
2021-05-13firmware: replace HOTPLUG with UEVENT in FW_ACTION definesGravatar Shawn Guo 1-1/+1
2021-05-04Merge tag 'rproc-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Gravatar Linus Torvalds 24-253/+1426
2021-04-14remoteproc: stm32: add capability to detachGravatar Arnaud Pouliquen 1-2/+37
2021-04-13remoteproc: imx_rproc: support remote cores booted before Linux KernelGravatar Peng Fan 1-0/+45
2021-04-13remoteproc: imx_rproc: move memory parsing to rproc_opsGravatar Peng Fan 1-5/+3
2021-04-13remoteproc: imx_rproc: enlarge IMX7D_RPROC_MEM_MAXGravatar Peng Fan 1-5/+5
2021-04-13remoteproc: imx_rproc: add missing of_node_putGravatar Peng Fan 1-0/+2
2021-04-13remoteproc: imx_rproc: fix build error without CONFIG_MAILBOXGravatar Wei Yongjun 1-0/+1
2021-04-13remoteproc: qcom: wcss: Remove unnecessary PTR_ERR()Gravatar Junlin Yang 1-8/+8
2021-04-13remoteproc: qcom: wcss: Fix wrong pointer passed to PTR_ERR()Gravatar Wei Yongjun 1-1/+1
2021-04-13remoteproc: qcom: pas: Add modem support for SDX55Gravatar Manivannan Sadhasivam 1-0/+17
2021-04-13remoteproc: qcom: wcss: Fix return value check in q6v5_wcss_init_mmio()Gravatar Wei Yongjun 1-2/+2
2021-04-13remoteproc: pru: Fix and cleanup firmware interrupt mapping logicGravatar Suman Anna 1-5/+17
2021-04-13remoteproc: pru: Fix wrong success return value for fw eventsGravatar Suman Anna 1-2/+4
2021-04-13remoteproc: pru: Fixup interrupt-parent logic for fw eventsGravatar Suman Anna 1-3/+12
2021-03-18remoteproc: qcom: wcnss: Allow specifying firmware-nameGravatar Bjorn Andersson 1-1/+7
2021-03-18remoteproc: qcom: wcss: explicitly request exclusive reset controlGravatar Govind Singh 1-3/+3
2021-03-18remoteproc: qcom: wcss: Add non pas wcss Q6 support for QCS404Gravatar Govind Singh 1-38/+528
2021-03-18remoteproc: qcom: wcss: populate hardcoded param using driver dataGravatar Govind Singh 1-5/+24
2021-03-18remoteproc: Refactor function rproc_cdev_release()Gravatar Mathieu Poirier 1-2/+8
2021-03-18remoteproc: Properly deal with a detach request when attachedGravatar Mathieu Poirier 2-0/+10
2021-03-18remoteproc: Properly deal with a stop request when attachedGravatar Mathieu Poirier 3-2/+8
2021-03-18remoteproc: Properly deal with a start request when attachedGravatar Mathieu Poirier 2-2/+4
2021-03-18remoteproc: Properly deal with a kernel panic when attachedGravatar Mathieu Poirier 1-1/+5
2021-03-18remoteproc: Properly deal with the resource table when stoppingGravatar Mathieu Poirier 1-1/+47
2021-03-18remoteproc: Properly deal with the resource table when detachingGravatar Mathieu Poirier 1-0/+81