summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remoteproc: Remove vdev_to_rvdev and vdev_to_rproc from remoteproc APIArnaud Pouliquen2021-10-152-12/+12
* remoteproc: omap_remoteproc: simplify getting .driver_dataWolfram Sang2021-10-151-4/+2
* remoteproc: qcom_q6v5_mss: Use devm_platform_ioremap_resource_byname() to sim...zhaoxiao2021-10-151-5/+2
* remoteproc: Fix a memory leak in an error handling path in 'rproc_handle_vdev()'Christophe JAILLET2021-10-151-3/+5
* remoteproc: Fix spelling mistake "atleast" -> "at least"Colin Ian King2021-10-152-2/+2
* remoteproc: imx_dsp_rproc: mark PM functions as __maybe_unusedArnd Bergmann2021-10-141-2/+2
* remoteproc: imx_dsp_rproc: Correct the comment style of copyrightShengjiu Wang2021-10-131-1/+1
* dt-bindings: dsp: fsl: Update binding document for remote proc driverShengjiu Wang2021-10-121-6/+117
* remoteproc: imx_dsp_rproc: Add remoteproc driver for DSP on i.MXShengjiu Wang2021-10-123-0/+1218
* remoteproc: imx_rproc: Add IMX_RPROC_SCU_API methodShengjiu Wang2021-10-121-0/+2
* remoteproc: imx_rproc: Move common structure to header fileShengjiu Wang2021-10-122-27/+38
* rpmsg: char: Remove useless includeArnaud Pouliquen2021-10-091-2/+0
* remoteproc: meson-mx-ao-arc: fix a bit testDan Carpenter2021-10-041-1/+1
* remoteproc: mss: q6v5-mss: Add modem support on SC7280Sibi Sankar2021-09-281-4/+249
* dt-bindings: remoteproc: qcom: Update Q6V5 Modem PIL bindingSibi Sankar2021-09-281-2/+30
* remoteproc: qcom: pas: Add SC7280 Modem supportSibi Sankar2021-09-281-0/+1
* dt-bindings: remoteproc: qcom: pas: Add SC7280 MPSS supportSibi Sankar2021-09-281-0/+5
* remoteproc: qcom: pas: Use the same init resources for MSM8996 and MSM8998Yassine Oudjana2021-09-281-19/+8
* MAINTAINERS: Update remoteproc repo urlBjorn Andersson2021-09-281-2/+2
* dt-bindings: remoteproc: k3-dsp: Cleanup SoC compatible from DT exampleSinthu Raja2021-09-281-3/+1
* dt-bindings: remoteproc: k3-r5f: Cleanup SoC compatible from DT exampleSinthu Raja2021-09-281-3/+1
* remoteproc: mediatek: Support mt8195 scpTinghan Shen2021-09-282-5/+44
* dt-bindings: remoteproc: mediatek: Convert mtk,scp to json-schemaTinghan Shen2021-09-282-41/+92
* dt-bindings: remoteproc: mediatek: Add binding for mt8192 scpTinghan Shen2021-09-281-3/+6
* dt-bindings: remoteproc: mediatek: Add binding for mt8195 scpTinghan Shen2021-09-281-3/+5
* remoteproc: meson-mx-ao-arc: Add a driver for the AO ARC remote procesorMartin Blumenstingl2021-09-283-0/+273
* dt-bindings: remoteproc: Add the documentation for Meson AO ARC rprocMartin Blumenstingl2021-09-281-0/+87
* remoteproc: imx_rproc: Change to ioremap_wc for dramDong Aisheng2021-09-281-1/+1
* remoteproc: imx_rproc: Fix rsc-table nameDong Aisheng2021-09-281-1/+1
* remoteproc: imx_rproc: Fix ignoring mapping vdev regionsDong Aisheng2021-09-281-2/+2
* remoteproc: imx_rproc: Fix TCM io memory typeDong Aisheng2021-09-281-14/+21
* remoteproc: Fix the wrong default value of is_iomemDong Aisheng2021-09-282-2/+2
* remoteproc: elf_loader: Fix loading segment when is_iomem truePeng Fan2021-09-281-1/+1
* remoteproc: qcom: q6v5: Use qmp_send to update co-processor load stateSibi Sankar2021-09-276-110/+123
* dt-bindings: remoteproc: qcom: Add QMP propertySibi Sankar2021-09-271-1/+6
* dt-bindings: remoteproc: qcom: pas: Add QMP propertySibi Sankar2021-09-271-30/+24
* soc: qcom: aoss: Expose send for generic usecaseDeepak Kumar Singh2021-09-272-1/+91
* remoteproc: qcom: Loosen dependency on RPMSG_QCOM_SMDStephen Boyd2021-09-131-5/+5
* remoteproc: qcom: wcnss: Drop unused smd includeStephen Boyd2021-09-131-1/+0
* Linux 5.15-rc1v5.15-rc1Linus Torvalds2021-09-131-2/+2
* Merge tag 'perf-tools-for-v5.15-2021-09-11' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-09-1336-175/+1147
|\
| * tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo2021-09-111-2/+12
| * tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2021-09-111-81/+417
| * tools headers UAPI: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo2021-09-111-0/+1
| * tools headers UAPI: Sync linux/in.h copy with the kernel sourcesArnaldo Carvalho de Melo2021-09-111-10/+32
| * perf tools: Add an option to build without libbfdIan Rogers2021-09-111-22/+25
| * perf tools: Allow build-id with trailing zerosNamhyung Kim2021-09-111-0/+10
| * perf tools: Fix hybrid config terms list corruptionAdrian Hunter2021-09-112-9/+27
| * perf tools: Factor out copy_config_terms() and free_config_terms()Adrian Hunter2021-09-113-13/+19
| * perf tools: Fix perf_event_attr__fprintf() missing/dupl. fieldsAdrian Hunter2021-09-111-1/+4