summaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2026-03-05remoteproc: imx_rproc: Fix unreachable platform prepare_opsPeng Fan1-1/+1
2026-03-05remoteproc: mediatek: Unprepare SCP clock during system suspendTzung-Bi Shih1-0/+39
2026-03-04remoteproc: sysmon: Correct subsys_name_len type in QMI requestBjorn Andersson1-1/+1
2026-02-23remoteproc: qcom_wcnss: Fix reserved region mapping failureRob Herring (Arm)1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds8-17/+17
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook8-18/+17
2026-02-03remoteproc: imx_rproc: Fix invalid loaded resource table detectionPeng Fan1-0/+4
2026-01-26remoteproc: mediatek: Break lock dependency to `prepare_lock`Tzung-Bi Shih2-13/+30
2026-01-14Merge branch '20260105-kvmrprocv10-v10-0-022e96815380@oss.qualcomm.com' of ht...Bjorn Andersson1-35/+130
2026-01-13remoteproc: qcom: pas: Enable Secure PAS support with IOMMU managed by LinuxMukesh Ojha1-5/+43
2026-01-13remoteproc: pas: Extend parse_fw callback to fetch resources via SMC callMukesh Ojha1-2/+57
2026-01-13soc: qcom: mdtloader: Add PAS context aware qcom_mdt_pas_load() functionMukesh Ojha1-19/+5
2026-01-13remoteproc: pas: Replace metadata context with PAS context structureMukesh Ojha1-11/+27
2026-01-13remoteproc: imx_rproc: Add support for i.MX95Peng Fan1-0/+22
2026-01-13remoteproc: imx_rproc: Add support for System Manager CPU APIPeng Fan1-2/+33
2026-01-13remoteproc: imx_rproc: Add support for System Manager LMM APIPeng Fan3-0/+171
2026-01-13remoteproc: imx_rproc: Introduce prepare ops for imx_rproc_dcfgPeng Fan2-0/+6
2026-01-13remoteproc: imx_rproc: Add runtime ops copy to support dynamic behaviorPeng Fan1-14/+13
2026-01-06remoteproc: xlnx_r5: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-7/+2
2026-01-06remoteproc: mtk_scp: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-6/+1
2026-01-06remoteproc: imx_dsp_rproc: Only reset carveout memory at RPROC_OFFLINE stateShengjiu Wang1-3/+5
2025-12-17remoteproc: imx_dsp_rproc: Fix multiple start/stop operationsDaniel Baluta1-17/+33
2025-12-17remoteproc: imx_rproc: Use strstarts for "rsc-table" checkShenwei Wang1-1/+1
2025-12-15remoteproc: imx_dsp_rproc: Wait for suspend ACK only if WAIT_FW_CONFIRMATION ...Iuliana Prodan1-0/+6
2025-12-15remoteproc: imx_dsp_rproc: Rename macro to reflect multiple contextsIuliana Prodan1-11/+11
2025-12-15remoteproc: imx_dsp_rproc: Skip RP_MBOX_SUSPEND_SYSTEM when mailbox TX channe...Iuliana Prodan1-0/+9
2025-11-30remoteproc: qcom_q6v5_wcss: use optional reset for wcss_q6_bcr_resetAlexandru Gagniuc1-1/+2
2025-11-30remoteproc: qcom_q6v5_wcss: fix parsing of qcom,halt-regsAlexandru Gagniuc1-4/+4
2025-11-29remoteproc: qcom_wcnss: Fix NULL vs IS_ERR() bug in wcnss_alloc_memory_region()Dan Carpenter1-2/+2
2025-11-29remoteproc: qcom: q6v5: Fix NULL vs IS_ERR() bug in q6v5_alloc_memory_region()Dan Carpenter1-2/+2
2025-11-29remoteproc: qcom: pas: Fix a couple NULL vs IS_ERR() bugsDan Carpenter1-4/+4
2025-11-29remoteproc: qcom_q6v5_adsp: Fix a NULL vs IS_ERR() check in adsp_alloc_memory...Dan Carpenter1-2/+3
2025-11-27remoteproc: imx_dsp_rproc: Fix NULL vs IS_ERR() bug in imx_dsp_rproc_add_carv...Dan Carpenter1-2/+2
2025-11-27remoteproc: st: Fix indexing of memory-regionsBjorn Andersson1-1/+0
2025-11-26remoteproc: qcom: pas: Add support for SDM660 CDSPNickolay Goppen1-0/+1
2025-11-26remoteproc: omap: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus1-3/+0
2025-11-26remoteproc: qcom: Use of_reserved_mem_region_* functions for "memory-region"Rob Herring (Arm)5-129/+72
2025-11-26remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8974Luca Weiss1-1/+1
2025-11-25remoteproc: Use of_reserved_mem_region_* functions for "memory-region"Rob Herring (Arm)7-196/+129
2025-11-19remoteproc: imx_dsp_rproc: Simplify start/stop error handlingPeng Fan1-21/+18
2025-11-19remoteproc: imx_rproc: Remove enum imx_rproc_methodPeng Fan1-8/+0
2025-11-19remoteproc: imx_dsp_rproc: Simplify IMX_RPROC_RESET_CONTROLLER switch casePeng Fan2-33/+38
2025-11-19remoteproc: imx_dsp_rproc: Simplify IMX_RPROC_SCU_API switch casePeng Fan2-21/+29
2025-11-19remoteproc: imx_dsp_rproc: Simplify IMX_RPROC_MMIO switch casePeng Fan2-23/+40
2025-11-19remoteproc: imx_dsp_rproc: Move imx_dsp_rproc_dcfg closer to imx_dsp_rproc_of...Peng Fan1-50/+50
2025-11-19remoteproc: imx_dsp_rproc: Use start/stop/detect_mode ops from imx_rproc_dcfgPeng Fan1-0/+16
2025-11-19remoteproc: imx_dsp_rproc: Drop extra spacePeng Fan1-2/+2
2025-11-19remoteproc: imx_dsp_rproc: Use dev_err_probe() for firmware and mode errorsPeng Fan1-9/+4
2025-11-19remoteproc: imx_dsp_rproc: Use devm_pm_runtime_enable() helperPeng Fan1-9/+1
2025-11-19remoteproc: imx_dsp_rproc: Use devm_rproc_add() helperPeng Fan1-4/+1