summaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2021-05-19remoteproc: qcom_q6v5_mss: Validate p_filesz in ELF loaderBjorn Andersson1-0/+18
2021-05-19remoteproc: qcom_q6v5_mss: Replace ioremap with memremapSibi Sankar1-6/+6
2021-04-14remoteproc: qcom: pil_info: avoid 64-bit divisionArnd Bergmann1-1/+1
2021-03-07remoteproc/mediatek: Fix kernel test robot warningSouptick Joarder1-3/+1
2021-03-04remoteproc/mediatek: acknowledge watchdog IRQ after handledTzung-Bi Shih2-9/+12
2020-12-30remoteproc: sysmon: Ensure remote notification orderingBjorn Andersson1-4/+21
2020-12-30remoteproc/mediatek: unprepare clk if scp_before_load failsTzung-Bi Shih1-1/+2
2020-12-30remoteproc: qcom: Fix potential NULL dereference in adsp_init_mmio()Zhang Changzhong1-6/+3
2020-12-30remoteproc: k3-dsp: Fix return value check in k3_dsp_rproc_of_get_memories()YueHaibing1-2/+2
2020-12-30remoteproc: qcom: pas: fix error handling in adsp_pds_enableZhang Qilong1-1/+4
2020-12-30remoteproc: qcom: fix reference leak in adsp_startZhang Qilong1-1/+3
2020-12-30remoteproc: q6v5-mss: fix error handling in q6v5_pds_enableZhang Qilong1-1/+4
2020-12-30remoteproc/mtk_scp: surround DT device IDs with CONFIG_OFAlexandre Courbot1-0/+2
2020-12-30remoteproc/mediatek: change MT8192 CFG register baseTzung-Bi Shih1-13/+13
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
2020-08-05remoteproc: Add remoteproc character device interfaceSiddharth Gupta4-0/+162
2020-07-29remoteproc: kill IPA notify codeAlex Elder4-128/+0
2020-07-29remoteproc: k3-dsp: Add support for C71x DSPsSuman Anna1-2/+18
2020-07-29remoteproc: k3-dsp: Add support for L2RAM loading on C66x DSPsSuman Anna1-0/+72
2020-07-29remoteproc: k3-dsp: Add a remoteproc driver of K3 C66x DSPsSuman Anna3-0/+713
2020-07-29remoteproc: k3: Add TI-SCI processor control helper functionsSuman Anna1-0/+104
2020-07-29remoteproc: Introduce rproc_of_parse_firmware() helperSuman Anna2-0/+25
2020-07-28remoteproc: qcom_q6v5_mss: Remove redundant running stateSibi Sankar1-5/+0
2020-07-28remoteproc: qcom: q6v5: Update running state before requesting stopSibi Sankar1-0/+2
2020-07-28remoteproc: qcom_q6v5_mss: Add modem debug policy supportSibi Sankar1-1/+24
2020-07-28remoteproc: qcom_q6v5_mss: Validate modem blob firmware size before loadSibi Sankar1-3/+2
2020-07-28remoteproc: qcom_q6v5_mss: Validate MBA firmware size before loadSibi Sankar1-0/+6
2020-07-22remoteproc: qcom_q6v5_mss: Add MBA log extraction supportSibi Sankar1-1/+37
2020-07-22remoteproc: Add coredump debugfs entryRishabh Bhatnagar1-0/+90
2020-07-22remoteproc: Add inline coredump functionalityRishabh Bhatnagar1-18/+138