aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-20remoteproc: Split rproc_ops allocation from rproc_alloc()Mathieu Poirier1-12/+21
2020-04-20remoteproc: Restructure firmware name allocationMathieu Poirier1-7/+7
2020-04-20remoteproc: Use kstrdup_const() rather than kstrdup()Mathieu Poirier1-4/+4
2020-04-20remoteproc: sysmon: Inform current rproc about all active rprocsSiddharth Gupta1-0/+25
2020-04-20remoteproc: sysmon: Add notifications for eventsSiddharth Gupta1-0/+37
2020-04-20remoteproc: sysmon: Add ability to send type of notificationSiddharth Gupta1-17/+37
2020-04-19remoteproc: use rproc_coredump_set_elf_info in driversClement Leger5-0/+7
2020-04-19remoteproc: add rproc_coredump_set_elf_infoClement Leger2-5/+30
2020-04-19remoteproc: Simplify default name allocationMathieu Poirier1-12/+7
2020-04-19remoteproc: Split firmware name allocation from rproc_alloc()Mathieu Poirier1-27/+39
2020-04-19remoteproc: Fix IDR initialisation in rproc_alloc()Alex Elder1-2/+1
2020-04-17remoteproc: pull in slab.hMichael S. Tsirkin1-0/+1
2020-04-17remoteproc: pull in slab.hMichael S. Tsirkin1-0/+1
2020-04-16remoteproc: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-24/+4
2020-04-16remoteproc: mtk_scp: use dma_addr_t for DMA APIArnd Bergmann2-4/+4
2020-04-16remoteproc: qcom_q6v5_mss: fix q6v5_probe() error pathsAlex Elder1-12/+19
2020-04-16remoteproc: qcom_q6v5_mss: fix a bug in q6v5_probe()Alex Elder1-1/+1
2020-04-03remoteproc/omap: Fix set_load call in omap_rproc_request_timerNathan Chancellor1-1/+1
2020-04-02Merge tag 'rproc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteprocLinus Torvalds23-215/+1742
2020-03-25remoteproc/omap: Switch to SPDX license identifiersSuman Anna1-26/+1
2020-03-25remoteproc/omap: Add watchdog functionality for remote processorsSuman Anna2-11/+167
2020-03-25remoteproc/omap: Report device exceptions and trigger recoverySuman Anna1-1/+5
2020-03-25remoteproc/omap: Add support for runtime auto-suspend/resumeSuman Anna1-9/+203
2020-03-25remoteproc/omap: Add support for system suspend/resumeSuman Anna2-2/+207
2020-03-25remoteproc/omap: Request a timer(s) for remoteproc usageSuman Anna1-1/+290
2020-03-25remoteproc/omap: Check for undefined mailbox messagesSuman Anna2-0/+13
2020-03-25remoteproc/omap: Add support for DRA7xx remote processorsSuman Anna2-2/+38
2020-03-25remoteproc/omap: Initialize and assign reserved memory nodeSuman Anna1-1/+12
2020-03-25remoteproc/omap: Add the rproc ops .da_to_va() implementationSuman Anna1-0/+40
2020-03-25remoteproc/omap: Add support to parse internal memories from DTSuman Anna1-0/+94
2020-03-25remoteproc/omap: Add a sanity check for DSP boot address alignmentSuman Anna1-4/+16
2020-03-25remoteproc/omap: Add device tree supportSuman Anna1-17/+160
2020-03-25remoteproc: qcom: Introduce panic handler for PAS and ADSPBjorn Andersson2-0/+16
2020-03-25remoteproc: qcom: q6v5: Add common panic handlerBjorn Andersson2-0/+21
2020-03-25remoteproc: Introduce "panic" callback in opsBjorn Andersson1-0/+43
2020-03-25remoteproc: Traverse rproc_list under RCU read lockBjorn Andersson1-5/+9
2020-03-25remoteproc: Fix NULL pointer dereference in rproc_virtio_notifyNikita Shubin1-0/+7
2020-03-25remoteproc: return error for bad "recovery" debugfs inputAlex Elder1-0/+2
2020-03-25remoteproc: remoteproc debugfs file fixesAlex Elder1-7/+5
2020-03-25remoteproc: re-check state in rproc_trigger_recovery()Alex Elder1-2/+6
2020-03-25remoteproc: stm32: demote warning about optional property absenceAhmad Fatoum1-1/+1
2020-03-25remoteproc/mediatek: Use size_t type for len in scp_da_to_vaNathan Chancellor1-1/+1
2020-03-25remoteproc: Adapt coredump to generate correct elf typeClement Leger2-31/+37
2020-03-25remoteproc: Allow overriding only sanity_checkClement Leger1-1/+2
2020-03-25remoteproc: Add elf64 support in elf loaderClement Leger2-54/+138
2020-03-25remoteproc: Rename rproc_elf_sanity_check for elf32Clement Leger6-8/+8