aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2020-10-22Merge tag 'rproc-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Gravatar Linus Torvalds 11-58/+1757
2020-10-15remoteproc/mediatek: Remove non-standard dsb()Gravatar Bjorn Andersson 1-4/+0
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 2-2/+25
2020-10-13remoteproc: Add recovery configuration to the sysfs interfaceGravatar Rishabh Bhatnagar 1-0/+56
2020-10-13remoteproc: Add coredump as part of sysfs interfaceGravatar Rishabh Bhatnagar 1-0/+63
2020-10-13remoteproc: Change default dump configuration to "disabled"Gravatar Rishabh Bhatnagar 2-14/+13
2020-10-13remoteproc: k3-r5: Add loading support for on-chip SRAM regionsGravatar Suman Anna 1-0/+79
2020-10-13remoteproc: k3-r5: Initialize TCM memories for ECCGravatar Suman Anna 1-2/+15
2020-10-13remoteproc: k3-r5: Add a remoteproc driver for R5F subsystemGravatar Suman Anna 3-0/+1317
2020-10-06dma-mapping: split <linux/dma-mapping.h>Gravatar Christoph Hellwig 2-1/+2
2020-09-26remoteproc: scp: add COMPILE_TEST dependencyGravatar Alexandre Courbot 1-1/+1
2020-09-25remoteproc/mediatek: Add support for mt8192 SCPGravatar Pi-Hsun Shih 3-36/+204
2020-09-25remoteproc: Fixup coredump debugfs disable requestGravatar Sibi Sankar 1-1/+1
2020-09-25remoteproc: qcom_q6v5: Assign mpss region to Q6 before MBA bootGravatar Sibi Sankar 1-3/+13
2020-09-25remoteproc/mediatek: fix null pointer dereference on null scp pointerGravatar Colin Ian King 1-3/+1
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetGravatar Jim Quinlan 1-1/+23
2020-09-15remoteproc: stm32: Fix pointer assignementGravatar Mathieu Poirier 1-1/+1
2020-09-15remoteproc: scp: add COMPILE_TEST dependencyGravatar Alexandre Courbot 1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+0
2020-08-11Merge tag 'rproc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Gravatar Linus Torvalds 24-487/+2379
2020-08-04remoteproc: core: Register the character device interfaceGravatar Siddharth Gupta 1-0/+7
2020-08-04remoteproc: Add remoteproc character device interfaceGravatar Siddharth Gupta 4-0/+162
2020-07-28remoteproc: kill IPA notify codeGravatar Alex Elder 4-128/+0
2020-07-28remoteproc: k3-dsp: Add support for C71x DSPsGravatar Suman Anna 1-2/+18
2020-07-28remoteproc: k3-dsp: Add support for L2RAM loading on C66x DSPsGravatar Suman Anna 1-0/+72
2020-07-28remoteproc: k3-dsp: Add a remoteproc driver of K3 C66x DSPsGravatar Suman Anna 3-0/+713
2020-07-28remoteproc: k3: Add TI-SCI processor control helper functionsGravatar Suman Anna 1-0/+104
2020-07-28remoteproc: Introduce rproc_of_parse_firmware() helperGravatar Suman Anna 2-0/+25
2020-07-27remoteproc: qcom_q6v5_mss: Remove redundant running stateGravatar Sibi Sankar 1-5/+0
2020-07-27remoteproc: qcom: q6v5: Update running state before requesting stopGravatar Sibi Sankar 1-0/+2
2020-07-27remoteproc: qcom_q6v5_mss: Add modem debug policy supportGravatar Sibi Sankar 1-1/+24
2020-07-27remoteproc: qcom_q6v5_mss: Validate modem blob firmware size before loadGravatar Sibi Sankar 1-3/+2
2020-07-27remoteproc: qcom_q6v5_mss: Validate MBA firmware size before loadGravatar Sibi Sankar 1-0/+6
2020-07-21remoteproc: qcom_q6v5_mss: Add MBA log extraction supportGravatar Sibi Sankar 1-1/+37
2020-07-21remoteproc: Add coredump debugfs entryGravatar Rishabh Bhatnagar 1-0/+90
2020-07-21remoteproc: Add inline coredump functionalityGravatar Rishabh Bhatnagar 1-18/+138
2020-07-21remoteproc: Pass size and offset as arguments to segment dump functionGravatar Rishabh Bhatnagar 2-7/+8
2020-07-21remoteproc: qcom_q6v5_mss: Replace mask based tracking with sizeGravatar Sibi Sankar 1-9/+8
2020-07-21remoteproc: Move coredump functionality to a new fileGravatar Rishabh Bhatnagar 4-191/+209
2020-07-17remoteproc: stm32: Update M4 state in stm32_rproc_stop()Gravatar Mathieu Poirier 1-0/+12
2020-07-17remoteproc: stm32: Introduce new attach() operationGravatar Mathieu Poirier 1-0/+8
2020-07-17remoteproc: stm32: Properly handle the resource table when attachingGravatar Mathieu Poirier 1-0/+76
2020-07-17remoteproc: stm32: Parse memory regions when attaching to M4Gravatar Mathieu Poirier 1-3/+20
2020-07-17remoteproc: Make function rproc_resource_cleanup() publicGravatar Mathieu Poirier 1-1/+2
2020-07-17remoteproc: stm32: Properly set co-processor state when attachingGravatar Mathieu Poirier 1-0/+31
2020-07-17remoteproc: stm32: Parse syscon that will manage M4 synchronisationGravatar Mathieu Poirier 1-0/+26
2020-07-17remoteproc: stm32: Remove memory translation from DT parsingGravatar Mathieu Poirier 1-1/+5
2020-07-17remoteproc: stm32: Decouple rproc from DT parsingGravatar Mathieu Poirier 1-11/+12
2020-07-17remoteproc: stm32: Request IRQ with platform deviceGravatar Mathieu Poirier 1-2/+3
2020-07-17remoteproc: stm32: Decouple rproc from memory translationGravatar Mathieu Poirier 1-4/+4