aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2020-04-23Merge tag 'rproc-v5.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-17/+24
2020-04-17remoteproc: pull in slab.hGravatar Michael S. Tsirkin 1-0/+1
2020-04-17remoteproc: pull in slab.hGravatar Michael S. Tsirkin 1-0/+1
2020-04-16remoteproc: mtk_scp: use dma_addr_t for DMA APIGravatar Arnd Bergmann 2-4/+4
2020-04-16remoteproc: qcom_q6v5_mss: fix q6v5_probe() error pathsGravatar Alex Elder 1-12/+19
2020-04-16remoteproc: qcom_q6v5_mss: fix a bug in q6v5_probe()Gravatar Alex Elder 1-1/+1
2020-04-03remoteproc/omap: Fix set_load call in omap_rproc_request_timerGravatar Nathan Chancellor 1-1/+1
2020-04-02Merge tag 'rproc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Gravatar Linus Torvalds 23-218/+1745
2020-03-25remoteproc/omap: Switch to SPDX license identifiersGravatar Suman Anna 1-26/+1
2020-03-25remoteproc/omap: Add watchdog functionality for remote processorsGravatar Suman Anna 2-11/+167
2020-03-25remoteproc/omap: Report device exceptions and trigger recoveryGravatar Suman Anna 1-1/+5
2020-03-25remoteproc/omap: Add support for runtime auto-suspend/resumeGravatar Suman Anna 1-9/+203
2020-03-25remoteproc/omap: Add support for system suspend/resumeGravatar Suman Anna 2-2/+207
2020-03-25remoteproc/omap: Request a timer(s) for remoteproc usageGravatar Suman Anna 1-1/+290
2020-03-25remoteproc/omap: Check for undefined mailbox messagesGravatar Suman Anna 2-0/+13
2020-03-25remoteproc/omap: Add support for DRA7xx remote processorsGravatar Suman Anna 2-2/+38
2020-03-25remoteproc/omap: Initialize and assign reserved memory nodeGravatar Suman Anna 1-1/+12
2020-03-25remoteproc/omap: Add the rproc ops .da_to_va() implementationGravatar Suman Anna 1-0/+40
2020-03-25remoteproc/omap: Add support to parse internal memories from DTGravatar Suman Anna 1-0/+94
2020-03-25remoteproc/omap: Add a sanity check for DSP boot address alignmentGravatar Suman Anna 1-4/+16
2020-03-25remoteproc/omap: Add device tree supportGravatar Suman Anna 1-17/+160
2020-03-25remoteproc: qcom: Introduce panic handler for PAS and ADSPGravatar Bjorn Andersson 2-0/+16
2020-03-25remoteproc: qcom: q6v5: Add common panic handlerGravatar Bjorn Andersson 2-0/+21
2020-03-25remoteproc: Introduce "panic" callback in opsGravatar Bjorn Andersson 1-0/+43
2020-03-25remoteproc: Traverse rproc_list under RCU read lockGravatar Bjorn Andersson 1-5/+9
2020-03-25remoteproc: Fix NULL pointer dereference in rproc_virtio_notifyGravatar Nikita Shubin 1-0/+7
2020-03-25remoteproc: return error for bad "recovery" debugfs inputGravatar Alex Elder 1-0/+2
2020-03-25remoteproc: remoteproc debugfs file fixesGravatar Alex Elder 1-7/+5
2020-03-25remoteproc: re-check state in rproc_trigger_recovery()Gravatar Alex Elder 1-2/+6
2020-03-25remoteproc: stm32: demote warning about optional property absenceGravatar Ahmad Fatoum 1-1/+1
2020-03-25remoteproc/mediatek: Use size_t type for len in scp_da_to_vaGravatar Nathan Chancellor 1-1/+1
2020-03-25remoteproc: Adapt coredump to generate correct elf typeGravatar Clement Leger 2-32/+38
2020-03-25remoteproc: Allow overriding only sanity_checkGravatar Clement Leger 1-1/+2
2020-03-25remoteproc: Add elf64 support in elf loaderGravatar Clement Leger 2-56/+140
2020-03-25remoteproc: Rename rproc_elf_sanity_check for elf32Gravatar Clement Leger 6-8/+8
2020-03-25remoteproc: Add elf helpers to access elf64 and elf32 fieldsGravatar Clement Leger 1-0/+96
2020-03-25remoteproc: Use u64 type for boot_addrGravatar Clement Leger 3-4/+4
2020-03-25remoteproc: Use size_t instead of int for rproc_mem_entry lenGravatar Clement Leger 2-7/+9
2020-03-25remoteproc: Use size_t type for len in da_to_vaGravatar Clement Leger 11-18/+19
2020-03-25remoteproc: fix kernel-doc warningsGravatar Arnaud Pouliquen 2-2/+9
2020-03-25remoteproc: qcom_q6v5_mss: Reload the mba region on coredumpGravatar Sibi Sankar 1-1/+18
2020-03-25remoteproc: qcom_q6v5_mss: Validate each segment during loadingGravatar Bjorn Andersson 1-25/+58
2020-03-25remoteproc: qcom_q6v5_mss: Don't reassign mpss region on shutdownGravatar Bjorn Andersson 1-11/+24
2020-03-16remoteproc: clean up notification configGravatar Alex Elder 1-3/+1
2020-03-08remoteproc: add IPA notification to q6v5 driverGravatar Alex Elder 4-0/+130
2020-01-24remoteproc: qcom: q6v5-mss: Improve readability of reset_assertGravatar Sibi Sankar 1-3/+12
2020-01-24remoteproc: qcom: q6v5-mss: Use regmap_read_poll_timeoutGravatar Sibi Sankar 1-20/+7
2020-01-21remoteproc: qcom: q6v5-mss: Rename boot status timeoutGravatar Sibi Sankar 1-2/+2
2020-01-21remoteproc: qcom: q6v5-mss: Improve readability across clk handlingGravatar Sibi Sankar 1-14/+18
2020-01-20remoteproc: use struct_size() helperGravatar Gustavo A. R. Silva 1-2/+2