aboutsummaryrefslogtreecommitdiff
path: root/drivers/remoteproc
AgeCommit message (Expand)AuthorFilesLines
2023-01-18Revert "remoteproc: qcom_q6v5_mss: map/unmap metadata region before/after use"Christoph Hellwig1-32/+6
2023-01-18remoteproc: qcom_q6v5_pas: add sm8550 adsp, cdsp & mpss compatible & dataNeil Armstrong1-0/+63
2023-01-18remoteproc: qcom_q6v5_pas: add support for assigning memory to firmwareNeil Armstrong1-0/+71
2023-01-18remoteproc: qcom_q6v5_pas: add support for dtb co-firmware loadingNeil Armstrong1-13/+121
2023-01-13remoteproc: k3-c7x: Add support for C7xv DSP on AM62A SoCJai Luthra1-0/+12
2023-01-06remoteproc: pru: Configure firmware based on client setupTero Kristo1-0/+34
2023-01-06remoteproc: pru: Add pru_rproc_set_ctable() functionRoger Quadros1-0/+59
2023-01-06remoteproc: pru: Make sysfs entries read-only for PRU client driven bootsSuman Anna1-0/+2
2023-01-06remoteproc: pru: Add APIs to get and put the PRU coresMD Danish Anwar1-2/+126
2023-01-06remoteproc: pru: Add enum for PRU Core Identifiers.MD Danish Anwar1-3/+4
2023-01-04remoteproc/mtk_scp: Remove timeout variable from scp_ipi_send()AngeloGioacchino Del Regno1-3/+1
2023-01-04remoteproc/mtk_scp: Use readl_poll_timeout_atomic() for pollingAngeloGioacchino Del Regno1-8/+11
2023-01-04remoteproc/mtk_scp: Move clk ops outside send_lockChen-Yu Tsai1-6/+5
2022-12-28remoteproc: qcom: pas: Fix subdevice add orderMukesh Ojha1-1/+1
2022-12-28remoteproc: qcom: pas: Add MSM8953 ADSP PIL supportSireesh Kodali1-0/+1
2022-12-28remoteproc: qcom: Add support for memory sandboxSrinivasa Rao Mandadapu1-1/+55
2022-12-28remoteproc: qcom: Add efuse evb selection controlSrinivasa Rao Mandadapu1-0/+17
2022-12-28remoteproc: qcom: Replace hard coded values with macrosSrinivasa Rao Mandadapu1-2/+5
2022-12-28remoteproc: qcom: Update rproc parse firmware callbackSrinivasa Rao Mandadapu1-1/+22
2022-12-28remoteproc: qcom: Add compatible name for SC7280 ADSPSrinivasa Rao Mandadapu1-0/+16
2022-12-28remoteproc: qcom: Add flag in adsp private data structureSrinivasa Rao Mandadapu1-0/+5
2022-12-28remoteproc: qcom: q6v5: Avoid setting smem bit in case of crash shutdownGokul krishna Krishnakumar1-2/+2
2022-12-28remoteproc: qcom: wcnss: remove unused qcom_iris_driver declarationGaosheng Cui1-2/+0
2022-12-28remoteproc: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-12-28remoteproc: qcom: q6v5: Use _clk_get_optional for aggre2_clkAbel Vesa1-35/+7
2022-12-27remoteproc: qcom: qcom_wcnss: Add support for pronto-v3Vladimir Lypak1-0/+12
2022-12-27remoteproc: qcom: q6v5-mss: Add modem support on MSM8953Sireesh Kodali1-2/+53
2022-12-27remoteproc: qcom: q6v5-mss: Add support for MSM8909Stephan Gerhold1-33/+90
2022-12-07remoteproc: core: Do pm_relax when in RPROC_OFFLINE stateMaria Yu1-1/+8
2022-12-06remoteproc: qcom: q6v5: Fix missing clk_disable_unprepare() in q6v5_wcss_qcs4...Shang XiaoJing1-1/+2
2022-12-06remoteproc: qcom_q6v5_pas: Fix missing of_node_put() in adsp_alloc_memory_reg...Yuan Can1-0/+1
2022-12-06remoteproc: qcom_q6v5_pas: detach power domains on removeLuca Weiss1-0/+1
2022-12-06remoteproc: qcom_q6v5_pas: disable wakeup on probe fail or removeLuca Weiss1-0/+2
2022-12-06remoteproc: qcom: q6v5: Fix potential null-ptr-deref in q6v5_wcss_init_mmio()Shang XiaoJing1-0/+3
2022-12-06remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev()Gaosheng Cui1-1/+4
2022-12-06remoteproc: sysmon: Make QMI message rules constJeff Johnson1-4/+4
2022-11-25drivers: remoteproc: Add Xilinx r5 remoteproc driverTanmay Shah3-0/+1081
2022-11-21remoteproc: core: Use device_match_of_node()ye xingchen1-1/+1
2022-11-15remoteproc: imx_rproc: Correct i.MX93 DRAM mappingPeng Fan1-2/+2
2022-10-24remoteproc: imx_rproc: Enable attach recovery for i.MX8QM/QXPPeng Fan1-1/+2
2022-10-24remoteproc: imx_rproc: Request mbox channel laterPeng Fan1-2/+46
2022-10-24remoteproc: imx_rproc: Support i.MX8QMPeng Fan1-3/+44
2022-10-24remoteproc: imx_rproc: Support kicking Mcore from Linux for i.MX8QXPPeng Fan1-3/+93
2022-10-24remoteproc: imx_rproc: Support attaching to i.MX8QXP M4Peng Fan1-1/+107
2022-10-24remoteproc: imx_dsp_rproc: Add mutex protection for workqueueShengjiu Wang1-3/+9
2022-10-24remoteproc: core: Auto select rproc-virtio device idShengjiu Wang1-1/+7
2022-10-05remoteproc: virtio: Fix warning on bindings by removing the of_match_tableArnaud Pouliquen1-7/+1
2022-09-28remoteproc: Support attach recovery after rproc crashPeng Fan1-19/+43
2022-09-28remoteproc: Introduce rproc featuresPeng Fan1-0/+15
2022-09-21remoteproc: virtio: Create platform device for the remoteproc_virtioArnaud Pouliquen3-77/+80