summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
* 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
| * remoteproc: k3-dsp: Use devm_rproc_alloc() helperAndrew Davis2024-02-021-11/+5
| * remoteproc: stm32: Fix incorrect type assignment returned by stm32_rproc_get_...Arnaud Pouliquen2024-01-231-1/+1
| * remoteproc: stm32: Fix incorrect type in assignment for vaArnaud Pouliquen2024-01-231-2/+2
| * remoteproc: virtio: Fix wdg cannot recovery remote processorJoakim Zhang2024-01-221-3/+3
* | remoteproc: qcom_q6v5_adsp: Convert to dev_pm_domain_attach|detach_list()Ulf Hansson2024-02-141-87/+73
* | remoteproc: imx_rproc: Convert to dev_pm_domain_attach|detach_list()Ulf Hansson2024-02-141-64/+9
* | remoteproc: imx_dsp_rproc: Convert to dev_pm_domain_attach|detach_list()Ulf Hansson2024-02-141-73/+9
|/
* remoteproc: qcom_q6v5_pas: Add SC7280 ADSP, CDSP & WPSSLuca Weiss2023-12-171-0/+19
* remoteproc: k3-dsp: Convert to platform remove callback returning voidUwe Kleine-König2023-11-301-5/+3
* remoteproc: k3-dsp: Use symbolic error codes in error messagesUwe Kleine-König2023-11-301-44/+34
* remoteproc: k3-dsp: Suppress duplicate error message in .remove()Uwe Kleine-König2023-11-301-1/+2
* remoteproc: imx_dsp_rproc: Add mandatory find_loaded_rsc_table opIuliana Prodan2023-11-201-0/+1
* remoteproc: st: Fix sometimes uninitialized ret in st_rproc_probe()Nathan Chancellor2023-10-161-1/+3