aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2023-05-09remoteproc: qcom_wcnss: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-05-09remoteproc: qcom_q6v5_wcss: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-05-09remoteproc: qcom_q6v5_pas: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-05-09remoteproc: qcom_q6v5_mss: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-05-09remoteproc: qcom_q6v5_adsp: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-05-09remoteproc: pru: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-05-09remoteproc: omap: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-05-09remoteproc: mtk_scp: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-05-09remoteproc: meson_mx_ao_arc: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-05-09remoteproc: keystone: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-05-09remoteproc: imx: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-05-09remoteproc: imx_dsp: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-05-09remoteproc: da8xx: Convert to platform remove callback returning voidGravatar Uwe Kleine-König 1-4/+2
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 2-4/+4
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2023-04-25Merge tag 'rproc-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Gravatar Linus Torvalds 15-184/+626
2023-04-18remoteproc: st: Use of_property_present() for testing DT property presenceGravatar Rob Herring 1-1/+1
2023-04-13remoteproc: remove MODULE_LICENSE in non-modulesGravatar Nick Alcock 1-1/+0
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-08ELF: fix all "Elf" typosGravatar Alexey Dobriyan 2-4/+4
2023-04-05remoteproc: pru: Remove always true check positive unsigned valueGravatar Simon Horman 1-3/+2
2023-04-03remoteproc: stm32_rproc: Add mutex protection for workqueueGravatar Arnaud Pouliquen 1-0/+8
2023-04-03remoteproc: Remove unnecessary (void*) conversionsGravatar Yu Zhe 7-41/+41
2023-04-03remoteproc: imx_dsp_rproc: Call of_node_put() on iteration errorGravatar Mathieu Poirier 1-3/+9
2023-04-03remoteproc: imx_rproc: Call of_node_put() on iteration errorGravatar Mathieu Poirier 1-2/+5
2023-04-03remoteproc: rcar_rproc: Call of_node_put() on iteration errorGravatar Mathieu Poirier 1-2/+7
2023-04-03remoteproc: st: Call of_node_put() on iteration errorGravatar Mathieu Poirier 1-1/+4
2023-04-03remoteproc: stm32: Call of_node_put() on iteration errorGravatar Mathieu Poirier 1-1/+5
2023-03-29remoteproc: k3-r5: Use separate compatible string for TI AM62x SoC familyGravatar Devarsh Thakkar 1-12/+47
2023-03-29remoteproc: k3-r5: Simplify cluster mode setting usageGravatar Devarsh Thakkar 1-36/+40
2023-03-16remoteproc/mtk_scpi_ipi: Fix one kernel-doc commentGravatar Yang Li 1-1/+1
2023-03-15firmware: qcom_scm: Use fixed width src vm bitmapGravatar Elliot Berman 2-5/+5
2023-03-14remoteproc: xilinx: Add mailbox channels for rpmsgGravatar Tanmay Shah 1-1/+217
2023-03-14drivers: remoteproc: xilinx: Fix carveout namesGravatar Tanmay Shah 1-70/+20
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
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-3/+3
2023-02-26Merge tag 'rproc-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Gravatar Linus Torvalds 13-154/+887
2023-02-26Merge tag 'rpmsg-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Gravatar Linus Torvalds 1-1/+2
2023-02-14remoteproc: qcom_q6v5_pas: enable sm8550 adsp & cdsp autobootGravatar Neil Armstrong 1-2/+2
2023-02-14remoteproc: qcom: pas: Add sm6115 remoteprocsGravatar Bhupesh Sharma 1-0/+3
2023-02-14remoteproc: qcom: pas: Adjust the phys addr wrt the mem regionGravatar Yogesh Lal 3-6/+32
2023-02-14remoteproc: qcom: fix sparse warningsGravatar Mukesh Ojha 1-2/+2
2023-02-14remoteproc: qcom: replace kstrdup with kstrndupGravatar Mukesh Ojha 1-1/+1
2023-02-14rpmsg: glink: smem: Wrap driver contextGravatar Bjorn Andersson 1-1/+2
2023-02-12remoteproc: mediatek: Check the SCP image formatGravatar Tinghan Shen 1-0/+1
2023-02-08firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Gravatar Elliot Berman 3-3/+3
2023-01-25iommu: Add a gfp parameter to iommu_map()Gravatar Jason Gunthorpe 1-2/+3
2023-01-18remoteproc: qcom_q6v5_mss: Use a carveout to authenticate modem headersGravatar Sibi Sankar 1-6/+53