index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
remoteproc
/
imx_dsp_rproc.c
Age
Commit message (
Expand
)
Author
2026-01-05
remoteproc: imx_dsp_rproc: Only reset carveout memory at RPROC_OFFLINE state
Shengjiu Wang
2025-12-17
remoteproc: imx_dsp_rproc: Fix multiple start/stop operations
Daniel Baluta
2025-12-14
remoteproc: imx_dsp_rproc: Wait for suspend ACK only if WAIT_FW_CONFIRMATION ...
Iuliana Prodan
2025-12-14
remoteproc: imx_dsp_rproc: Rename macro to reflect multiple contexts
Iuliana Prodan
2025-12-14
remoteproc: imx_dsp_rproc: Skip RP_MBOX_SUSPEND_SYSTEM when mailbox TX channe...
Iuliana Prodan
2025-11-27
remoteproc: imx_dsp_rproc: Fix NULL vs IS_ERR() bug in imx_dsp_rproc_add_carv...
Dan Carpenter
2025-11-25
remoteproc: Use of_reserved_mem_region_* functions for "memory-region"
Rob Herring (Arm)
2025-11-19
remoteproc: imx_dsp_rproc: Simplify start/stop error handling
Peng Fan
2025-11-19
remoteproc: imx_dsp_rproc: Simplify IMX_RPROC_RESET_CONTROLLER switch case
Peng Fan
2025-11-19
remoteproc: imx_dsp_rproc: Simplify IMX_RPROC_SCU_API switch case
Peng Fan
2025-11-19
remoteproc: imx_dsp_rproc: Simplify IMX_RPROC_MMIO switch case
Peng Fan
2025-11-19
remoteproc: imx_dsp_rproc: Move imx_dsp_rproc_dcfg closer to imx_dsp_rproc_of...
Peng Fan
2025-11-19
remoteproc: imx_dsp_rproc: Use start/stop/detect_mode ops from imx_rproc_dcfg
Peng Fan
2025-11-19
remoteproc: imx_dsp_rproc: Drop extra space
Peng Fan
2025-11-19
remoteproc: imx_dsp_rproc: Use dev_err_probe() for firmware and mode errors
Peng Fan
2025-11-19
remoteproc: imx_dsp_rproc: Use devm_pm_runtime_enable() helper
Peng Fan
2025-11-19
remoteproc: imx_dsp_rproc: Use devm_rproc_add() helper
Peng Fan
2025-11-19
remoteproc: imx_dsp_rproc: Simplify power domain attach and error handling
Peng Fan
2025-08-20
remoteproc: imx_dsp_rproc: Add support of recovery and coredump process
Shengjiu Wang
2025-04-22
remoteproc: imx_dsp_rproc: Add support for DSP-specific features
Iuliana Prodan
2025-03-14
remoteproc: imx_dsp_rproc: Document run_stall struct member
Daniel Baluta
2025-03-13
imx_dsp_rproc: Use reset controller API to control the DSP
Daniel Baluta
2024-10-29
remoteproc: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-08-13
remoteproc: Use of_property_present()
Rob Herring (Arm)
2024-03-21
Merge tag 'rproc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...
Linus Torvalds
2024-02-14
remoteproc: imx_dsp_rproc: Convert to dev_pm_domain_attach|detach_list()
Ulf Hansson
2024-02-02
remoteproc: imx_dsp_rproc: Use devm_rproc_alloc() helper
Andrew Davis
2023-11-20
remoteproc: imx_dsp_rproc: Add mandatory find_loaded_rsc_table op
Iuliana Prodan
2023-07-15
remoteproc: Explicitly include correct DT includes
Rob Herring
2023-05-09
remoteproc: imx_dsp_rproc: use modern pm_ops
Arnd Bergmann
2023-05-09
remoteproc: imx_dsp: Convert to platform remove callback returning void
Uwe Kleine-König
2023-04-11
remoteproc: imx_dsp_rproc: Fix kernel test robot sparse warning
Mathieu Poirier
2023-04-10
remoteproc: imx_dsp_rproc: Improve exception handling in imx_dsp_rproc_mbox_a...
Markus Elfring
2023-04-03
remoteproc: imx_dsp_rproc: Call of_node_put() on iteration error
Mathieu Poirier
2023-03-13
remoteproc: imx_dsp_rproc: Add custom memory copy implementation for i.MX DSP...
Iuliana Prodan
2023-03-13
remoteproc: imx_dsp_rproc: Add module parameter to ignore ready flag from rem...
Iuliana Prodan
2022-10-24
remoteproc: imx_dsp_rproc: Add mutex protection for workqueue
Shengjiu Wang
2022-08-23
remoteproc: imx_dsp_rproc: fix argument 2 of rproc_mem_entry_init
Shengjiu Wang
2022-04-13
remoteproc: imx_dsp_rproc: Make rsc_table optional
Daniel Baluta
2022-04-13
remoteproc: imx_dsp_rproc: use common rproc_elf_load_segments
Peng Fan
2021-10-14
remoteproc: imx_dsp_rproc: mark PM functions as __maybe_unused
Arnd Bergmann
2021-10-13
remoteproc: imx_dsp_rproc: Correct the comment style of copyright
Shengjiu Wang
2021-10-12
remoteproc: imx_dsp_rproc: Add remoteproc driver for DSP on i.MX
Shengjiu Wang