aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-17remoteproc: stm32: Remove memory translation from DT parsingMathieu Poirier1-1/+5
2020-07-17remoteproc: stm32: Decouple rproc from DT parsingMathieu Poirier1-11/+12
2020-07-17remoteproc: stm32: Request IRQ with platform deviceMathieu Poirier1-2/+3
2020-07-17remoteproc: stm32: Decouple rproc from memory translationMathieu Poirier1-4/+4
2020-07-16remoteproc: Properly handle firmware name when attachingMathieu Poirier2-2/+32
2020-07-16remoteproc: Refactor function rproc_free_vring()Mathieu Poirier1-4/+16
2020-07-16remoteproc: Refactor function rproc_trigger_auto_boot()Mathieu Poirier1-0/+9
2020-07-16remoteproc: Refactor function rproc_boot()Mathieu Poirier1-11/+17
2020-07-16remoteproc: Introducing function rproc_validate()Mathieu Poirier1-0/+41
2020-07-16remoteproc: Introducing function rproc_actuate()Mathieu Poirier1-1/+58
2020-07-16remoteproc: Introducing function rproc_attach()Mathieu Poirier1-0/+42
2020-07-16remoteproc: Add new attach() remoteproc operationMathieu Poirier1-0/+8
2020-07-16remoteproc: Add new RPROC_DETACHED stateMathieu Poirier1-0/+1
2020-07-16remoteproc: qcom_q6v5_mss: Monitor MSS_STATUS for boot completionSibi Sankar1-6/+6
2020-07-16remoteproc: qcom: pil-info: Fix shift overflowBjorn Andersson1-1/+1
2020-07-15remoteproc: qcom_sysmon: Solve function header bitrot issuesLee Jones1-2/+2
2020-07-15remoteproc: remoteproc_core: Use 'gnu_printf' format notationLee Jones1-0/+3
2020-07-13remoteproc: qcom: Add missing slab.hKefeng Wang1-0/+1
2020-07-08remoteproc: qcom: Add notification types to SSRRishabh Bhatnagar1-1/+43
2020-07-08remoteproc: qcom: Add per subsystem SSR notificationRishabh Bhatnagar2-15/+80
2020-07-01remoteproc: qcom: Update PIL relocation info on loadBjorn Andersson6-12/+55
2020-07-01remoteproc: qcom: Introduce helper to store pil info in IMEMBjorn Andersson4-0/+142
2020-07-01Revert "remoteproc: Add support for runtime PM"Mathieu Poirier1-16/+1
2020-07-01remoteproc: ingenic: Move clock handling to prepare/unprepare callbacksMathieu Poirier1-58/+26
2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu1-0/+1
2020-06-08Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteprocLinus Torvalds20-240/+777
2020-05-20remoteproc: Fix an error code in devm_rproc_alloc()Dan Carpenter1-1/+1
2020-05-18remoteproc: ingenic: Added remoteproc driverPaul Cercueil3-0/+290
2020-05-18remoteproc: Add support for runtime PMPaul Cercueil1-1/+16
2020-05-14remoteproc: wcss: Fix arguments passed to qcom_add_glink_subdev()Bjorn Andersson1-1/+1
2020-05-12remoteproc: Fix and restore the parenting hierarchy for vdevSuman Anna1-1/+1
2020-05-12remoteproc: Fall back to using parent memory pool if no dedicated availableTero Kristo1-0/+12
2020-05-12remoteproc: wcss: add support for rpmsg communicationSivaprakash Murugesan1-0/+6
2020-05-12remoteproc: core: Prevent system suspend during remoteproc recoveryRishabh Bhatnagar2-0/+7
2020-05-12remoteproc: qcom_q6v5_mss: Remove unused q6v5_da_to_va functionSibi Sankar1-14/+0
2020-05-12remoteproc: qcom_q6v5_mss: map/unmap mpss segments before/after useSibi Sankar1-11/+20
2020-05-12remoteproc: qcom_q6v5_mss: Drop accesses to MPSS PERPH register spaceSibi Sankar1-84/+18
2020-05-12remoteproc: qcom: pas: Add SM8250 PAS remoteprocsBjorn Andersson1-0/+62
2020-05-11remoteproc: qcom_q6v5_mss: Extract mba/mpss from memory-regionSibi Sankar1-3/+18
2020-05-11remoteproc: qcom: pas: Add SC7180 Modem supportSibi Sankar1-0/+1
2020-05-11remoteproc/mediatek: fix invalid use of sizeof in scp_ipi_init()Wei Yongjun1-2/+2
2020-05-07soc: qcom: glink_ssr: Internalize ssr_notifiersBjorn Andersson1-0/+8
2020-05-07remoteproc: qcom: Pass ssr_name to glink subdeviceBjorn Andersson5-5/+15
2020-04-23Merge tag 'rproc-v5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteprocLinus Torvalds3-17/+24
2020-04-22remoteproc: Add missing '\n' in log messagesChristophe JAILLET1-2/+1
2020-04-22remoteproc: Add prepare and unprepare opsLoic Pallardy2-1/+30
2020-04-22remoteproc: remove rproc_elf32_sanity_checkClement Leger6-27/+4
2020-04-20remoteproc: Add device-managed variants of rproc_alloc/rproc_addPaul Cercueil1-0/+67
2020-04-20remoteproc: Use a local copy for the name fieldSuman Anna1-1/+5
2020-04-20remoteproc: Get rid of tedious error pathMathieu Poirier1-12/+9