summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: k3-r5: Delay notification of wakeup eventUdit Kumar2024-10-101-2/+3
* remoteproc: k3-r5: Acquire mailbox handle during probe routineBeleswar Padhi2024-10-101-48/+30
* remoteproc: k3-r5: Fix error handling when power-up failedJan Kiszka2024-10-101-1/+2
* remoteproc: imx_rproc: Initialize workqueue earlierPeng Fan2024-10-041-2/+2
* remoteproc: imx_rproc: Correct ddr alias for i.MX8MPeng Fan2024-10-041-1/+1
* remoteproc: qcom_q6v5_pas: Add hwspinlock bust on stopRichard Maina2024-09-081-0/+11
* remoteproc: mediatek: Zero out only remaining bytes of IPI bufferAngeloGioacchino Del Regno2024-09-081-1/+1
* remoteproc: imx_rproc: Fix refcount mistake in imx_rproc_addr_initAleksandr Mishin2024-08-031-2/+6
* remoteproc: imx_rproc: Skip over memory region when node value is NULLAleksandr Mishin2024-08-031-0/+2
* remoteproc: stm32_rproc: Fix mailbox interrupts queuingGwenael Treuveur2024-08-031-1/+1
* remoteproc: mediatek: Increase MT8188/MT8195 SCP core0 DRAM sizeJason Chen2024-08-031-2/+7
* remoteproc: k3-r5: Fix IPC-only mode detectionRichard Genoud2024-08-031-6/+7
* remoteproc: mediatek: Don't attempt to remap l1tcm memory if missingNĂ­colas F. R. A. Prado2024-08-031-7/+5
* 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
* drivers: remoteproc: xlnx: Fix uninitialized tcm modeTanmay Shah2024-04-241-0/+2
* drivers: remoteproc: xlnx: Fix uninitialized variable useTanmay Shah2024-04-231-1/+1
* drivers: remoteproc: xlnx: Add Versal and Versal-NET supportTanmay Shah2024-04-221-36/+17
* remoteproc: zynqmp: parse TCM from device treeTanmay Shah2024-04-161-7/+120
* remoteproc: zynqmp: fix lockstep mode memory regionTanmay Shah2024-04-161-134/+12
* remoteproc: zynqmp: Add coredump supportLeonard Crestez2024-04-081-0/+5
* remoteproc: mediatek: Make sure IPI buffer fits in L2TCMAngeloGioacchino Del Regno2024-03-261-1/+9
* remoteproc: Make rproc_class constantRicardo B. Marliere2024-03-262-2/+2
* Merge tag 'rproc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds2024-03-2112-295/+357
|\
| * remoteproc: qcom_q6v5_pas: Unload lite firmware on ADSPSibi Sankar2024-03-051-0/+7
| * remoteproc: qcom_q6v5_pas: Add support for X1E80100 ADSP/CDSPSibi Sankar2024-03-051-0/+41
| * remoteproc: qcom_wcnss: Use devm_rproc_alloc() helperAndrew Davis2024-03-051-11/+6
| * remoteproc: qcom_q6v5_wcss: Use devm_rproc_alloc() helperAndrew Davis2024-03-051-15/+9
| * remoteproc: qcom_q6v5_pas: Use devm_rproc_alloc() helperAndrew Davis2024-03-051-3/+1
| * remoteproc: qcom_q6v5_mss: Use devm_rproc_alloc() helperAndrew Davis2024-03-051-16/+12
| * remoteproc: qcom_q6v5_adsp: Use devm_rproc_alloc() helperAndrew Davis2024-03-051-9/+5
| * remoteproc: qcom: pas: correct data indentationDmitry Baryshkov2024-03-051-62/+62
| * remoteproc: Make rproc_get_by_phandle() work for clustersMathieu Poirier2024-02-061-2/+27
| * remoteproc: qcom: pas: Add SM8650 remoteproc supportNeil Armstrong2024-02-061-0/+50
| * remoteproc: qcom: pas: make region assign more genericNeil Armstrong2024-02-061-34/+66
| * remoteproc: k3-dsp: Use devm_rproc_add() helperAndrew Davis2024-02-051-7/+2
| * remoteproc: k3-dsp: Use devm_ioremap_wc() helperAndrew Davis2024-02-051-38/+10
| * remoteproc: k3-dsp: Add devm action to release tspAndrew Davis2024-02-051-14/+13
| * remoteproc: k3-dsp: Use devm_kzalloc() helperAndrew Davis2024-02-051-6/+2
| * remoteproc: k3-dsp: Use devm_ti_sci_get_by_phandle() helperAndrew Davis2024-02-051-23/+9
| * remoteproc: stm32: Use devm_rproc_alloc() helperAndrew Davis2024-02-021-3/+1
| * remoteproc: st: Use devm_rproc_alloc() helperAndrew Davis2024-02-021-10/+5
| * remoteproc: imx_rproc: Use devm_rproc_alloc() helperAndrew Davis2024-02-021-11/+5
| * remoteproc: imx_dsp_rproc: Use devm_rproc_alloc() helperAndrew Davis2024-02-021-7/+4
| * remoteproc: k3-dsp: Use devm_kcalloc() helperAndrew Davis2024-02-021-3/+1
| * remoteproc: k3-dsp: Add devm action to release reserved memoryAndrew Davis2024-02-021-8/+12