summaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2025-04-10remoteproc: qcom_q6v5_mss: Handle platforms with one power domainLuca Weiss1-4/+17
2025-04-10remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8226Luca Weiss1-1/+1
2025-04-10remoteproc: qcom: pas: add minidump_id to SC7280 WPSSLuca Weiss1-0/+1
2025-04-10remoteproc: qcom_q6v5_pas: Make single-PD handling more robustLuca Weiss1-5/+5
2025-04-10remoteproc: core: Clear table_sz when rproc_shutdownPeng Fan1-0/+1
2025-02-17remoteproc: omap: Handle ARM dma_iommu_mappingRobin Murphy1-0/+17
2025-02-08remoteproc: core: Fix ida_free call while not allocatedArnaud Pouliquen1-7/+7
2025-02-08remoteproc: mtk_scp: Only populate devices for SCP coresChen-Yu Tsai1-2/+10
2024-11-15remoteproc: qcom: wcss: Remove double assignment in q6v5_wcss_probe()Yuesong Li1-1/+0
2024-11-15remoteproc: qcom_q6v5_mss: Re-order writes to the IMEM regionSibi Sankar1-3/+3
2024-11-15remoteproc: qcom_wcnss_iris: Simplify with dev_err_probe()Krzysztof Kozlowski1-3/+2
2024-11-15remoteproc: qcom_q6v5_wcss: Simplify with dev_err_probe()Krzysztof Kozlowski1-62/+30
2024-11-15remoteproc: qcom_q6v5_pas: Simplify with dev_err_probe()Krzysztof Kozlowski1-15/+7
2024-11-15remoteproc: qcom_q6v5_mss: Drop redundant error printks in probeKrzysztof Kozlowski1-18/+6
2024-11-15remoteproc: qcom_q6v5_mss: Simplify with dev_err_probe()Krzysztof Kozlowski1-16/+8
2024-11-15remoteproc: qcom_q6v5_adsp: Simplify with dev_err_probe()Krzysztof Kozlowski1-11/+6
2024-11-15remoteproc: qcom_q6v5_pas: disable auto boot for wpssBalaji Pothunoori1-1/+1
2024-11-15remoteproc: qcom: pas: Make remoteproc name human friendlyBjorn Andersson1-1/+1
2024-11-15remoteproc: qcom: pas: enable SAR2130P audio DSP supportDmitry Baryshkov1-0/+1
2024-11-15remoteproc: qcom: pas: add minidump_id to SM8350 resourcesDmitry Baryshkov1-0/+2
2024-11-15remoteproc: qcom: wcss: Remove subdevs on the error path of q6v5_wcss_probe()Joe Hattori1-2/+17
2024-11-15remoteproc: qcom: adsp: Remove subdevs on the error path of adsp_probe()Joe Hattori1-2/+9
2024-11-15remoteproc: qcom: pas: Remove subdevs on the error path of adsp_probe()Joe Hattori1-5/+15
2024-10-29remoteproc: Switch back to struct platform_driver::remove()Uwe Kleine-König18-18/+18
2024-10-29remoteproc: k3-dsp: Force cast from iomem address spaceAndrew Davis1-1/+1
2024-10-29remoteproc: k3-r5: Force cast from iomem address spaceAndrew Davis1-1/+1
2024-10-29remoteproc: k3-r5: Use IO memset to clear TCMsAndrew Davis1-2/+2
2024-10-18remoteproc: k3-r5: Add compile testing supportAndrew Davis1-1/+2
2024-10-18remoteproc: k3-dsp: Add compile testing supportAndrew Davis1-1/+2
2024-10-16mailbox, remoteproc: k3-m4+: fix compile testingArnd Bergmann1-3/+3
2024-10-15remoteproc: ti_k3_r5: Simplify with scoped for each OF child loopKrzysztof Kozlowski1-4/+1
2024-10-15remoteproc: ti_k3_r5: Simplify with dev_err_probe()Krzysztof Kozlowski1-45/+24
2024-10-15remoteproc: da8xx: Simplify with dev_err_probe()Krzysztof Kozlowski1-16/+6
2024-10-15remoteproc: da8xx: Handle deferred probeKrzysztof Kozlowski1-5/+2
2024-09-30remoteproc: Use iommu_paging_domain_alloc()Lu Baolu1-3/+3
2024-09-30remoteproc: k3: Call of_node_put(rmem_np) only once in three functionsMarkus Elfring3-10/+5
2024-09-29Merge tag 'mailbox-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds1-4/+2
2024-09-27mailbox, remoteproc: omap2+: fix compile testingArnd Bergmann1-4/+2
2024-09-24remoteproc: k3-m4: use the proper dependenciesLinus Torvalds1-1/+1
2024-09-09remoteporc: ingenic: Use devm_platform_ioremap_resource_byname()Zhang Zekun1-2/+1
2024-09-09remoteproc: da8xx: Use devm_platform_ioremap_resource_byname()Zhang Zekun1-8/+2
2024-09-09remoteproc: st_slim: Use devm_platform_ioremap_resource_byname()Zhang Zekun1-4/+2
2024-09-05remoteproc: xlnx: Add sram supportTanmay Shah1-0/+135
2024-08-28remoteproc: k3-r5: Fix error handling when power-up failedJan Kiszka1-1/+2
2024-08-26remoteproc: imx_rproc: Add support for poweroff and rebootPeng Fan2-0/+46
2024-08-26remoteproc: imx_rproc: Allow setting of the mailbox transmit modePeng Fan1-6/+6
2024-08-21remoteproc: k3-r5: Delay notification of wakeup eventUdit Kumar1-2/+3
2024-08-21remoteproc: k3-m4: Add a remoteproc driver for M4F subsystemMartyn Welch3-0/+681
2024-08-21remoteproc: k3: Factor out TI-SCI processor control OF get functionAndrew Davis3-54/+28
2024-08-16remoteproc: k3-dsp: Acquire mailbox handle during probe routineBeleswar Padhi1-50/+30