summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
...
| * remoteproc: Properly handle firmware name when attachingMathieu Poirier2020-07-162-2/+32
| * remoteproc: Refactor function rproc_free_vring()Mathieu Poirier2020-07-161-4/+16
| * remoteproc: Refactor function rproc_trigger_auto_boot()Mathieu Poirier2020-07-161-0/+9
| * remoteproc: Refactor function rproc_boot()Mathieu Poirier2020-07-161-11/+17
| * remoteproc: Introducing function rproc_validate()Mathieu Poirier2020-07-161-0/+41
| * remoteproc: Introducing function rproc_actuate()Mathieu Poirier2020-07-161-1/+58
| * remoteproc: Introducing function rproc_attach()Mathieu Poirier2020-07-161-0/+42
| * remoteproc: Add new attach() remoteproc operationMathieu Poirier2020-07-161-0/+8
| * remoteproc: Add new RPROC_DETACHED stateMathieu Poirier2020-07-161-0/+1
| * remoteproc: qcom_q6v5_mss: Monitor MSS_STATUS for boot completionSibi Sankar2020-07-161-6/+6
| * remoteproc: qcom: pil-info: Fix shift overflowBjorn Andersson2020-07-161-1/+1
| * remoteproc: qcom_sysmon: Solve function header bitrot issuesLee Jones2020-07-151-2/+2
| * remoteproc: remoteproc_core: Use 'gnu_printf' format notationLee Jones2020-07-151-0/+3
| * remoteproc: qcom: Add missing slab.hKefeng Wang2020-07-131-0/+1
| * remoteproc: qcom: Add notification types to SSRRishabh Bhatnagar2020-07-081-1/+43
| * remoteproc: qcom: Add per subsystem SSR notificationRishabh Bhatnagar2020-07-082-15/+80
| * remoteproc: qcom: Update PIL relocation info on loadBjorn Andersson2020-07-016-12/+55
| * remoteproc: qcom: Introduce helper to store pil info in IMEMBjorn Andersson2020-07-014-0/+142
| * Revert "remoteproc: Add support for runtime PM"Mathieu Poirier2020-07-011-16/+1
| * remoteproc: ingenic: Move clock handling to prepare/unprepare callbacksMathieu Poirier2020-07-011-58/+26
* | iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu2020-06-301-0/+1
|/
* Merge tag 'rproc-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds2020-06-0820-240/+777
|\
| * remoteproc: Fix an error code in devm_rproc_alloc()Dan Carpenter2020-05-201-1/+1
| * remoteproc: ingenic: Added remoteproc driverPaul Cercueil2020-05-183-0/+290
| * remoteproc: Add support for runtime PMPaul Cercueil2020-05-181-1/+16
| * remoteproc: wcss: Fix arguments passed to qcom_add_glink_subdev()Bjorn Andersson2020-05-141-1/+1
| * remoteproc: Fix and restore the parenting hierarchy for vdevSuman Anna2020-05-121-1/+1
| * remoteproc: Fall back to using parent memory pool if no dedicated availableTero Kristo2020-05-121-0/+12
| * remoteproc: wcss: add support for rpmsg communicationSivaprakash Murugesan2020-05-121-0/+6
| * remoteproc: core: Prevent system suspend during remoteproc recoveryRishabh Bhatnagar2020-05-122-0/+7
| * remoteproc: qcom_q6v5_mss: Remove unused q6v5_da_to_va functionSibi Sankar2020-05-121-14/+0
| * remoteproc: qcom_q6v5_mss: map/unmap mpss segments before/after useSibi Sankar2020-05-121-11/+20
| * remoteproc: qcom_q6v5_mss: Drop accesses to MPSS PERPH register spaceSibi Sankar2020-05-121-84/+18
| * remoteproc: qcom: pas: Add SM8250 PAS remoteprocsBjorn Andersson2020-05-121-0/+62
| * remoteproc: qcom_q6v5_mss: Extract mba/mpss from memory-regionSibi Sankar2020-05-111-3/+18
| * remoteproc: qcom: pas: Add SC7180 Modem supportSibi Sankar2020-05-111-0/+1
| * remoteproc/mediatek: fix invalid use of sizeof in scp_ipi_init()Wei Yongjun2020-05-111-2/+2
| * soc: qcom: glink_ssr: Internalize ssr_notifiersBjorn Andersson2020-05-071-0/+8
| * remoteproc: qcom: Pass ssr_name to glink subdeviceBjorn Andersson2020-05-075-5/+15
| * remoteproc: Add missing '\n' in log messagesChristophe JAILLET2020-04-221-2/+1
| * remoteproc: Add prepare and unprepare opsLoic Pallardy2020-04-222-1/+30
| * remoteproc: remove rproc_elf32_sanity_checkClement Leger2020-04-226-27/+4
| * remoteproc: Add device-managed variants of rproc_alloc/rproc_addPaul Cercueil2020-04-201-0/+67
| * remoteproc: Use a local copy for the name fieldSuman Anna2020-04-201-1/+5
| * remoteproc: Get rid of tedious error pathMathieu Poirier2020-04-201-12/+9
| * remoteproc: Split rproc_ops allocation from rproc_alloc()Mathieu Poirier2020-04-201-12/+21
| * remoteproc: Restructure firmware name allocationMathieu Poirier2020-04-201-7/+7
| * remoteproc: Use kstrdup_const() rather than kstrdup()Mathieu Poirier2020-04-201-4/+4
| * remoteproc: sysmon: Inform current rproc about all active rprocsSiddharth Gupta2020-04-201-0/+25
| * remoteproc: sysmon: Add notifications for eventsSiddharth Gupta2020-04-201-0/+37