Age | Commit message (Expand) | Author | Files | Lines |
2020-04-03 | remoteproc/omap: Fix set_load call in omap_rproc_request_timer | Nathan Chancellor | 1 | -1/+1 |
2020-04-03 | Merge tag 'rproc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ander... | Linus Torvalds | 23 | -218/+1745 |
2020-03-26 | remoteproc/omap: Switch to SPDX license identifiers | Suman Anna | 1 | -26/+1 |
2020-03-26 | remoteproc/omap: Add watchdog functionality for remote processors | Suman Anna | 2 | -11/+167 |
2020-03-26 | remoteproc/omap: Report device exceptions and trigger recovery | Suman Anna | 1 | -1/+5 |
2020-03-26 | remoteproc/omap: Add support for runtime auto-suspend/resume | Suman Anna | 1 | -9/+203 |
2020-03-26 | remoteproc/omap: Add support for system suspend/resume | Suman Anna | 2 | -2/+207 |
2020-03-26 | remoteproc/omap: Request a timer(s) for remoteproc usage | Suman Anna | 1 | -1/+290 |
2020-03-26 | remoteproc/omap: Check for undefined mailbox messages | Suman Anna | 2 | -0/+13 |
2020-03-26 | remoteproc/omap: Add support for DRA7xx remote processors | Suman Anna | 2 | -2/+38 |
2020-03-26 | remoteproc/omap: Initialize and assign reserved memory node | Suman Anna | 1 | -1/+12 |
2020-03-26 | remoteproc/omap: Add the rproc ops .da_to_va() implementation | Suman Anna | 1 | -0/+40 |
2020-03-26 | remoteproc/omap: Add support to parse internal memories from DT | Suman Anna | 1 | -0/+94 |
2020-03-26 | remoteproc/omap: Add a sanity check for DSP boot address alignment | Suman Anna | 1 | -4/+16 |
2020-03-26 | remoteproc/omap: Add device tree support | Suman Anna | 1 | -17/+160 |
2020-03-26 | remoteproc: qcom: Introduce panic handler for PAS and ADSP | Bjorn Andersson | 2 | -0/+16 |
2020-03-26 | remoteproc: qcom: q6v5: Add common panic handler | Bjorn Andersson | 2 | -0/+21 |
2020-03-26 | remoteproc: Introduce "panic" callback in ops | Bjorn Andersson | 1 | -0/+43 |
2020-03-26 | remoteproc: Traverse rproc_list under RCU read lock | Bjorn Andersson | 1 | -5/+9 |
2020-03-26 | remoteproc: Fix NULL pointer dereference in rproc_virtio_notify | Nikita Shubin | 1 | -0/+7 |
2020-03-26 | remoteproc: return error for bad "recovery" debugfs input | Alex Elder | 1 | -0/+2 |
2020-03-26 | remoteproc: remoteproc debugfs file fixes | Alex Elder | 1 | -7/+5 |
2020-03-26 | remoteproc: re-check state in rproc_trigger_recovery() | Alex Elder | 1 | -2/+6 |
2020-03-26 | remoteproc: stm32: demote warning about optional property absence | Ahmad Fatoum | 1 | -1/+1 |
2020-03-26 | remoteproc/mediatek: Use size_t type for len in scp_da_to_va | Nathan Chancellor | 1 | -1/+1 |
2020-03-26 | remoteproc: Adapt coredump to generate correct elf type | Clement Leger | 2 | -32/+38 |
2020-03-26 | remoteproc: Allow overriding only sanity_check | Clement Leger | 1 | -1/+2 |
2020-03-26 | remoteproc: Add elf64 support in elf loader | Clement Leger | 2 | -56/+140 |
2020-03-26 | remoteproc: Rename rproc_elf_sanity_check for elf32 | Clement Leger | 6 | -8/+8 |
2020-03-26 | remoteproc: Add elf helpers to access elf64 and elf32 fields | Clement Leger | 1 | -0/+96 |
2020-03-26 | remoteproc: Use u64 type for boot_addr | Clement Leger | 3 | -4/+4 |
2020-03-26 | remoteproc: Use size_t instead of int for rproc_mem_entry len | Clement Leger | 2 | -7/+9 |
2020-03-26 | remoteproc: Use size_t type for len in da_to_va | Clement Leger | 11 | -18/+19 |
2020-03-26 | remoteproc: fix kernel-doc warnings | Arnaud Pouliquen | 2 | -2/+9 |
2020-03-26 | remoteproc: qcom_q6v5_mss: Reload the mba region on coredump | Sibi Sankar | 1 | -1/+18 |
2020-03-26 | remoteproc: qcom_q6v5_mss: Validate each segment during loading | Bjorn Andersson | 1 | -25/+58 |
2020-03-26 | remoteproc: qcom_q6v5_mss: Don't reassign mpss region on shutdown | Bjorn Andersson | 1 | -11/+24 |
2020-03-17 | remoteproc: clean up notification config | Alex Elder | 1 | -3/+1 |
2020-03-09 | remoteproc: add IPA notification to q6v5 driver | Alex Elder | 4 | -0/+130 |
2020-01-24 | remoteproc: qcom: q6v5-mss: Improve readability of reset_assert | Sibi Sankar | 1 | -3/+12 |
2020-01-24 | remoteproc: qcom: q6v5-mss: Use regmap_read_poll_timeout | Sibi Sankar | 1 | -20/+7 |
2020-01-22 | remoteproc: qcom: q6v5-mss: Rename boot status timeout | Sibi Sankar | 1 | -2/+2 |
2020-01-22 | remoteproc: qcom: q6v5-mss: Improve readability across clk handling | Sibi Sankar | 1 | -14/+18 |
2020-01-20 | remoteproc: use struct_size() helper | Gustavo A. R. Silva | 1 | -2/+2 |
2020-01-20 | remoteproc: Initialize rproc_class before use | Brandon Maier | 1 | -1/+1 |
2020-01-20 | rpmsg: add rpmsg support for mt8183 SCP. | Pi-Hsun Shih | 4 | -4/+61 |
2020-01-20 | remoteproc/mediatek: add SCP support for mt8183 | Erin Lo | 5 | -0/+930 |
2019-12-20 | remoteproc: mss: q6v5-mss: Add modem support on SC7180 | Sibi Sankar | 1 | -1/+198 |
2019-12-20 | remoteproc: qcom: pas: Add MSM8998 ADSP and SLPI support | Sibi Sankar | 1 | -0/+32 |
2019-12-20 | remoteproc: q6v5-mss: Remove mem clk from the active pool | Sibi Sankar | 1 | -1/+0 |