summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
* 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
* remoteproc: mediatek: Probe SCP cluster on single-core SCPTinghan Shen2023-09-132-25/+63
* remoteproc: mediatek: Revise SCP rproc initialization flow for multi-core SCPTinghan Shen2023-09-131-24/+39
* remoteproc: mediatek: Extract SCP common registersTinghan Shen2023-09-133-85/+96
* remoteproc: mediatek: Add MT8195 SCP core 1 operationsTinghan Shen2023-09-132-0/+64
* remoteproc: stm32: Clean up redundant dev_err_probe()Chen Jiahao2023-09-131-2/+2
* Merge tag 'rproc-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds2023-09-0421-146/+264
|\
| * remoteproc: pru: add support for configuring GPMUX based on client setupTero Kristo2023-08-211-0/+22
| * remoteproc: stm32: fix incorrect optional pointersArnd Bergmann2023-08-211-6/+6
| * remoteproc: imx_rproc: Switch iMX8MN/MP from SMCCC to MMIOMarek Vasut2023-07-272-2/+58
| * remoteproc: qcom: pas: add SDM845 SLPI compatibleDylan Van Assche2023-07-151-0/+1
| * remoteproc: qcom: q6v5-mss: Add support for SDM630/636/660Alexey Minnekhanov2023-07-151-2/+49
| * remoteproc: qcom: Expand MD_* as MINIDUMP_*Mukesh Ojha2023-07-151-6/+6
| * remoteproc: qcom: pas: refactor SLPI remoteproc initDylan Van Assche2023-07-151-40/+8
| * remoteproc: qcom: wcnss: use devm_platform_ioremap_resource_byname()Ye Xingchen2023-07-151-3/+1
| * remoteproc: qcom: q6v5: use devm_platform_ioremap_resource_byname()Ye Xingchen2023-07-151-2/+1
| * remoteproc: qcom: Add full coredump fallback mechanismSiddharth Gupta2023-07-152-2/+12
| * remoteproc: core: Export the rproc coredump APIsSiddharth Gupta2023-07-152-4/+2
| * remoteproc: qcom: Use of_reserved_mem_lookup()Stephan Gerhold2023-07-154-62/+69
| * remoteproc: imx_rproc: iterate all notifiyids in rx callbackPeng Fan2023-07-151-2/+11
| * remoteproc: Explicitly include correct DT includesRob Herring2023-07-1516-17/+20
* | soc: qcom: aoss: Tidy up qmp_send() callersBjorn Andersson2023-08-131-7/+1
* | soc: qcom: aoss: Move length requirements from callerBjorn Andersson2023-08-131-1/+1
|/
* Merge tag 'rproc-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds2023-07-0318-100/+97
|\
| * remoteproc: qcom_q6v5_pas: staticize adsp_segment_dump()Krzysztof Kozlowski2023-06-141-1/+1
| * remoteproc: stm32: Fix error code in stm32_rproc_parse_dt()Dan Carpenter2023-05-231-1/+1
| * remoteproc: stm32: Allow hold boot management by the SCMI reset controllerArnaud Pouliquen2023-05-151-21/+55
| * remoteproc: imx_dsp_rproc: use modern pm_opsArnd Bergmann2023-05-091-6/+5
| * remoteproc: wkup_m3: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: stm32: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2
| * remoteproc: st: Convert to platform remove callback returning voidUwe Kleine-König2023-05-091-4/+2