summaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2023-03-11remoteproc/mtk_scp: Move clk ops outside send_lockChen-Yu Tsai1-6/+5
2023-03-11remoteproc: qcom_q6v5_mss: Use a carveout to authenticate modem headersSibi Sankar1-6/+53
2023-01-14remoteproc: core: Do pm_relax when in RPROC_OFFLINE stateMaria Yu1-1/+8
2023-01-14remoteproc: qcom_q6v5_pas: Fix missing of_node_put() in adsp_alloc_memory_reg...Yuan Can1-0/+1
2023-01-14remoteproc: qcom_q6v5_pas: detach power domains on removeLuca Weiss1-0/+1
2023-01-14remoteproc: qcom_q6v5_pas: disable wakeup on probe fail or removeLuca Weiss1-0/+2
2023-01-14remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev()Gaosheng Cui1-1/+4
2022-08-21remoteproc: sysmon: Wait for SSCTL service to come upSibi Sankar1-0/+10
2022-08-21remoteproc: qcom: wcnss: Fix handling of IRQsSireesh Kodali1-2/+8
2022-08-21remoteproc: k3-r5: Fix refcount leak in k3_r5_cluster_of_initMiaoqian Lin1-0/+2
2022-04-08remoteproc: qcom_q6v5_mss: Fix some leaks in q6v5_alloc_memory_regionMiaoqian Lin1-4/+7
2022-04-08remoteproc: qcom_wcnss: Add missing of_node_put() in wcnss_alloc_memory_regionMiaoqian Lin1-0/+1
2022-04-08remoteproc: qcom: Fix missing of_node_put in adsp_alloc_memory_regionMiaoqian Lin1-0/+1
2022-04-08remoteproc: Fix count check in rproc_coredump_write()Alistair Delva1-1/+1
2022-01-20remoteproc: qcom: pil_info: Don't memcpy_toio more than is providedStephen Boyd1-1/+1
2021-11-18remoteproc: Fix a memory leak in an error handling path in 'rproc_handle_vdev()'Christophe JAILLET1-3/+5
2021-07-20remoteproc: k3-r5: Fix an error messageChristophe JAILLET1-1/+1
2021-07-20remoteproc: core: Fix cdev remove and rproc delSiddharth Gupta2-2/+2
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