aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/remoteproc (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-13remoteproc: qcom_wcnss: Fix on platforms without fallback regulatorsMatti Lehtimäki1-1/+2
2025-03-22remoteproc: qcom_q6v5_pas: Make single-PD handling more robustLuca Weiss1-5/+5
2025-03-22remoteproc: qcom_q6v5_pas: Use resource with CX PD for MSM8226Luca Weiss1-1/+1
2025-03-22remoteproc: core: Clear table_sz when rproc_shutdownPeng Fan1-0/+1
2025-03-22remoteproc: sysmon: Update qcom_add_sysmon_subdev() commentDan Carpenter1-1/+1
2025-03-21irqdomain: remoteproc: Switch to of_fwnode_handle()Jiri Slaby (SUSE)1-1/+1
2025-03-15remoteproc: qcom: pas: add minidump_id to SC7280 WPSSLuca Weiss1-0/+1
2025-03-14remoteproc: imx_dsp_rproc: Document run_stall struct memberDaniel Baluta1-0/+1
2025-03-13remoteproc: qcom: pas: Add SM8750 MPSSKrzysztof Kozlowski1-0/+25
2025-03-13imx_dsp_rproc: Use reset controller API to control the DSPDaniel Baluta2-8/+19
2025-03-05remoteproc: qcom_wcnss: Handle platforms with only single power domainMatti Lehtimäki1-7/+26
2025-03-04remoteproc: qcom_q6v5_mss: Add modem support on MSM8926Luca Weiss1-0/+48
2025-03-04remoteproc: qcom_q6v5_mss: Add modem support on MSM8226Luca Weiss1-1/+116
2025-03-04remoteproc: qcom_q6v5_mss: Handle platforms with one power domainLuca Weiss1-4/+17
2025-02-24remoteproc: omap: Add comment for is_iomemPeng Fan1-0/+1
2025-01-15remoteproc: st: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski1-8/+2
2025-01-15remoteproc: keystone: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski1-8/+2
2025-01-15remoteproc: st: Simplify with dev_err_probeKrzysztof Kozlowski1-24/+20
2025-01-15remoteproc: omap: Simplify returning syscon PTR_ERRKrzysztof Kozlowski1-5/+2
2025-01-15remoteproc: keystone: Simplify returning syscon PTR_ERRKrzysztof Kozlowski1-5/+2
2025-01-06remoteproc: k3-r5: Add devm action to release tspBeleswar Padhi1-6/+11
2025-01-06remoteproc: k3-r5: Use devm_rproc_add() helperBeleswar Padhi1-6/+2
2025-01-06remoteproc: k3-r5: Use devm_ioremap_wc() helperBeleswar Padhi1-30/+8
2025-01-06remoteproc: k3-r5: Use devm_kcalloc() helperBeleswar Padhi1-3/+1
2025-01-06remoteproc: k3-r5: Add devm action to release reserved memoryBeleswar Padhi1-8/+13
2024-12-16remoteproc: mtk_scp: Only populate devices for SCP coresChen-Yu Tsai1-2/+10
2024-12-06remoteproc: omap: Handle ARM dma_iommu_mappingRobin Murphy1-0/+17
2024-12-02remoteproc: core: Fix ida_free call while not allocatedArnaud Pouliquen1-7/+7
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