summaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2023-05-17remoteproc: st: Call of_node_put() on iteration errorMathieu Poirier1-1/+4
2023-05-17remoteproc: stm32: Call of_node_put() on iteration errorMathieu Poirier1-1/+5
2023-03-11remoteproc: qcom_q6v5_mss: Use a carveout to authenticate modem headersSibi Sankar1-6/+53
2023-01-18remoteproc: qcom_q6v5_pas: Fix missing of_node_put() in adsp_alloc_memory_reg...Yuan Can1-0/+1
2023-01-18remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev()Gaosheng Cui1-1/+4
2022-08-25remoteproc: qcom: wcnss: Fix handling of IRQsSireesh Kodali1-2/+8
2022-04-15remoteproc: qcom_wcnss: Add missing of_node_put() in wcnss_alloc_memory_regionMiaoqian Lin1-0/+1
2022-04-15remoteproc: qcom: Fix missing of_node_put in adsp_alloc_memory_regionMiaoqian Lin1-0/+1
2020-12-30remoteproc: qcom: Fix potential NULL dereference in adsp_init_mmio()Zhang Changzhong1-6/+3
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-08-21remoteproc: qcom_q6v5_mss: Validate modem blob firmware size before loadSibi Sankar1-3/+2
2020-08-21remoteproc: qcom_q6v5_mss: Validate MBA firmware size before loadSibi Sankar1-0/+6
2020-08-21remoteproc: qcom: q6v5: Update running state before requesting stopSibi Sankar1-0/+2
2020-06-24remoteproc: qcom_q6v5_mss: map/unmap mpss segments before/after useSibi Sankar1-11/+20
2020-06-24remoteproc: Fix IDR initialisation in rproc_alloc()Alex Elder1-2/+1
2020-06-17remoteproc: Fix and restore the parenting hierarchy for vdevSuman Anna1-1/+1
2020-06-17remoteproc: Fall back to using parent memory pool if no dedicated availableTero Kristo1-0/+12
2020-05-10remoteproc: qcom_q6v5_mss: fix a bug in q6v5_probe()Alex Elder1-1/+1
2020-05-02remoteproc: Fix wrong rvring index computationClement Leger1-1/+1
2020-04-17remoteproc: Fix NULL pointer dereference in rproc_virtio_notifyNikita Shubin1-0/+7
2020-04-17remoteproc: qcom_q6v5_mss: Reload the mba region on coredumpSibi Sankar1-1/+18
2020-04-17remoteproc: qcom_q6v5_mss: Don't reassign mpss region on shutdownBjorn Andersson1-11/+24
2020-02-24remoteproc: Initialize rproc_class before useBrandon Maier1-1/+1
2019-09-22Merge tag 'rproc-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/ander...Linus Torvalds7-41/+35
2019-09-04remoteproc: don't allow modular buildChristoph Hellwig1-1/+1
2019-08-27remoteproc: Remove dev_err() usage after platform_get_irq()Stephen Boyd3-37/+6
2019-08-27remoteproc: stm32: manage the get_irq probe defer caseFabien Dessenne1-0/+3
2019-08-27remoteproc: stm32: clear MCU PDDS at firmware startFabien Dessenne1-0/+11
2019-08-27remoteproc: qcom: q6v5-mss: fixup q6v5_pds_enable error handlingSibi Sankar1-2/+2
2019-08-27remoteproc: Add a sysfs interface for nameSuman Anna1-0/+11
2019-07-25remoteproc: qcom: Move glink_ssr notification after stopBjorn Andersson1-2/+2
2019-07-17Merge tag 'rproc-v5.3' of git://github.com/andersson/remoteprocLinus Torvalds9-33/+757
2019-07-08remoteproc: stm32: fix building without ARM SMCCArnd Bergmann1-1/+1
2019-07-04remoteproc: qcom: q6v5-mss: Fix build error without QCOM_MDT_LOADERYueHaibing1-0/+1
2019-07-02remoteproc: copy parent dma_pfn_offset for vdevClement Leger1-0/+1
2019-07-02remoteproc: qcom: q6v5-mss: Support loading non-split imagesBjorn Andersson1-8/+25
2019-06-30remoteproc: stm32: add an ST stm32_rproc driverFabien Dessenne3-0/+644
2019-06-29remoteproc: Use struct_size() helperGustavo A. R. Silva1-2/+1
2019-06-29remoteproc: add vendor resources handlingClement Leger2-0/+25
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner3-12/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2-18/+2
2019-06-04remoteproc: imx: Fix typo in "failed"Fabio Estevam1-4/+4
2019-06-04remoteproc: imx: Broaden the Kconfig selection logicFabio Estevam1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner12-108/+12
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-22remoteproc: qcom: qdsp6-adsp: Add support for QCS404 CDSPBjorn Andersson1-18/+55
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-03-14Merge tag 'rproc-v5.1' of git://github.com/andersson/remoteprocLinus Torvalds10-92/+595
2019-03-13remoteproc: fix for "dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag"Stephen Rothwell1-2/+1