summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
* 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
* remoteproc: st: Use device_get_match_data()Rob Herring2023-10-111-10/+4
* remoteproc: zynqmp: Change tcm address translation methodTanmay Shah2023-09-291-38/+20
* remoteproc: mediatek: Refactor single core check and fix retrocompatibilityAngeloGioacchino Del Regno2023-09-211-11/+7
* remoteproc: qcom: q6v5-mss: Remove PNoC clock from 8996 MSSKonrad Dybcio2023-09-201-1/+0
* remoteproc: qcom: pas: Add SM6375 MPSSKonrad Dybcio2023-09-201-0/+16
* remoteproc: qcom: pas: Add SM6375 ADSP & CDSPKonrad Dybcio2023-09-201-0/+2
* remoteproc: qcom: pas: Add sc7180 adspNikita Travkin2023-09-201-0/+1
* remoteproc: zynqmp: fix TCM carveouts in lockstep modeTanmay Shah2023-09-141-23/+43
* remoteproc: mediatek: Refine ipi handler error messageTinghan Shen2023-09-131-1/+1
* remoteproc: mediatek: Report watchdog crash to all coresTinghan Shen2023-09-131-1/+7
* remoteproc: mediatek: Handle MT8195 SCP core 1 watchdog timeoutTinghan Shen2023-09-132-1/+29
* remoteproc: mediatek: Setup MT8195 SCP core 1 SRAM offsetTinghan Shen2023-09-132-0/+35
* remoteproc: mediatek: Remove dependency of MT8195 SCP L2TCM power control on ...Tinghan Shen2023-09-132-15/+59
* remoteproc: mediatek: Probe SCP cluster on multi-core SCPTinghan Shen2023-09-131-5/+119