summaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2020-12-10remoteproc: core: Add ops to enable custom coredump functionalitySiddharth Gupta1-1/+5
2020-12-10remoteproc/mediatek: change MT8192 CFG register baseTzung-Bi Shih1-13/+13
2020-12-10remoteproc: pru: Add support for various PRU cores on K3 J721E SoCsSuman Anna1-0/+3
2020-12-10remoteproc: pru: Add support for various PRU cores on K3 AM65x SoCsSuman Anna1-9/+131
2020-12-10remoteproc: pru: Add pru-specific debugfs supportSuman Anna1-0/+136
2020-12-10remoteproc: pru: Add support for PRU specific interrupt configurationGrzegorz Jaszczyk2-0/+227
2020-12-10remoteproc: pru: Add a PRU remoteproc driverSuman Anna3-0/+446
2020-12-05remoteproc: fix spelling mistake "Peripherial" -> "Peripherial" in KconfigColin Ian King1-1/+1
2020-12-05remoteproc: sysmon: fix shutdown_acked stateArnd Bergmann1-5/+2
2020-11-26remoteproc: k3-r5: Adjust TCM sizes in Split-mode on J7200 SoCsSuman Anna1-0/+43
2020-11-26remoteproc: k3-r5: Extend support to R5F clusters on J7200 SoCsSuman Anna1-2/+50
2020-11-26remoteproc: Add a rproc_set_firmware() APISuman Anna2-31/+65
2020-11-26remoteproc: sysmon: Improve error messagesBjorn Andersson1-6/+6
2020-11-26remoteproc: qcom: q6v5: Query sysmon before graceful shutdownBjorn Andersson6-6/+13
2020-11-26remoteproc: sysmon: Expose the shutdown resultBjorn Andersson2-19/+69
2020-11-26remoteproc: sysmon: Ensure remote notification orderingBjorn Andersson1-4/+21
2020-11-24remoteproc: qcom_q6v5_mss: map/unmap MBA region before/after useSibi Sankar1-15/+22
2020-11-24remoteproc: qcom_q6v5_mss: Replace ioremap with memremapSibi Sankar1-6/+6
2020-11-24remoteproc: qcom_sysmon: Constify qmi_indication_handlerRikard Falkeborn1-1/+1
2020-11-21remoteproc/mediatek: skip if filesz is 0Tzung-Bi Shih1-6/+6
2020-11-21remoteproc/mediatek: fix boundary checkTzung-Bi Shih1-2/+2
2020-11-21remoteproc/mediatek: fix sparse errors on dma_alloc and dma_freeTzung-Bi Shih2-2/+2
2020-11-21remoteproc/mediatek: fix sparse errors on sram power on and offTzung-Bi Shih1-2/+2
2020-11-18remoteproc: stm32: Constify st_rproc_opsRikard Falkeborn1-1/+1
2020-11-18remoteproc: ingenic: Constify ingenic_rproc_opsRikard Falkeborn1-1/+1
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/ande...Linus Torvalds11-58/+1757
2020-10-16remoteproc/mediatek: Remove non-standard dsb()Bjorn Andersson1-4/+0
2020-10-16Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-2/+25
2020-10-14remoteproc: Add recovery configuration to the sysfs interfaceRishabh Bhatnagar1-0/+56
2020-10-14remoteproc: Add coredump as part of sysfs interfaceRishabh Bhatnagar1-0/+63
2020-10-14remoteproc: Change default dump configuration to "disabled"Rishabh Bhatnagar2-14/+13
2020-10-14remoteproc: k3-r5: Add loading support for on-chip SRAM regionsSuman Anna1-0/+79
2020-10-14remoteproc: k3-r5: Initialize TCM memories for ECCSuman Anna1-2/+15
2020-10-14remoteproc: 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-26remoteproc/mediatek: Add support for mt8192 SCPPi-Hsun Shih3-36/+204
2020-09-26remoteproc: Fixup coredump debugfs disable requestSibi Sankar1-1/+1
2020-09-26remoteproc: qcom_q6v5: Assign mpss region to Q6 before MBA bootSibi Sankar1-3/+13
2020-09-26remoteproc/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-24treewide: 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/ander...Linus Torvalds24-487/+2379
2020-08-05remoteproc: core: Register the character device interfaceSiddharth Gupta1-0/+7