aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2025-11-29remoteproc: qcom_q6v5_wcss: use optional reset for wcss_q6_bcr_resetAlexandru Gagniuc1-1/+2
2025-11-29remoteproc: 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
2025-11-19remoteproc: imx_dsp_rproc: Simplify power domain attach and error handlingPeng Fan1-22/+8
2025-11-10remoteproc: mediatek: Change the snprintf() checkingDan Carpenter1-4/+4
2025-10-27remoteproc: core: Remove unused export of rproc_va_to_paPeng Fan1-1/+0
2025-10-27remoteproc: core: Removed unused headersPeng Fan1-4/+0
2025-10-27remoteproc: core: Sort header includesPeng Fan1-14/+14
2025-10-27remoteproc: core: Drop redundant initialization of 'ret' in rproc_shutdown()Peng Fan1-1/+1
2025-10-24remoteproc: imx_rproc: Remove the assignement to methodPeng Fan1-10/+0
2025-10-24remoteproc: imx_rproc: Enable PM runtime support unconditionallyPeng Fan1-14/+8
2025-10-24remoteproc: imx_rproc: Make detach operation platform-specificPeng Fan2-5/+14
2025-10-24remoteproc: imx_rproc: Simplify clock enable logic using dcfg flagsPeng Fan2-25/+16
2025-10-20remoteproc: mtk_scp: Construct FW path if firmware-name not presentAngeloGioacchino Del Regno1-6/+59
2025-10-14remoteproc: imx_rproc: Use devm_rproc_add() helperPeng Fan1-2/+1
2025-10-14remoteproc: imx_rproc: Use devm_add_action_or_reset() for scu cleanupPeng Fan1-22/+13
2025-10-14remoteproc: imx_rproc: Use devm_clk_get_enabled() and simplify cleanupPeng Fan1-16/+6
2025-10-14remoteproc: imx_rproc: Use devm_add_action_or_reset() for mailbox cleanupPeng Fan1-10/+11
2025-10-14remoteproc: imx_rproc: Use devm_add_action_or_reset() for workqueue cleanupPeng Fan1-4/+12
2025-10-14remoteproc: imx_rproc: Fix runtime PM cleanup and improve remove pathPeng Fan1-2/+7
2025-10-04Merge tag 'rproc-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds13-364/+437
2025-09-23remoteproc: pru: Fix potential NULL pointer dereference in pru_rproc_set_ctab...Zhen Ni1-1/+2
2025-09-22remoteproc: qcom: pas: Drop redundant assignment to retStephan Gerhold1-1/+1
2025-09-22remoteproc: qcom: pas: Shutdown lite ADSP DTB on X1EStephan Gerhold1-0/+6
2025-09-22remoteproc: qcom: q6v5: Avoid handling handover twiceStephan Gerhold1-0/+5
2025-09-22remoteproc: qcom: q6v5: Avoid disabling handover IRQ twiceStephan Gerhold1-3/+0
2025-09-20remoteproc: qcom: pas: Add Milos remoteproc supportLuca Weiss1-0/+24
2025-09-20remoteproc: qcom_q6v5_mss: support loading MBN file on msm8974Dmitry Baryshkov1-1/+10
2025-09-15remoteproc: imx_rproc: Clean up after ops introductionPeng Fan1-22/+12