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