summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | watchdog: f71808e_wdt: rename variant-independent identifiers appropriatelyAhmad Fatoum2021-10-261-33/+33
| * | | watchdog: f71808e_wdt: constify static arrayAhmad Fatoum2021-10-261-1/+1
| * | | watchdog: f71808e_wdt: remove superfluous globalAhmad Fatoum2021-10-261-3/+2
| * | | watchdog: f71808e_wdt: fix inaccurate report in WDIOC_GETTIMEOUTAhmad Fatoum2021-10-261-1/+3
| * | | watchdog: stm32_iwdg: drop superfluous error messageTang Bin2021-10-261-3/+1
| * | | watchdog: remove dead iop watchdog timer driverLukas Bulwahn2021-10-263-267/+0
* | | | Merge tag 'rproc-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds2021-11-1033-303/+2377
|\ \ \ \
| * | | | 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-081-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-271-4/+249
| * | | | dt-bindings: remoteproc: qcom: Update Q6V5 Modem PIL bindingSibi Sankar2021-09-271-2/+30
| * | | | remoteproc: qcom: pas: Add SC7280 Modem supportSibi Sankar2021-09-271-0/+1
| * | | | dt-bindings: remoteproc: qcom: pas: Add SC7280 MPSS supportSibi Sankar2021-09-271-0/+5
| * | | | remoteproc: qcom: pas: Use the same init resources for MSM8996 and MSM8998Yassine Oudjana2021-09-271-19/+8
| * | | | MAINTAINERS: Update remoteproc repo urlBjorn Andersson2021-09-271-2/+2
| * | | | dt-bindings: remoteproc: k3-dsp: Cleanup SoC compatible from DT exampleSinthu Raja2021-09-271-3/+1
| * | | | dt-bindings: remoteproc: k3-r5f: Cleanup SoC compatible from DT exampleSinthu Raja2021-09-271-3/+1
| * | | | remoteproc: mediatek: Support mt8195 scpTinghan Shen2021-09-272-5/+44
| * | | | dt-bindings: remoteproc: mediatek: Convert mtk,scp to json-schemaTinghan Shen2021-09-272-41/+92
| * | | | dt-bindings: remoteproc: mediatek: Add binding for mt8192 scpTinghan Shen2021-09-271-3/+6
| * | | | dt-bindings: remoteproc: mediatek: Add binding for mt8195 scpTinghan Shen2021-09-271-3/+5
| * | | | remoteproc: meson-mx-ao-arc: Add a driver for the AO ARC remote procesorMartin Blumenstingl2021-09-273-0/+273
| * | | | dt-bindings: remoteproc: Add the documentation for Meson AO ARC rprocMartin Blumenstingl2021-09-271-0/+87
| * | | | remoteproc: imx_rproc: Change to ioremap_wc for dramDong Aisheng2021-09-271-1/+1
| * | | | remoteproc: imx_rproc: Fix rsc-table nameDong Aisheng2021-09-271-1/+1
| * | | | remoteproc: imx_rproc: Fix ignoring mapping vdev regionsDong Aisheng2021-09-271-2/+2
| * | | | remoteproc: imx_rproc: Fix TCM io memory typeDong Aisheng2021-09-271-14/+21
| * | | | remoteproc: Fix the wrong default value of is_iomemDong Aisheng2021-09-272-2/+2
| * | | | remoteproc: elf_loader: Fix loading segment when is_iomem truePeng Fan2021-09-271-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
* | | | | Merge tag 'rpmsg-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...Linus Torvalds2021-11-104-12/+85
|\ \ \ \ \
| * | | | | rpmsg: glink: Send READ_NOTIFY command in FIFO full caseArun Kumar Neelakantam2021-10-151-1/+35
| * | | | | rpmsg: glink: Remove channel decouple from rpdev releaseChris Lew2021-10-151-2/+0
| * | | | | rpmsg: glink: Remove the rpmsg dev in close_ackArun Kumar Neelakantam2021-10-151-0/+12