aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc/imx_dsp_rproc.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-21Merge tag 'rproc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Gravatar Linus Torvalds 1-7/+4
2024-02-14remoteproc: imx_dsp_rproc: Convert to dev_pm_domain_attach|detach_list()Gravatar Ulf Hansson 1-73/+9
2024-02-02remoteproc: imx_dsp_rproc: Use devm_rproc_alloc() helperGravatar Andrew Davis 1-7/+4
2023-11-20remoteproc: imx_dsp_rproc: Add mandatory find_loaded_rsc_table opGravatar Iuliana Prodan 1-0/+1
2023-07-15remoteproc: Explicitly include correct DT includesGravatar Rob Herring 1-2/+1
2023-05-09remoteproc: imx_dsp_rproc: use modern pm_opsGravatar Arnd Bergmann 1-6/+5
2023-05-09remoteproc: imx_dsp: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-04-11remoteproc: imx_dsp_rproc: Fix kernel test robot sparse warningGravatar Mathieu Poirier 1-4/+4
2023-04-10remoteproc: imx_dsp_rproc: Improve exception handling in imx_dsp_rproc_mbox_a...Gravatar Markus Elfring 1-11/+7
2023-04-03remoteproc: imx_dsp_rproc: Call of_node_put() on iteration errorGravatar Mathieu Poirier 1-3/+9
2023-03-13remoteproc: imx_dsp_rproc: Add custom memory copy implementation for i.MX DSP...Gravatar Iuliana Prodan 1-1/+186
2023-03-13remoteproc: imx_dsp_rproc: Add module parameter to ignore ready flag from rem...Gravatar Iuliana Prodan 1-2/+30
2022-10-24remoteproc: imx_dsp_rproc: Add mutex protection for workqueueGravatar Shengjiu Wang 1-3/+9
2022-08-23remoteproc: imx_dsp_rproc: fix argument 2 of rproc_mem_entry_initGravatar Shengjiu Wang 1-2/+2
2022-04-13remoteproc: imx_dsp_rproc: Make rsc_table optionalGravatar Daniel Baluta 1-1/+9
2022-04-13remoteproc: imx_dsp_rproc: use common rproc_elf_load_segmentsGravatar Peng Fan 1-94/+1
2021-10-14remoteproc: imx_dsp_rproc: mark PM functions as __maybe_unusedGravatar Arnd Bergmann 1-2/+2
2021-10-13remoteproc: imx_dsp_rproc: Correct the comment style of copyrightGravatar Shengjiu Wang 1-1/+1
2021-10-12remoteproc: imx_dsp_rproc: Add remoteproc driver for DSP on i.MXGravatar Shengjiu Wang 1-0/+1206