summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mailbox-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2024-09-291-4/+2
|\
| * mailbox, remoteproc: omap2+: fix compile testingArnd Bergmann2024-09-271-4/+2
* | remoteproc: k3-m4: use the proper dependenciesLinus Torvalds2024-09-241-1/+1
* | remoteporc: ingenic: Use devm_platform_ioremap_resource_byname()Zhang Zekun2024-09-091-2/+1
* | remoteproc: da8xx: Use devm_platform_ioremap_resource_byname()Zhang Zekun2024-09-091-8/+2
* | remoteproc: st_slim: Use devm_platform_ioremap_resource_byname()Zhang Zekun2024-09-091-4/+2
* | remoteproc: xlnx: Add sram supportTanmay Shah2024-09-051-0/+135
* | remoteproc: k3-r5: Fix error handling when power-up failedJan Kiszka2024-08-281-1/+2
* | remoteproc: imx_rproc: Add support for poweroff and rebootPeng Fan2024-08-262-0/+46
* | remoteproc: imx_rproc: Allow setting of the mailbox transmit modePeng Fan2024-08-261-6/+6
* | remoteproc: k3-r5: Delay notification of wakeup eventUdit Kumar2024-08-211-2/+3
* | remoteproc: k3-m4: Add a remoteproc driver for M4F subsystemMartyn Welch2024-08-213-0/+681
* | remoteproc: k3: Factor out TI-SCI processor control OF get functionAndrew Davis2024-08-213-54/+28
* | remoteproc: k3-dsp: Acquire mailbox handle during probe routineBeleswar Padhi2024-08-161-50/+30
* | remoteproc: k3-r5: Acquire mailbox handle during probe routineBeleswar Padhi2024-08-161-48/+30
* | remoteproc: k3-r5: Use devm_rproc_alloc() helperBeleswar Padhi2024-08-161-11/+5
* | remoteproc: qcom: pas: Add support for SA8775p ADSP, CDSP and GPDSPTengfei Fan2024-08-141-0/+92
* | remoteproc: qcom: pas: Add SDX75 remoteproc supportNaina Mehta2024-08-141-0/+1
* | remoteproc: keystone: Use devm_rproc_alloc() helperAndrew Davis2024-08-131-10/+5
* | remoteproc: keystone: Use devm_kasprintf() to build name stringAndrew Davis2024-08-131-5/+1
* | remoteproc: Use of_property_present()Rob Herring (Arm)2024-08-133-5/+5
* | remoteproc: imx_rproc: Merge TCML/UPeng Fan2024-07-291-12/+6
* | remoteproc: imx_rproc: Initialize workqueue earlierPeng Fan2024-07-291-2/+2
* | remoteproc: imx_rproc: Use imx specific hook for find_loaded_rsc_tablePeng Fan2024-07-291-1/+12
* | remoteproc: imx_rproc: Correct ddr alias for i.MX8MPeng Fan2024-07-291-1/+1
|/
* Merge tag 'rpmsg-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds2024-07-231-1/+1
|\
| * remoteproc: stm32_rproc: Fix mailbox interrupts queuingGwenael Treuveur2024-05-281-1/+1
* | Merge tag 'rproc-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds2024-07-2313-46/+320
|\ \
| * | remoteproc: mediatek: Increase MT8188/MT8195 SCP core0 DRAM sizeJason Chen2024-07-081-2/+7
| * | remoteproc: k3-dsp: Fix log levels where appropriateGarrett Giordano2024-07-041-1/+1
| * | remoteproc: xlnx: Add attach detach supportTanmay Shah2024-07-041-0/+151
| * | remoteproc: qcom: select AUXILIARY_BUSDmitry Baryshkov2024-07-011-0/+1
| * | remoteproc: k3-r5: Fix IPC-only mode detectionRichard Genoud2024-07-011-6/+7
| * | remoteproc: mediatek: Don't attempt to remap l1tcm memory if missingNĂ­colas F. R. A. Prado2024-06-281-7/+5
| * | remoteproc: qcom: enable in-kernel PD mapperDmitry Baryshkov2024-06-256-0/+109
| * | remoteproc: imx_rproc: Fix refcount mistake in imx_rproc_addr_initAleksandr Mishin2024-06-171-2/+6
| * | remoteproc: omap: Use devm_rproc_add() helperAndrew Davis2024-06-131-9/+1
| * | remoteproc: omap: Use devm action to release reserved memoryAndrew Davis2024-06-131-7/+11
| * | remoteproc: omap: Use devm_rproc_alloc() helperAndrew Davis2024-06-131-12/+8
| * | remoteproc: imx_rproc: Skip over memory region when node value is NULLAleksandr Mishin2024-06-111-0/+2
| * | remoteproc: qcom_q6v5_pas: Add hwspinlock bust on stopRichard Maina2024-05-291-0/+11
| * | remoteproc: mediatek: Zero out only remaining bytes of IPI bufferAngeloGioacchino Del Regno2024-05-281-1/+1
| |/
* | virtio: rename find_vqs_info() op to find_vqs()Jiri Pirko2024-07-171-1/+1
* | virtio: convert find_vqs() op implementations to find_vqs_info()Jiri Pirko2024-07-171-7/+7
|/
* remoteproc: k3-r5: Jump to error handling labels in start/stop errorsBeleswar Padhi2024-05-061-2/+4
* remoteproc: mediatek: Fix error code in scp_rproc_init()Dan Carpenter2024-05-061-0/+1
* remoteproc: k3-r5: Do not allow core1 to power up before core0 via sysfsBeleswar Padhi2024-04-301-2/+21
* remoteproc: k3-r5: Wait for core0 power-up before powering up core1Apurva Nandan2024-04-301-0/+33
* remoteproc: mediatek: Support setting DRAM and IPI shared buffer sizesOlivia Wen2024-04-303-23/+79
* remoteproc: mediatek: Support MT8188 SCP core 1Olivia Wen2024-04-301-3/+143