summaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)Author
2025-11-29remoteproc: qcom_q6v5_wcss: use optional reset for wcss_q6_bcr_resetAlexandru Gagniuc
2025-11-29remoteproc: qcom_q6v5_wcss: fix parsing of qcom,halt-regsAlexandru Gagniuc
2025-11-29remoteproc: qcom_wcnss: Fix NULL vs IS_ERR() bug in wcnss_alloc_memory_region()Dan Carpenter
2025-11-29remoteproc: qcom: q6v5: Fix NULL vs IS_ERR() bug in q6v5_alloc_memory_region()Dan Carpenter
2025-11-29remoteproc: qcom: pas: Fix a couple NULL vs IS_ERR() bugsDan Carpenter
2025-11-29remoteproc: qcom_q6v5_adsp: Fix a NULL vs IS_ERR() check in adsp_alloc_memory...Dan Carpenter
2025-11-27remoteproc: imx_dsp_rproc: Fix NULL vs IS_ERR() bug in imx_dsp_rproc_add_carv...Dan Carpenter
2025-11-27remoteproc: st: Fix indexing of memory-regionsBjorn Andersson
2025-11-26remoteproc: qcom: pas: Add support for SDM660 CDSPNickolay Goppen
2025-11-26remoteproc: omap: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus
2025-11-26remoteproc: qcom: Use of_reserved_mem_region_* functions for "memory-region"Rob Herring (Arm)
2025-11-26remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8974Luca Weiss
2025-11-25remoteproc: Use of_reserved_mem_region_* functions for "memory-region"Rob Herring (Arm)
2025-11-19remoteproc: imx_dsp_rproc: Simplify start/stop error handlingPeng Fan
2025-11-19remoteproc: imx_rproc: Remove enum imx_rproc_methodPeng Fan
2025-11-19remoteproc: imx_dsp_rproc: Simplify IMX_RPROC_RESET_CONTROLLER switch casePeng Fan
2025-11-19remoteproc: imx_dsp_rproc: Simplify IMX_RPROC_SCU_API switch casePeng Fan
2025-11-19remoteproc: imx_dsp_rproc: Simplify IMX_RPROC_MMIO switch casePeng Fan
2025-11-19remoteproc: imx_dsp_rproc: Move imx_dsp_rproc_dcfg closer to imx_dsp_rproc_of...Peng Fan
2025-11-19remoteproc: imx_dsp_rproc: Use start/stop/detect_mode ops from imx_rproc_dcfgPeng Fan
2025-11-19remoteproc: imx_dsp_rproc: Drop extra spacePeng Fan
2025-11-19remoteproc: imx_dsp_rproc: Use dev_err_probe() for firmware and mode errorsPeng Fan
2025-11-19remoteproc: imx_dsp_rproc: Use devm_pm_runtime_enable() helperPeng Fan
2025-11-19remoteproc: imx_dsp_rproc: Use devm_rproc_add() helperPeng Fan
2025-11-19remoteproc: imx_dsp_rproc: Simplify power domain attach and error handlingPeng Fan
2025-11-10remoteproc: mediatek: Change the snprintf() checkingDan Carpenter
2025-10-27remoteproc: core: Remove unused export of rproc_va_to_paPeng Fan
2025-10-27remoteproc: core: Removed unused headersPeng Fan
2025-10-27remoteproc: core: Sort header includesPeng Fan
2025-10-27remoteproc: core: Drop redundant initialization of 'ret' in rproc_shutdown()Peng Fan
2025-10-24remoteproc: imx_rproc: Remove the assignement to methodPeng Fan
2025-10-24remoteproc: imx_rproc: Enable PM runtime support unconditionallyPeng Fan
2025-10-24remoteproc: imx_rproc: Make detach operation platform-specificPeng Fan
2025-10-24remoteproc: imx_rproc: Simplify clock enable logic using dcfg flagsPeng Fan
2025-10-20remoteproc: mtk_scp: Construct FW path if firmware-name not presentAngeloGioacchino Del Regno
2025-10-14remoteproc: imx_rproc: Use devm_rproc_add() helperPeng Fan
2025-10-14remoteproc: imx_rproc: Use devm_add_action_or_reset() for scu cleanupPeng Fan
2025-10-14remoteproc: imx_rproc: Use devm_clk_get_enabled() and simplify cleanupPeng Fan
2025-10-14remoteproc: imx_rproc: Use devm_add_action_or_reset() for mailbox cleanupPeng Fan
2025-10-14remoteproc: imx_rproc: Use devm_add_action_or_reset() for workqueue cleanupPeng Fan
2025-10-14remoteproc: imx_rproc: Fix runtime PM cleanup and improve remove pathPeng Fan
2025-10-04Merge tag 'rproc-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds
2025-09-23remoteproc: pru: Fix potential NULL pointer dereference in pru_rproc_set_ctab...Zhen Ni
2025-09-22remoteproc: qcom: pas: Drop redundant assignment to retStephan Gerhold
2025-09-22remoteproc: qcom: pas: Shutdown lite ADSP DTB on X1EStephan Gerhold
2025-09-22remoteproc: qcom: q6v5: Avoid handling handover twiceStephan Gerhold
2025-09-22remoteproc: qcom: q6v5: Avoid disabling handover IRQ twiceStephan Gerhold
2025-09-20remoteproc: qcom: pas: Add Milos remoteproc supportLuca Weiss
2025-09-20remoteproc: qcom_q6v5_mss: support loading MBN file on msm8974Dmitry Baryshkov
2025-09-15remoteproc: imx_rproc: Clean up after ops introductionPeng Fan