summaryrefslogtreecommitdiff
path: root/drivers/remoteproc
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* remoteproc: core: Use device_match_of_node()ye xingchen2022-11-211-1/+1
* remoteproc: imx_rproc: Correct i.MX93 DRAM mappingPeng Fan2022-11-151-2/+2
* remoteproc: imx_rproc: Enable attach recovery for i.MX8QM/QXPPeng Fan2022-10-241-1/+2
* remoteproc: imx_rproc: Request mbox channel laterPeng Fan2022-10-241-2/+46
* remoteproc: imx_rproc: Support i.MX8QMPeng Fan2022-10-241-3/+44
* remoteproc: imx_rproc: Support kicking Mcore from Linux for i.MX8QXPPeng Fan2022-10-241-3/+93
* remoteproc: imx_rproc: Support attaching to i.MX8QXP M4Peng Fan2022-10-241-1/+107
* remoteproc: imx_dsp_rproc: Add mutex protection for workqueueShengjiu Wang2022-10-241-3/+9
* remoteproc: core: Auto select rproc-virtio device idShengjiu Wang2022-10-241-1/+7
* remoteproc: virtio: Fix warning on bindings by removing the of_match_tableArnaud Pouliquen2022-10-051-7/+1
* remoteproc: Support attach recovery after rproc crashPeng Fan2022-09-281-19/+43
* remoteproc: Introduce rproc featuresPeng Fan2022-09-281-0/+15
* remoteproc: virtio: Create platform device for the remoteproc_virtioArnaud Pouliquen2022-09-213-77/+80
* remoteproc: Move rproc_vdev management to remoteproc_virtio.cArnaud Pouliquen2022-09-213-160/+161
* remoteproc: core: Introduce rproc_add_rvdev functionArnaud Pouliquen2022-09-211-2/+14
* remoteproc: core: Introduce rproc_rvdev_add_device functionArnaud Pouliquen2022-09-212-64/+98
* remoteproc: Harden rproc_handle_vdev() against integer overflowDan Carpenter2022-09-191-2/+3
* remoteproc/keystone: Switch to using gpiod APIDmitry Torokhov2022-09-191-7/+9
* drivers/remoteproc: Fix repeated words in commentswangjianli2022-09-191-1/+1
* remoteproc: imx_dsp_rproc: fix argument 2 of rproc_mem_entry_initShengjiu Wang2022-08-231-2/+2
* remoteproc: imx_rproc: Simplify some error messageChristophe JAILLET2022-08-231-9/+5
* virtio: Revert "virtio: find_vqs() add arg sizes"Michael S. Tsirkin2022-08-161-1/+0
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-08-122-7/+10
|\
| * virtio: find_vqs() add arg sizesXuan Zhuo2022-08-111-0/+1
| * virtio: record the maximum queue num supported by the device.Xuan Zhuo2022-08-111-0/+2
| * remoteproc: rename len of rpoc_vring to numXuan Zhuo2022-08-112-7/+7