summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
...
| * remoteproc: qcom_q6v5_mss: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: qcom_q6v5_adsp: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: pru: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: omap: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: mtk_scp: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: meson_mx_ao_arc: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: keystone: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: imx: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: imx_dsp: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: da8xx: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
* | Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-06-291-15/+0
|\ \
| * | soc: ti: pruss: Add helper functions to set GPI mode, MII_RT_event and XFRSuman Anna2023-05-171-15/+0
| |/
* / remoteproc: stm32: use correct format strings on 64-bitArnd Bergmann2023-06-222-4/+4
|/
* Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-04-272-4/+4
|\
| * ELF: fix all "Elf" typosAlexey Dobriyan2023-04-082-4/+4
* | Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-04-271-1/+0
|\ \
| * | remoteproc: remove MODULE_LICENSE in non-modulesNick Alcock2023-04-131-1/+0
| |/
* | Merge tag 'rproc-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds2023-04-2515-184/+626
|\ \
| * | remoteproc: st: Use of_property_present() for testing DT property presenceRob Herring2023-04-181-1/+1
| * | remoteproc: imx_dsp_rproc: Fix kernel test robot sparse warningMathieu Poirier2023-04-111-4/+4
| * | remoteproc: imx_dsp_rproc: Improve exception handling in imx_dsp_rproc_mbox_a...Markus Elfring2023-04-101-11/+7
| * | remoteproc: pru: Remove always true check positive unsigned valueSimon Horman2023-04-051-3/+2
| * | remoteproc: stm32_rproc: Add mutex protection for workqueueArnaud Pouliquen2023-04-031-0/+8
| * | remoteproc: Remove unnecessary (void*) conversionsYu Zhe2023-04-037-41/+41
| * | remoteproc: imx_dsp_rproc: Call of_node_put() on iteration errorMathieu Poirier2023-04-031-3/+9
| * | remoteproc: imx_rproc: Call of_node_put() on iteration errorMathieu Poirier2023-04-031-2/+5
| * | remoteproc: rcar_rproc: Call of_node_put() on iteration errorMathieu Poirier2023-04-031-2/+7
| * | remoteproc: st: Call of_node_put() on iteration errorMathieu Poirier2023-04-031-1/+4
| * | remoteproc: stm32: Call of_node_put() on iteration errorMathieu Poirier2023-04-031-1/+5
| * | remoteproc: k3-r5: Use separate compatible string for TI AM62x SoC familyDevarsh Thakkar2023-03-291-12/+47
| * | remoteproc: k3-r5: Simplify cluster mode setting usageDevarsh Thakkar2023-03-291-36/+40
| * | remoteproc/mtk_scpi_ipi: Fix one kernel-doc commentYang Li2023-03-161-1/+1
| * | remoteproc: xilinx: Add mailbox channels for rpmsgTanmay Shah2023-03-141-1/+217
| * | drivers: remoteproc: xilinx: Fix carveout namesTanmay Shah2023-03-141-70/+20
| * | remoteproc: imx_dsp_rproc: Add custom memory copy implementation for i.MX DSP...Iuliana Prodan2023-03-131-1/+186
| * | remoteproc: imx_dsp_rproc: Add module parameter to ignore ready flag from rem...Iuliana Prodan2023-03-131-2/+30
| |/
* / firmware: qcom_scm: Use fixed width src vm bitmapElliot Berman2023-03-152-5/+5
|/
* Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-273-3/+3
|\
| * firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman2023-02-083-3/+3
* | Merge tag 'rproc-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds2023-02-2613-154/+887
|\ \
| * | remoteproc: qcom_q6v5_pas: enable sm8550 adsp & cdsp autobootNeil Armstrong2023-02-141-2/+2
| * | remoteproc: qcom: pas: Add sm6115 remoteprocsBhupesh Sharma2023-02-141-0/+3
| * | remoteproc: qcom: pas: Adjust the phys addr wrt the mem regionYogesh Lal2023-02-143-6/+32
| * | remoteproc: qcom: fix sparse warningsMukesh Ojha2023-02-141-2/+2
| * | remoteproc: qcom: replace kstrdup with kstrndupMukesh Ojha2023-02-141-1/+1
| * | remoteproc: mediatek: Check the SCP image formatTinghan Shen2023-02-121-0/+1
| * | remoteproc: qcom_q6v5_mss: Use a carveout to authenticate modem headersSibi Sankar2023-01-181-6/+53
| * | Revert "remoteproc: qcom_q6v5_mss: map/unmap metadata region before/after use"Christoph Hellwig2023-01-181-32/+6
| * | remoteproc: qcom_q6v5_pas: add sm8550 adsp, cdsp & mpss compatible & dataNeil Armstrong2023-01-181-0/+63
| * | remoteproc: qcom_q6v5_pas: add support for assigning memory to firmwareNeil Armstrong2023-01-181-0/+71