summaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2023-04-28Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds2-4/+4
2023-04-28Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2023-04-26Merge tag 'rproc-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds15-184/+626
2023-04-19remoteproc: st: Use of_property_present() for testing DT property presenceRob Herring1-1/+1
2023-04-13remoteproc: remove MODULE_LICENSE in non-modulesNick Alcock1-1/+0
2023-04-11remoteproc: imx_dsp_rproc: Fix kernel test robot sparse warningMathieu Poirier1-4/+4
2023-04-10remoteproc: imx_dsp_rproc: Improve exception handling in imx_dsp_rproc_mbox_a...Markus Elfring1-11/+7
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan2-4/+4
2023-04-05remoteproc: pru: Remove always true check positive unsigned valueSimon Horman1-3/+2
2023-04-03remoteproc: stm32_rproc: Add mutex protection for workqueueArnaud Pouliquen1-0/+8
2023-04-03remoteproc: Remove unnecessary (void*) conversionsYu Zhe7-41/+41
2023-04-03remoteproc: imx_dsp_rproc: Call of_node_put() on iteration errorMathieu Poirier1-3/+9
2023-04-03remoteproc: imx_rproc: Call of_node_put() on iteration errorMathieu Poirier1-2/+5
2023-04-03remoteproc: rcar_rproc: Call of_node_put() on iteration errorMathieu Poirier1-2/+7
2023-04-03remoteproc: st: Call of_node_put() on iteration errorMathieu Poirier1-1/+4
2023-04-03remoteproc: stm32: Call of_node_put() on iteration errorMathieu Poirier1-1/+5
2023-03-30remoteproc: k3-r5: Use separate compatible string for TI AM62x SoC familyDevarsh Thakkar1-12/+47
2023-03-30remoteproc: k3-r5: Simplify cluster mode setting usageDevarsh Thakkar1-36/+40
2023-03-16remoteproc/mtk_scpi_ipi: Fix one kernel-doc commentYang Li1-1/+1
2023-03-16firmware: qcom_scm: Use fixed width src vm bitmapElliot Berman2-5/+5
2023-03-14remoteproc: xilinx: Add mailbox channels for rpmsgTanmay Shah1-1/+217
2023-03-14drivers: remoteproc: xilinx: Fix carveout namesTanmay Shah1-70/+20
2023-03-13remoteproc: imx_dsp_rproc: Add custom memory copy implementation for i.MX DSP...Iuliana Prodan1-1/+186
2023-03-13remoteproc: imx_dsp_rproc: Add module parameter to ignore ready flag from rem...Iuliana Prodan1-2/+30
2023-02-27Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-3/+3
2023-02-26Merge tag 'rproc-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds13-154/+887
2023-02-26Merge tag 'rpmsg-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds1-1/+2
2023-02-14remoteproc: qcom_q6v5_pas: enable sm8550 adsp & cdsp autobootNeil Armstrong1-2/+2
2023-02-14remoteproc: qcom: pas: Add sm6115 remoteprocsBhupesh Sharma1-0/+3
2023-02-14remoteproc: qcom: pas: Adjust the phys addr wrt the mem regionYogesh Lal3-6/+32
2023-02-14remoteproc: qcom: fix sparse warningsMukesh Ojha1-2/+2
2023-02-14remoteproc: qcom: replace kstrdup with kstrndupMukesh Ojha1-1/+1
2023-02-14rpmsg: glink: smem: Wrap driver contextBjorn Andersson1-1/+2
2023-02-12remoteproc: mediatek: Check the SCP image formatTinghan Shen1-0/+1
2023-02-09firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman3-3/+3
2023-01-25iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe1-2/+3
2023-01-19remoteproc: qcom_q6v5_mss: Use a carveout to authenticate modem headersSibi Sankar1-6/+53
2023-01-19Revert "remoteproc: qcom_q6v5_mss: map/unmap metadata region before/after use"Christoph Hellwig1-32/+6
2023-01-18remoteproc: qcom_q6v5_pas: add sm8550 adsp, cdsp & mpss compatible & dataNeil Armstrong1-0/+63
2023-01-18remoteproc: qcom_q6v5_pas: add support for assigning memory to firmwareNeil Armstrong1-0/+71
2023-01-18remoteproc: qcom_q6v5_pas: add support for dtb co-firmware loadingNeil Armstrong1-13/+121
2023-01-14remoteproc: k3-c7x: Add support for C7xv DSP on AM62A SoCJai Luthra1-0/+12
2023-01-06remoteproc: pru: Configure firmware based on client setupTero Kristo1-0/+34
2023-01-06remoteproc: pru: Add pru_rproc_set_ctable() functionRoger Quadros1-0/+59
2023-01-06remoteproc: pru: Make sysfs entries read-only for PRU client driven bootsSuman Anna1-0/+2
2023-01-06remoteproc: pru: Add APIs to get and put the PRU coresMD Danish Anwar1-2/+126
2023-01-06remoteproc: pru: Add enum for PRU Core Identifiers.MD Danish Anwar1-3/+4
2023-01-05remoteproc/mtk_scp: Remove timeout variable from scp_ipi_send()AngeloGioacchino Del Regno1-3/+1
2023-01-05remoteproc/mtk_scp: Use readl_poll_timeout_atomic() for pollingAngeloGioacchino Del Regno1-8/+11
2023-01-05remoteproc/mtk_scp: Move clk ops outside send_lockChen-Yu Tsai1-6/+5