summaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)Author
2024-11-15remoteproc: qcom: wcss: Remove double assignment in q6v5_wcss_probe()Yuesong Li
2024-11-15remoteproc: qcom_q6v5_mss: Re-order writes to the IMEM regionSibi Sankar
2024-11-15remoteproc: qcom_wcnss_iris: Simplify with dev_err_probe()Krzysztof Kozlowski
2024-11-15remoteproc: qcom_q6v5_wcss: Simplify with dev_err_probe()Krzysztof Kozlowski
2024-11-15remoteproc: qcom_q6v5_pas: Simplify with dev_err_probe()Krzysztof Kozlowski
2024-11-15remoteproc: qcom_q6v5_mss: Drop redundant error printks in probeKrzysztof Kozlowski
2024-11-15remoteproc: qcom_q6v5_mss: Simplify with dev_err_probe()Krzysztof Kozlowski
2024-11-15remoteproc: qcom_q6v5_adsp: Simplify with dev_err_probe()Krzysztof Kozlowski
2024-11-15remoteproc: qcom_q6v5_pas: disable auto boot for wpssBalaji Pothunoori
2024-11-15remoteproc: qcom: pas: Make remoteproc name human friendlyBjorn Andersson
2024-11-15remoteproc: qcom: pas: enable SAR2130P audio DSP supportDmitry Baryshkov
2024-11-15remoteproc: qcom: pas: add minidump_id to SM8350 resourcesDmitry Baryshkov
2024-11-15remoteproc: qcom: wcss: Remove subdevs on the error path of q6v5_wcss_probe()Joe Hattori
2024-11-15remoteproc: qcom: adsp: Remove subdevs on the error path of adsp_probe()Joe Hattori
2024-11-15remoteproc: qcom: pas: Remove subdevs on the error path of adsp_probe()Joe Hattori
2024-10-29remoteproc: Switch back to struct platform_driver::remove()Uwe Kleine-König
2024-10-29remoteproc: k3-dsp: Force cast from iomem address spaceAndrew Davis
2024-10-29remoteproc: k3-r5: Force cast from iomem address spaceAndrew Davis
2024-10-29remoteproc: k3-r5: Use IO memset to clear TCMsAndrew Davis
2024-10-18remoteproc: k3-r5: Add compile testing supportAndrew Davis
2024-10-18remoteproc: k3-dsp: Add compile testing supportAndrew Davis
2024-10-16mailbox, remoteproc: k3-m4+: fix compile testingArnd Bergmann
2024-10-15remoteproc: ti_k3_r5: Simplify with scoped for each OF child loopKrzysztof Kozlowski
2024-10-15remoteproc: ti_k3_r5: Simplify with dev_err_probe()Krzysztof Kozlowski
2024-10-15remoteproc: da8xx: Simplify with dev_err_probe()Krzysztof Kozlowski
2024-10-15remoteproc: da8xx: Handle deferred probeKrzysztof Kozlowski
2024-09-30remoteproc: Use iommu_paging_domain_alloc()Lu Baolu
2024-09-30remoteproc: k3: Call of_node_put(rmem_np) only once in three functionsMarkus Elfring
2024-09-29Merge tag 'mailbox-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2024-09-27mailbox, remoteproc: omap2+: fix compile testingArnd Bergmann
2024-09-24remoteproc: k3-m4: use the proper dependenciesLinus Torvalds
2024-09-09remoteporc: ingenic: Use devm_platform_ioremap_resource_byname()Zhang Zekun
2024-09-09remoteproc: da8xx: Use devm_platform_ioremap_resource_byname()Zhang Zekun
2024-09-09remoteproc: st_slim: Use devm_platform_ioremap_resource_byname()Zhang Zekun
2024-09-05remoteproc: xlnx: Add sram supportTanmay Shah
2024-08-28remoteproc: k3-r5: Fix error handling when power-up failedJan Kiszka
2024-08-26remoteproc: imx_rproc: Add support for poweroff and rebootPeng Fan
2024-08-26remoteproc: imx_rproc: Allow setting of the mailbox transmit modePeng Fan
2024-08-21remoteproc: k3-r5: Delay notification of wakeup eventUdit Kumar
2024-08-21remoteproc: k3-m4: Add a remoteproc driver for M4F subsystemMartyn Welch
2024-08-21remoteproc: k3: Factor out TI-SCI processor control OF get functionAndrew Davis
2024-08-16remoteproc: k3-dsp: Acquire mailbox handle during probe routineBeleswar Padhi
2024-08-16remoteproc: k3-r5: Acquire mailbox handle during probe routineBeleswar Padhi
2024-08-16remoteproc: k3-r5: Use devm_rproc_alloc() helperBeleswar Padhi
2024-08-14remoteproc: qcom: pas: Add support for SA8775p ADSP, CDSP and GPDSPTengfei Fan
2024-08-14remoteproc: qcom: pas: Add SDX75 remoteproc supportNaina Mehta
2024-08-13remoteproc: keystone: Use devm_rproc_alloc() helperAndrew Davis
2024-08-13remoteproc: keystone: Use devm_kasprintf() to build name stringAndrew Davis
2024-08-13remoteproc: Use of_property_present()Rob Herring (Arm)
2024-07-29remoteproc: imx_rproc: Merge TCML/UPeng Fan