summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc (follow)
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: qcom: wcss: Remove double assignment in q6v5_wcss_probe()Yuesong Li2024-11-161-1/+0
* remoteproc: qcom_q6v5_mss: Re-order writes to the IMEM regionSibi Sankar2024-11-161-3/+3
* remoteproc: qcom_wcnss_iris: Simplify with dev_err_probe()Krzysztof Kozlowski2024-11-161-3/+2
* remoteproc: qcom_q6v5_wcss: Simplify with dev_err_probe()Krzysztof Kozlowski2024-11-161-62/+30
* remoteproc: qcom_q6v5_pas: Simplify with dev_err_probe()Krzysztof Kozlowski2024-11-161-15/+7
* remoteproc: qcom_q6v5_mss: Drop redundant error printks in probeKrzysztof Kozlowski2024-11-161-18/+6
* remoteproc: qcom_q6v5_mss: Simplify with dev_err_probe()Krzysztof Kozlowski2024-11-161-16/+8
* remoteproc: qcom_q6v5_adsp: Simplify with dev_err_probe()Krzysztof Kozlowski2024-11-161-11/+6
* remoteproc: qcom_q6v5_pas: disable auto boot for wpssBalaji Pothunoori2024-11-161-1/+1
* remoteproc: qcom: pas: Make remoteproc name human friendlyBjorn Andersson2024-11-161-1/+1
* remoteproc: qcom: pas: enable SAR2130P audio DSP supportDmitry Baryshkov2024-11-161-0/+1
* remoteproc: qcom: pas: add minidump_id to SM8350 resourcesDmitry Baryshkov2024-11-161-0/+2
* remoteproc: qcom: wcss: Remove subdevs on the error path of q6v5_wcss_probe()Joe Hattori2024-11-161-2/+17
* remoteproc: qcom: adsp: Remove subdevs on the error path of adsp_probe()Joe Hattori2024-11-161-2/+9
* remoteproc: qcom: pas: Remove subdevs on the error path of adsp_probe()Joe Hattori2024-11-161-5/+15
* remoteproc: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-2918-18/+18
* remoteproc: k3-dsp: Force cast from iomem address spaceAndrew Davis2024-10-291-1/+1
* remoteproc: k3-r5: Force cast from iomem address spaceAndrew Davis2024-10-291-1/+1
* remoteproc: k3-r5: Use IO memset to clear TCMsAndrew Davis2024-10-291-2/+2
* remoteproc: k3-r5: Add compile testing supportAndrew Davis2024-10-181-1/+2
* remoteproc: k3-dsp: Add compile testing supportAndrew Davis2024-10-181-1/+2
* mailbox, remoteproc: k3-m4+: fix compile testingArnd Bergmann2024-10-161-3/+3
* remoteproc: ti_k3_r5: Simplify with scoped for each OF child loopKrzysztof Kozlowski2024-10-151-4/+1
* remoteproc: ti_k3_r5: Simplify with dev_err_probe()Krzysztof Kozlowski2024-10-151-45/+24
* remoteproc: da8xx: Simplify with dev_err_probe()Krzysztof Kozlowski2024-10-151-16/+6
* remoteproc: da8xx: Handle deferred probeKrzysztof Kozlowski2024-10-151-5/+2
* remoteproc: Use iommu_paging_domain_alloc()Lu Baolu2024-09-301-3/+3
* remoteproc: k3: Call of_node_put(rmem_np) only once in three functionsMarkus Elfring2024-09-303-10/+5
* Merge tag 'mailbox-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2024-09-291-4/+2
|\
| * mailbox, remoteproc: omap2+: fix compile testingArnd Bergmann2024-09-271-4/+2
* | remoteproc: k3-m4: use the proper dependenciesLinus Torvalds2024-09-241-1/+1
* | remoteporc: ingenic: Use devm_platform_ioremap_resource_byname()Zhang Zekun2024-09-091-2/+1
* | remoteproc: da8xx: Use devm_platform_ioremap_resource_byname()Zhang Zekun2024-09-091-8/+2
* | remoteproc: st_slim: Use devm_platform_ioremap_resource_byname()Zhang Zekun2024-09-091-4/+2
* | remoteproc: xlnx: Add sram supportTanmay Shah2024-09-051-0/+135
* | remoteproc: k3-r5: Fix error handling when power-up failedJan Kiszka2024-08-281-1/+2
* | remoteproc: imx_rproc: Add support for poweroff and rebootPeng Fan2024-08-262-0/+46
* | remoteproc: imx_rproc: Allow setting of the mailbox transmit modePeng Fan2024-08-261-6/+6
* | remoteproc: k3-r5: Delay notification of wakeup eventUdit Kumar2024-08-211-2/+3
* | remoteproc: k3-m4: Add a remoteproc driver for M4F subsystemMartyn Welch2024-08-213-0/+681
* | remoteproc: k3: Factor out TI-SCI processor control OF get functionAndrew Davis2024-08-213-54/+28
* | remoteproc: k3-dsp: Acquire mailbox handle during probe routineBeleswar Padhi2024-08-161-50/+30
* | remoteproc: k3-r5: Acquire mailbox handle during probe routineBeleswar Padhi2024-08-161-48/+30
* | remoteproc: k3-r5: Use devm_rproc_alloc() helperBeleswar Padhi2024-08-161-11/+5
* | remoteproc: qcom: pas: Add support for SA8775p ADSP, CDSP and GPDSPTengfei Fan2024-08-151-0/+92
* | remoteproc: qcom: pas: Add SDX75 remoteproc supportNaina Mehta2024-08-151-0/+1
* | remoteproc: keystone: Use devm_rproc_alloc() helperAndrew Davis2024-08-131-10/+5
* | remoteproc: keystone: Use devm_kasprintf() to build name stringAndrew Davis2024-08-131-5/+1
* | remoteproc: Use of_property_present()Rob Herring (Arm)2024-08-133-5/+5
* | remoteproc: imx_rproc: Merge TCML/UPeng Fan2024-07-291-12/+6