summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * remoteproc: sysmon: Add ability to send type of notificationSiddharth Gupta2020-04-201-17/+37
| * remoteproc: use rproc_coredump_set_elf_info in driversClement Leger2020-04-195-0/+7
| * remoteproc: add rproc_coredump_set_elf_infoClement Leger2020-04-192-5/+30
| * remoteproc: Simplify default name allocationMathieu Poirier2020-04-191-12/+7
| * remoteproc: Split firmware name allocation from rproc_alloc()Mathieu Poirier2020-04-191-27/+39
| * remoteproc: Fix IDR initialisation in rproc_alloc()Alex Elder2020-04-191-2/+1
| * remoteproc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li2020-04-161-24/+4
* | Merge tag 'rproc-v5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-233-17/+24
|\ \
| * | remoteproc: mtk_scp: use dma_addr_t for DMA APIArnd Bergmann2020-04-162-4/+4
| * | remoteproc: qcom_q6v5_mss: fix q6v5_probe() error pathsAlex Elder2020-04-161-12/+19
| * | remoteproc: qcom_q6v5_mss: fix a bug in q6v5_probe()Alex Elder2020-04-161-1/+1
| |/
* | remoteproc: pull in slab.hMichael S. Tsirkin2020-04-171-0/+1
* | remoteproc: pull in slab.hMichael S. Tsirkin2020-04-171-0/+1
|/
* remoteproc/omap: Fix set_load call in omap_rproc_request_timerNathan Chancellor2020-04-031-1/+1
* Merge tag 'rproc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds2020-04-0223-218/+1745
|\
| * remoteproc/omap: Switch to SPDX license identifiersSuman Anna2020-03-251-26/+1
| * remoteproc/omap: Add watchdog functionality for remote processorsSuman Anna2020-03-252-11/+167
| * remoteproc/omap: Report device exceptions and trigger recoverySuman Anna2020-03-251-1/+5
| * remoteproc/omap: Add support for runtime auto-suspend/resumeSuman Anna2020-03-251-9/+203
| * remoteproc/omap: Add support for system suspend/resumeSuman Anna2020-03-252-2/+207
| * remoteproc/omap: Request a timer(s) for remoteproc usageSuman Anna2020-03-251-1/+290