aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-16remoteproc/wkup_m3: Use reset control driver if availableTony Lindgren1-13/+28
2020-10-26remoteproc: ti_k3: fix -Wcast-function-type warningArnd Bergmann1-12/+6
2020-10-26remoteproc: qcom_wcnss: Allow replacing regulators with power domainsStephan Gerhold1-16/+93
2020-10-26remoteproc: qcom_q6v5_mss: Allow replacing regulators with power domainsStephan Gerhold1-12/+56
2020-10-22Merge tag 'rproc-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteprocLinus Torvalds11-58/+1757
2020-10-15remoteproc/mediatek: Remove non-standard dsb()Bjorn Andersson1-4/+0
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-2/+25
2020-10-13remoteproc: Add recovery configuration to the sysfs interfaceRishabh Bhatnagar1-0/+56
2020-10-13remoteproc: Add coredump as part of sysfs interfaceRishabh Bhatnagar1-0/+63
2020-10-13remoteproc: Change default dump configuration to "disabled"Rishabh Bhatnagar2-14/+13
2020-10-13remoteproc: k3-r5: Add loading support for on-chip SRAM regionsSuman Anna1-0/+79
2020-10-13remoteproc: k3-r5: Initialize TCM memories for ECCSuman Anna1-2/+15
2020-10-13remoteproc: k3-r5: Add a remoteproc driver for R5F subsystemSuman Anna3-0/+1317
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig2-1/+2
2020-09-26remoteproc: scp: add COMPILE_TEST dependencyAlexandre Courbot1-1/+1
2020-09-25remoteproc/mediatek: Add support for mt8192 SCPPi-Hsun Shih3-36/+204
2020-09-25remoteproc: Fixup coredump debugfs disable requestSibi Sankar1-1/+1
2020-09-25remoteproc: qcom_q6v5: Assign mpss region to Q6 before MBA bootSibi Sankar1-3/+13
2020-09-25remoteproc/mediatek: fix null pointer dereference on null scp pointerColin Ian King1-3/+1
2020-09-17dma-mapping: introduce DMA range map, supplanting dma_pfn_offsetJim Quinlan1-1/+23
2020-09-15remoteproc: stm32: Fix pointer assignementMathieu Poirier1-1/+1
2020-09-15remoteproc: scp: add COMPILE_TEST dependencyAlexandre Courbot1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+0
2020-08-11Merge tag 'rproc-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteprocLinus Torvalds24-487/+2379
2020-08-04remoteproc: core: Register the character device interfaceSiddharth Gupta1-0/+7
2020-08-04remoteproc: Add remoteproc character device interfaceSiddharth Gupta4-0/+162
2020-07-28remoteproc: kill IPA notify codeAlex Elder4-128/+0
2020-07-28remoteproc: k3-dsp: Add support for C71x DSPsSuman Anna1-2/+18
2020-07-28remoteproc: k3-dsp: Add support for L2RAM loading on C66x DSPsSuman Anna1-0/+72
2020-07-28remoteproc: k3-dsp: Add a remoteproc driver of K3 C66x DSPsSuman Anna3-0/+713
2020-07-28remoteproc: k3: Add TI-SCI processor control helper functionsSuman Anna1-0/+104
2020-07-28remoteproc: Introduce rproc_of_parse_firmware() helperSuman Anna2-0/+25
2020-07-27remoteproc: qcom_q6v5_mss: Remove redundant running stateSibi Sankar1-5/+0
2020-07-27remoteproc: qcom: q6v5: Update running state before requesting stopSibi Sankar1-0/+2
2020-07-27remoteproc: qcom_q6v5_mss: Add modem debug policy supportSibi Sankar1-1/+24
2020-07-27remoteproc: qcom_q6v5_mss: Validate modem blob firmware size before loadSibi Sankar1-3/+2
2020-07-27remoteproc: qcom_q6v5_mss: Validate MBA firmware size before loadSibi Sankar1-0/+6
2020-07-21remoteproc: qcom_q6v5_mss: Add MBA log extraction supportSibi Sankar1-1/+37
2020-07-21remoteproc: Add coredump debugfs entryRishabh Bhatnagar1-0/+90
2020-07-21remoteproc: Add inline coredump functionalityRishabh Bhatnagar1-18/+138
2020-07-21remoteproc: Pass size and offset as arguments to segment dump functionRishabh Bhatnagar2-7/+8
2020-07-21remoteproc: qcom_q6v5_mss: Replace mask based tracking with sizeSibi Sankar1-9/+8
2020-07-21remoteproc: Move coredump functionality to a new fileRishabh Bhatnagar4-191/+209
2020-07-17remoteproc: stm32: Update M4 state in stm32_rproc_stop()Mathieu Poirier1-0/+12
2020-07-17remoteproc: stm32: Introduce new attach() operationMathieu Poirier1-0/+8
2020-07-17remoteproc: stm32: Properly handle the resource table when attachingMathieu Poirier1-0/+76
2020-07-17remoteproc: stm32: Parse memory regions when attaching to M4Mathieu Poirier1-3/+20
2020-07-17remoteproc: Make function rproc_resource_cleanup() publicMathieu Poirier1-1/+2
2020-07-17remoteproc: stm32: Properly set co-processor state when attachingMathieu Poirier1-0/+31
2020-07-17remoteproc: stm32: Parse syscon that will manage M4 synchronisationMathieu Poirier1-0/+26