summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * remoteproc/omap: Check for undefined mailbox messagesSuman Anna2020-03-252-0/+13
| * remoteproc/omap: Add support for DRA7xx remote processorsSuman Anna2020-03-252-2/+38
| * remoteproc/omap: Initialize and assign reserved memory nodeSuman Anna2020-03-251-1/+12
| * remoteproc/omap: Add the rproc ops .da_to_va() implementationSuman Anna2020-03-251-0/+40
| * remoteproc/omap: Add support to parse internal memories from DTSuman Anna2020-03-251-0/+94
| * remoteproc/omap: Add a sanity check for DSP boot address alignmentSuman Anna2020-03-251-4/+16
| * remoteproc/omap: Add device tree supportSuman Anna2020-03-251-17/+160
| * remoteproc: qcom: Introduce panic handler for PAS and ADSPBjorn Andersson2020-03-252-0/+16
| * remoteproc: qcom: q6v5: Add common panic handlerBjorn Andersson2020-03-252-0/+21
| * remoteproc: Introduce "panic" callback in opsBjorn Andersson2020-03-251-0/+43
| * remoteproc: Traverse rproc_list under RCU read lockBjorn Andersson2020-03-251-5/+9
| * remoteproc: Fix NULL pointer dereference in rproc_virtio_notifyNikita Shubin2020-03-251-0/+7
| * remoteproc: return error for bad "recovery" debugfs inputAlex Elder2020-03-251-0/+2
| * remoteproc: remoteproc debugfs file fixesAlex Elder2020-03-251-7/+5
| * remoteproc: re-check state in rproc_trigger_recovery()Alex Elder2020-03-251-2/+6