summaryrefslogtreecommitdiffstats
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'soc-drivers-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-273-3/+3
|\
| * firmware: qcom_scm: Move qcom_scm.h to include/linux/firmware/qcom/Elliot Berman2023-02-083-3/+3
* | Merge tag 'rproc-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds2023-02-2613-154/+887
|\ \
| * | remoteproc: qcom_q6v5_pas: enable sm8550 adsp & cdsp autobootNeil Armstrong2023-02-141-2/+2
| * | remoteproc: qcom: pas: Add sm6115 remoteprocsBhupesh Sharma2023-02-141-0/+3
| * | remoteproc: qcom: pas: Adjust the phys addr wrt the mem regionYogesh Lal2023-02-143-6/+32
| * | remoteproc: qcom: fix sparse warningsMukesh Ojha2023-02-141-2/+2
| * | remoteproc: qcom: replace kstrdup with kstrndupMukesh Ojha2023-02-141-1/+1
| * | remoteproc: mediatek: Check the SCP image formatTinghan Shen2023-02-121-0/+1
| * | remoteproc: qcom_q6v5_mss: Use a carveout to authenticate modem headersSibi Sankar2023-01-181-6/+53
| * | Revert "remoteproc: qcom_q6v5_mss: map/unmap metadata region before/after use"Christoph Hellwig2023-01-181-32/+6
| * | remoteproc: qcom_q6v5_pas: add sm8550 adsp, cdsp & mpss compatible & dataNeil Armstrong2023-01-181-0/+63
| * | remoteproc: qcom_q6v5_pas: add support for assigning memory to firmwareNeil Armstrong2023-01-181-0/+71
| * | remoteproc: qcom_q6v5_pas: add support for dtb co-firmware loadingNeil Armstrong2023-01-181-13/+121
| * | remoteproc: k3-c7x: Add support for C7xv DSP on AM62A SoCJai Luthra2023-01-131-0/+12
| * | remoteproc: pru: Configure firmware based on client setupTero Kristo2023-01-061-0/+34
| * | remoteproc: pru: Add pru_rproc_set_ctable() functionRoger Quadros2023-01-061-0/+59
| * | remoteproc: pru: Make sysfs entries read-only for PRU client driven bootsSuman Anna2023-01-061-0/+2
| * | remoteproc: pru: Add APIs to get and put the PRU coresMD Danish Anwar2023-01-061-2/+126
| * | remoteproc: pru: Add enum for PRU Core Identifiers.MD Danish Anwar2023-01-061-3/+4
| * | remoteproc/mtk_scp: Remove timeout variable from scp_ipi_send()AngeloGioacchino Del Regno2023-01-041-3/+1
| * | remoteproc/mtk_scp: Use readl_poll_timeout_atomic() for pollingAngeloGioacchino Del Regno2023-01-041-8/+11
| * | remoteproc/mtk_scp: Move clk ops outside send_lockChen-Yu Tsai2023-01-041-6/+5
| * | remoteproc: qcom: pas: Fix subdevice add orderMukesh Ojha2022-12-281-1/+1
| * | remoteproc: qcom: pas: Add MSM8953 ADSP PIL supportSireesh Kodali2022-12-281-0/+1
| * | remoteproc: qcom: Add support for memory sandboxSrinivasa Rao Mandadapu2022-12-281-1/+55
| * | remoteproc: qcom: Add efuse evb selection controlSrinivasa Rao Mandadapu2022-12-281-0/+17
| * | remoteproc: qcom: Replace hard coded values with macrosSrinivasa Rao Mandadapu2022-12-281-2/+5
| * | remoteproc: qcom: Update rproc parse firmware callbackSrinivasa Rao Mandadapu2022-12-281-1/+22
| * | remoteproc: qcom: Add compatible name for SC7280 ADSPSrinivasa Rao Mandadapu2022-12-281-0/+16
| * | remoteproc: qcom: Add flag in adsp private data structureSrinivasa Rao Mandadapu2022-12-281-0/+5
| * | remoteproc: qcom: q6v5: Avoid setting smem bit in case of crash shutdownGokul krishna Krishnakumar2022-12-281-2/+2
| * | remoteproc: qcom: wcnss: remove unused qcom_iris_driver declarationGaosheng Cui2022-12-281-2/+0
| * | remoteproc: move from strlcpy with unused retval to strscpyWolfram Sang2022-12-281-1/+1
| * | remoteproc: qcom: q6v5: Use _clk_get_optional for aggre2_clkAbel Vesa2022-12-281-35/+7
| * | remoteproc: qcom: qcom_wcnss: Add support for pronto-v3Vladimir Lypak2022-12-271-0/+12
| * | remoteproc: qcom: q6v5-mss: Add modem support on MSM8953Sireesh Kodali2022-12-271-2/+53
| * | remoteproc: qcom: q6v5-mss: Add support for MSM8909Stephan Gerhold2022-12-271-33/+90
| |/
* | Merge tag 'rpmsg-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds2023-02-261-1/+2
|\ \
| * | rpmsg: glink: smem: Wrap driver contextBjorn Andersson2023-02-141-1/+2
| |/
* / iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe2023-01-251-2/+3
|/
* remoteproc: core: Do pm_relax when in RPROC_OFFLINE stateMaria Yu2022-12-071-1/+8
* remoteproc: qcom: q6v5: Fix missing clk_disable_unprepare() in q6v5_wcss_qcs4...Shang XiaoJing2022-12-061-1/+2
* remoteproc: qcom_q6v5_pas: Fix missing of_node_put() in adsp_alloc_memory_reg...Yuan Can2022-12-061-0/+1
* remoteproc: qcom_q6v5_pas: detach power domains on removeLuca Weiss2022-12-061-0/+1
* remoteproc: qcom_q6v5_pas: disable wakeup on probe fail or removeLuca Weiss2022-12-061-0/+2
* remoteproc: qcom: q6v5: Fix potential null-ptr-deref in q6v5_wcss_init_mmio()Shang XiaoJing2022-12-061-0/+3
* remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev()Gaosheng Cui2022-12-061-1/+4
* remoteproc: sysmon: Make QMI message rules constJeff Johnson2022-12-061-4/+4
* drivers: remoteproc: Add Xilinx r5 remoteproc driverTanmay Shah2022-11-253-0/+1081