summaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2025-02-08remoteproc: core: Fix ida_free call while not allocatedArnaud Pouliquen1-7/+7
2025-01-09remoteproc: qcom: pas: enable SAR2130P audio DSP supportDmitry Baryshkov1-0/+1
2025-01-09remoteproc: qcom: pas: Add support for SA8775p ADSP, CDSP and GPDSPTengfei Fan1-0/+92
2025-01-09remoteproc: qcom: pas: Add sc7180 adspNikita Travkin1-0/+1
2024-12-09remoteproc: qcom_q6v5_mss: Re-order writes to the IMEM regionSibi Sankar1-3/+3
2024-12-09remoteproc: qcom: pas: add minidump_id to SM8350 resourcesDmitry Baryshkov1-0/+2
2024-10-17remoteproc: imx_rproc: Use imx specific hook for find_loaded_rsc_tablePeng Fan1-1/+12
2024-10-10remoteproc: k3-r5: Delay notification of wakeup eventUdit Kumar1-2/+3
2024-10-10remoteproc: k3-r5: Acquire mailbox handle during probe routineBeleswar Padhi1-48/+30
2024-10-10remoteproc: k3-r5: Fix error handling when power-up failedJan Kiszka1-1/+2
2024-10-04remoteproc: imx_rproc: Initialize workqueue earlierPeng Fan1-2/+2
2024-10-04remoteproc: imx_rproc: Correct ddr alias for i.MX8MPeng Fan1-1/+1
2024-08-03remoteproc: imx_rproc: Fix refcount mistake in imx_rproc_addr_initAleksandr Mishin1-2/+6
2024-08-03remoteproc: imx_rproc: Skip over memory region when node value is NULLAleksandr Mishin1-0/+2
2024-08-03remoteproc: stm32_rproc: Fix mailbox interrupts queuingGwenael Treuveur1-1/+1
2024-06-21remoteproc: k3-r5: Jump to error handling labels in start/stop errorsBeleswar Padhi1-2/+4
2024-06-21remoteproc: k3-r5: Do not allow core1 to power up before core0 via sysfsBeleswar Padhi1-2/+21
2024-06-21remoteproc: k3-r5: Wait for core0 power-up before powering up core1Apurva Nandan1-0/+33
2024-05-25remoteproc: mediatek: Make sure IPI buffer fits in L2TCMAngeloGioacchino Del Regno1-1/+9
2024-04-03remoteproc: virtio: Fix wdg cannot recovery remote processorJoakim Zhang1-3/+3
2024-03-26remoteproc: stm32: Fix incorrect type assignment returned by stm32_rproc_get_...Arnaud Pouliquen1-1/+1
2024-03-26remoteproc: stm32: Fix incorrect type in assignment for vaArnaud Pouliquen1-2/+2
2023-09-04Merge tag 'rproc-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds21-146/+264
2023-08-21remoteproc: pru: add support for configuring GPMUX based on client setupTero Kristo1-0/+22
2023-08-21remoteproc: stm32: fix incorrect optional pointersArnd Bergmann1-6/+6
2023-08-13soc: qcom: aoss: Tidy up qmp_send() callersBjorn Andersson1-7/+1
2023-08-13soc: qcom: aoss: Move length requirements from callerBjorn Andersson1-1/+1
2023-07-27remoteproc: imx_rproc: Switch iMX8MN/MP from SMCCC to MMIOMarek Vasut2-2/+58
2023-07-15remoteproc: qcom: pas: add SDM845 SLPI compatibleDylan Van Assche1-0/+1
2023-07-15remoteproc: qcom: q6v5-mss: Add support for SDM630/636/660Alexey Minnekhanov1-2/+49
2023-07-15remoteproc: qcom: Expand MD_* as MINIDUMP_*Mukesh Ojha1-6/+6
2023-07-15remoteproc: qcom: pas: refactor SLPI remoteproc initDylan Van Assche1-40/+8
2023-07-15remoteproc: qcom: wcnss: use devm_platform_ioremap_resource_byname()Ye Xingchen1-3/+1
2023-07-15remoteproc: qcom: q6v5: use devm_platform_ioremap_resource_byname()Ye Xingchen1-2/+1
2023-07-15remoteproc: qcom: Add full coredump fallback mechanismSiddharth Gupta2-2/+12
2023-07-15remoteproc: core: Export the rproc coredump APIsSiddharth Gupta2-4/+2
2023-07-15remoteproc: qcom: Use of_reserved_mem_lookup()Stephan Gerhold4-62/+69
2023-07-15remoteproc: imx_rproc: iterate all notifiyids in rx callbackPeng Fan1-2/+11
2023-07-15remoteproc: Explicitly include correct DT includesRob Herring16-17/+20
2023-07-03Merge tag 'rproc-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds18-100/+97
2023-06-29Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-15/+0
2023-06-22remoteproc: stm32: use correct format strings on 64-bitArnd Bergmann2-4/+4
2023-06-14remoteproc: qcom_q6v5_pas: staticize adsp_segment_dump()Krzysztof Kozlowski1-1/+1
2023-05-23remoteproc: stm32: Fix error code in stm32_rproc_parse_dt()Dan Carpenter1-1/+1
2023-05-17soc: ti: pruss: Add helper functions to set GPI mode, MII_RT_event and XFRSuman Anna1-15/+0
2023-05-15remoteproc: stm32: Allow hold boot management by the SCMI reset controllerArnaud Pouliquen1-21/+55
2023-05-09remoteproc: imx_dsp_rproc: use modern pm_opsArnd Bergmann1-6/+5
2023-05-09remoteproc: wkup_m3: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-09remoteproc: stm32: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-05-09remoteproc: st: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2