summaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)Author
2024-05-06remoteproc: k3-r5: Jump to error handling labels in start/stop errorsBeleswar Padhi
2024-05-06remoteproc: mediatek: Fix error code in scp_rproc_init()Dan Carpenter
2024-04-30remoteproc: k3-r5: Do not allow core1 to power up before core0 via sysfsBeleswar Padhi
2024-04-30remoteproc: k3-r5: Wait for core0 power-up before powering up core1Apurva Nandan
2024-04-30remoteproc: mediatek: Support setting DRAM and IPI shared buffer sizesOlivia Wen
2024-04-30remoteproc: mediatek: Support MT8188 SCP core 1Olivia Wen
2024-04-24drivers: remoteproc: xlnx: Fix uninitialized tcm modeTanmay Shah
2024-04-23drivers: remoteproc: xlnx: Fix uninitialized variable useTanmay Shah
2024-04-22drivers: remoteproc: xlnx: Add Versal and Versal-NET supportTanmay Shah
2024-04-16remoteproc: zynqmp: parse TCM from device treeTanmay Shah
2024-04-16remoteproc: zynqmp: fix lockstep mode memory regionTanmay Shah
2024-04-08remoteproc: zynqmp: Add coredump supportLeonard Crestez
2024-03-26remoteproc: mediatek: Make sure IPI buffer fits in L2TCMAngeloGioacchino Del Regno
2024-03-26remoteproc: Make rproc_class constantRicardo B. Marliere
2024-03-21Merge tag 'rproc-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds
2024-03-05remoteproc: qcom_q6v5_pas: Unload lite firmware on ADSPSibi Sankar
2024-03-05remoteproc: qcom_q6v5_pas: Add support for X1E80100 ADSP/CDSPSibi Sankar
2024-03-05remoteproc: qcom_wcnss: Use devm_rproc_alloc() helperAndrew Davis
2024-03-05remoteproc: qcom_q6v5_wcss: Use devm_rproc_alloc() helperAndrew Davis
2024-03-05remoteproc: qcom_q6v5_pas: Use devm_rproc_alloc() helperAndrew Davis
2024-03-05remoteproc: qcom_q6v5_mss: Use devm_rproc_alloc() helperAndrew Davis
2024-03-05remoteproc: qcom_q6v5_adsp: Use devm_rproc_alloc() helperAndrew Davis
2024-03-05remoteproc: qcom: pas: correct data indentationDmitry Baryshkov
2024-02-14remoteproc: qcom_q6v5_adsp: Convert to dev_pm_domain_attach|detach_list()Ulf Hansson
2024-02-14remoteproc: imx_rproc: Convert to dev_pm_domain_attach|detach_list()Ulf Hansson
2024-02-14remoteproc: imx_dsp_rproc: Convert to dev_pm_domain_attach|detach_list()Ulf Hansson
2024-02-06remoteproc: Make rproc_get_by_phandle() work for clustersMathieu Poirier
2024-02-06remoteproc: qcom: pas: Add SM8650 remoteproc supportNeil Armstrong
2024-02-06remoteproc: qcom: pas: make region assign more genericNeil Armstrong
2024-02-05remoteproc: k3-dsp: Use devm_rproc_add() helperAndrew Davis
2024-02-05remoteproc: k3-dsp: Use devm_ioremap_wc() helperAndrew Davis
2024-02-05remoteproc: k3-dsp: Add devm action to release tspAndrew Davis
2024-02-05remoteproc: k3-dsp: Use devm_kzalloc() helperAndrew Davis
2024-02-05remoteproc: k3-dsp: Use devm_ti_sci_get_by_phandle() helperAndrew Davis
2024-02-02remoteproc: stm32: Use devm_rproc_alloc() helperAndrew Davis
2024-02-02remoteproc: st: Use devm_rproc_alloc() helperAndrew Davis
2024-02-02remoteproc: imx_rproc: Use devm_rproc_alloc() helperAndrew Davis
2024-02-02remoteproc: imx_dsp_rproc: Use devm_rproc_alloc() helperAndrew Davis
2024-02-02remoteproc: k3-dsp: Use devm_kcalloc() helperAndrew Davis
2024-02-02remoteproc: k3-dsp: Add devm action to release reserved memoryAndrew Davis
2024-02-02remoteproc: k3-dsp: Use devm_rproc_alloc() helperAndrew Davis
2024-01-23remoteproc: stm32: Fix incorrect type assignment returned by stm32_rproc_get_...Arnaud Pouliquen
2024-01-23remoteproc: stm32: Fix incorrect type in assignment for vaArnaud Pouliquen
2024-01-22remoteproc: virtio: Fix wdg cannot recovery remote processorJoakim Zhang
2023-12-17remoteproc: qcom_q6v5_pas: Add SC7280 ADSP, CDSP & WPSSLuca Weiss
2023-11-30remoteproc: k3-dsp: Convert to platform remove callback returning voidUwe Kleine-König
2023-11-30remoteproc: k3-dsp: Use symbolic error codes in error messagesUwe Kleine-König
2023-11-30remoteproc: k3-dsp: Suppress duplicate error message in .remove()Uwe Kleine-König
2023-11-20remoteproc: imx_dsp_rproc: Add mandatory find_loaded_rsc_table opIuliana Prodan
2023-10-16remoteproc: st: Fix sometimes uninitialized ret in st_rproc_probe()Nathan Chancellor