summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
...
* | remoteproc: ingenic: Constify ingenic_rproc_opsRikard Falkeborn2020-11-171-1/+1
* | remoteproc: ti_k3: fix -Wcast-function-type warningArnd Bergmann2020-10-261-12/+6
* | remoteproc: qcom_wcnss: Allow replacing regulators with power domainsStephan Gerhold2020-10-261-16/+93
* | remoteproc: qcom_q6v5_mss: Allow replacing regulators with power domainsStephan Gerhold2020-10-261-12/+56
|/
* Merge tag 'rproc-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ande...Linus Torvalds2020-10-2211-58/+1757
|\
| * remoteproc/mediatek: Remove non-standard dsb()Bjorn Andersson2020-10-151-4/+0
| * remoteproc: Add recovery configuration to the sysfs interfaceRishabh Bhatnagar2020-10-131-0/+56
| * remoteproc: Add coredump as part of sysfs interfaceRishabh Bhatnagar2020-10-131-0/+63
| * remoteproc: Change default dump configuration to "disabled"Rishabh Bhatnagar2020-10-132-14/+13
| * remoteproc: k3-r5: Add loading support for on-chip SRAM regionsSuman Anna2020-10-131-0/+79
| * remoteproc: k3-r5: Initialize TCM memories for ECCSuman Anna2020-10-131-2/+15
| * remoteproc: k3-r5: Add a remoteproc driver for R5F subsystemSuman Anna2020-10-133-0/+1317
| * remoteproc/mediatek: Add support for mt8192 SCPPi-Hsun Shih2020-09-253-36/+204
| * remoteproc: Fixup coredump debugfs disable requestSibi Sankar2020-09-251-1/+1
| * remoteproc: qcom_q6v5: Assign mpss region to Q6 before MBA bootSibi Sankar2020-09-251-3/+13
| * remoteproc/mediatek: fix null pointer dereference on null scp pointerColin Ian King2020-09-251-3/+1
| * remoteproc: stm32: Fix pointer assignementMathieu Poirier2020-09-151-1/+1
| * remoteproc: scp: add COMPILE_TEST dependencyAlexandre Courbot2020-09-151-1/+1
* | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-152-2/+25
|\ \
| * | dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2020-10-062-1/+2
| * | dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan2020-09-171-1/+23
* | | remoteproc: scp: add COMPILE_TEST dependencyAlexandre Courbot2020-09-261-1/+1
|/ /
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+0
|/
* Merge tag 'rproc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds2020-08-1124-487/+2379
|\
| * remoteproc: core: Register the character device interfaceSiddharth Gupta2020-08-041-0/+7
| * remoteproc: Add remoteproc character device interfaceSiddharth Gupta2020-08-044-0/+162
| * remoteproc: kill IPA notify codeAlex Elder2020-07-284-128/+0
| * remoteproc: k3-dsp: Add support for C71x DSPsSuman Anna2020-07-281-2/+18
| * remoteproc: k3-dsp: Add support for L2RAM loading on C66x DSPsSuman Anna2020-07-281-0/+72
| * remoteproc: k3-dsp: Add a remoteproc driver of K3 C66x DSPsSuman Anna2020-07-283-0/+713
| * remoteproc: k3: Add TI-SCI processor control helper functionsSuman Anna2020-07-281-0/+104
| * remoteproc: Introduce rproc_of_parse_firmware() helperSuman Anna2020-07-282-0/+25
| * remoteproc: qcom_q6v5_mss: Remove redundant running stateSibi Sankar2020-07-271-5/+0
| * remoteproc: qcom: q6v5: Update running state before requesting stopSibi Sankar2020-07-271-0/+2
| * remoteproc: qcom_q6v5_mss: Add modem debug policy supportSibi Sankar2020-07-271-1/+24
| * remoteproc: qcom_q6v5_mss: Validate modem blob firmware size before loadSibi Sankar2020-07-271-3/+2
| * remoteproc: qcom_q6v5_mss: Validate MBA firmware size before loadSibi Sankar2020-07-271-0/+6
| * remoteproc: qcom_q6v5_mss: Add MBA log extraction supportSibi Sankar2020-07-211-1/+37
| * remoteproc: Add coredump debugfs entryRishabh Bhatnagar2020-07-211-0/+90
| * remoteproc: Add inline coredump functionalityRishabh Bhatnagar2020-07-211-18/+138
| * remoteproc: Pass size and offset as arguments to segment dump functionRishabh Bhatnagar2020-07-212-7/+8
| * remoteproc: qcom_q6v5_mss: Replace mask based tracking with sizeSibi Sankar2020-07-211-9/+8
| * remoteproc: Move coredump functionality to a new fileRishabh Bhatnagar2020-07-214-191/+209
| * remoteproc: stm32: Update M4 state in stm32_rproc_stop()Mathieu Poirier2020-07-171-0/+12
| * remoteproc: stm32: Introduce new attach() operationMathieu Poirier2020-07-171-0/+8
| * remoteproc: stm32: Properly handle the resource table when attachingMathieu Poirier2020-07-171-0/+76
| * remoteproc: stm32: Parse memory regions when attaching to M4Mathieu Poirier2020-07-171-3/+20
| * remoteproc: Make function rproc_resource_cleanup() publicMathieu Poirier2020-07-171-1/+2
| * remoteproc: stm32: Properly set co-processor state when attachingMathieu Poirier2020-07-171-0/+31
| * remoteproc: stm32: Parse syscon that will manage M4 synchronisationMathieu Poirier2020-07-171-0/+26