summaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2020-08-21remoteproc: qcom_q6v5_mss: Validate modem blob firmware size before loadSibi Sankar1-3/+2
2020-08-21remoteproc: qcom_q6v5_mss: Validate MBA firmware size before loadSibi Sankar1-0/+6
2020-08-21remoteproc: qcom: q6v5: Update running state before requesting stopSibi Sankar1-0/+2
2020-06-24remoteproc: qcom_q6v5_mss: Drop accesses to MPSS PERPH register spaceSibi Sankar1-84/+18
2020-06-24remoteproc/mediatek: fix invalid use of sizeof in scp_ipi_init()Wei Yongjun1-2/+2
2020-06-24remoteproc: qcom_q6v5_mss: map/unmap mpss segments before/after useSibi Sankar1-11/+20
2020-06-24remoteproc: Fix IDR initialisation in rproc_alloc()Alex Elder1-2/+1
2020-06-17remoteproc: Fix and restore the parenting hierarchy for vdevSuman Anna1-1/+1
2020-06-17remoteproc: Fall back to using parent memory pool if no dedicated availableTero Kristo1-0/+12
2020-04-23Merge tag 'rproc-v5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-17/+24
2020-04-17remoteproc: pull in slab.hMichael S. Tsirkin1-0/+1
2020-04-17remoteproc: pull in slab.hMichael S. Tsirkin1-0/+1
2020-04-17remoteproc: mtk_scp: use dma_addr_t for DMA APIArnd Bergmann2-4/+4
2020-04-17remoteproc: qcom_q6v5_mss: fix q6v5_probe() error pathsAlex Elder1-12/+19
2020-04-17remoteproc: 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-03Merge tag 'rproc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds23-218/+1745
2020-03-26remoteproc/omap: Switch to SPDX license identifiersSuman Anna1-26/+1
2020-03-26remoteproc/omap: Add watchdog functionality for remote processorsSuman Anna2-11/+167
2020-03-26remoteproc/omap: Report device exceptions and trigger recoverySuman Anna1-1/+5
2020-03-26remoteproc/omap: Add support for runtime auto-suspend/resumeSuman Anna1-9/+203
2020-03-26remoteproc/omap: Add support for system suspend/resumeSuman Anna2-2/+207
2020-03-26remoteproc/omap: Request a timer(s) for remoteproc usageSuman Anna1-1/+290
2020-03-26remoteproc/omap: Check for undefined mailbox messagesSuman Anna2-0/+13
2020-03-26remoteproc/omap: Add support for DRA7xx remote processorsSuman Anna2-2/+38
2020-03-26remoteproc/omap: Initialize and assign reserved memory nodeSuman Anna1-1/+12
2020-03-26remoteproc/omap: Add the rproc ops .da_to_va() implementationSuman Anna1-0/+40
2020-03-26remoteproc/omap: Add support to parse internal memories from DTSuman Anna1-0/+94
2020-03-26remoteproc/omap: Add a sanity check for DSP boot address alignmentSuman Anna1-4/+16
2020-03-26remoteproc/omap: Add device tree supportSuman Anna1-17/+160
2020-03-26remoteproc: qcom: Introduce panic handler for PAS and ADSPBjorn Andersson2-0/+16
2020-03-26remoteproc: qcom: q6v5: Add common panic handlerBjorn Andersson2-0/+21
2020-03-26remoteproc: Introduce "panic" callback in opsBjorn Andersson1-0/+43
2020-03-26remoteproc: Traverse rproc_list under RCU read lockBjorn Andersson1-5/+9
2020-03-26remoteproc: Fix NULL pointer dereference in rproc_virtio_notifyNikita Shubin1-0/+7
2020-03-26remoteproc: return error for bad "recovery" debugfs inputAlex Elder1-0/+2
2020-03-26remoteproc: remoteproc debugfs file fixesAlex Elder1-7/+5
2020-03-26remoteproc: re-check state in rproc_trigger_recovery()Alex Elder1-2/+6
2020-03-26remoteproc: stm32: demote warning about optional property absenceAhmad Fatoum1-1/+1
2020-03-26remoteproc/mediatek: Use size_t type for len in scp_da_to_vaNathan Chancellor1-1/+1
2020-03-26remoteproc: Adapt coredump to generate correct elf typeClement Leger2-32/+38
2020-03-26remoteproc: Allow overriding only sanity_checkClement Leger1-1/+2
2020-03-26remoteproc: Add elf64 support in elf loaderClement Leger2-56/+140
2020-03-26remoteproc: Rename rproc_elf_sanity_check for elf32Clement Leger6-8/+8
2020-03-26remoteproc: Add elf helpers to access elf64 and elf32 fieldsClement Leger1-0/+96
2020-03-26remoteproc: Use u64 type for boot_addrClement Leger3-4/+4
2020-03-26remoteproc: Use size_t instead of int for rproc_mem_entry lenClement Leger2-7/+9
2020-03-26remoteproc: Use size_t type for len in da_to_vaClement Leger11-18/+19
2020-03-26remoteproc: fix kernel-doc warningsArnaud Pouliquen2-2/+9
2020-03-26remoteproc: qcom_q6v5_mss: Reload the mba region on coredumpSibi Sankar1-1/+18