devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mathieu Poirier <mathieu.poirier@linaro.org>
To: Shengjiu Wang <shengjiu.wang@nxp.com>
Cc: ohad@wizery.com, bjorn.andersson@linaro.org, robh+dt@kernel.org,
	shawnguo@kernel.org, s.hauer@pengutronix.de,
	kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com,
	linux-remoteproc@vger.kernel.org, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, shengjiu.wang@gmail.com
Subject: Re: [PATCH v6 0/4] Add remoteproc driver for DSP on i.MX
Date: Tue, 12 Oct 2021 09:56:23 -0600	[thread overview]
Message-ID: <20211012155623.GA4010675@p14s> (raw)
In-Reply-To: <1633944015-789-1-git-send-email-shengjiu.wang@nxp.com>

On Mon, Oct 11, 2021 at 05:20:11PM +0800, Shengjiu Wang wrote:
> Provide a basic driver to control DSP processor found on NXP i.MX8QM,
> i.MX8QXP, i.MX8MP and i.MX8ULP.
> 
> Currently it is able to resolve addresses between DSP and main CPU,
> start and stop the processor, suspend and resume.
> 
> The communication between DSP and main CPU is based on mailbox, there
> are three mailbox channels (tx, rx, rxdb).
> 
> This driver was tested on NXP i.MX8QM, i.MX8QXP, i.MX8MP and i.MX8ULP.
> 
> changes in v6:
> - fix the apply issue for linux-next
> - add if/then schema according to Rob's comments
> 
> changes in v5:
> - refine driver according to Mathieu's comments
> 
> changes in v4:
> - merge binding doc to fsl,dsp.yaml for Rob's comments
> 
> changes in v3:
> - Add this cover letter
> - refine clock-names according to Rob's comments
> - move common struct from imx_rproc.c to header file
> - add IMX_RPROC_SCU_API enum item
> - refine driver according to Mathieu's comments
> 
> changes in v2:
> - change syscon to fsl,dsp-ctrl
> - add items for clock-names
> 
> Shengjiu Wang (4):
>   remoteproc: imx_rproc: Move common structure to header file
>   remoteproc: imx_rproc: Add IMX_RPROC_SCU_API method
>   remoteproc: imx_dsp_rproc: Add remoteproc driver for DSP on i.MX
>   dt-bindings: dsp: fsl: update binding document for remote proc driver
> 
>  .../devicetree/bindings/dsp/fsl,dsp.yaml      |  123 +-
>  drivers/remoteproc/Kconfig                    |   11 +
>  drivers/remoteproc/Makefile                   |    1 +
>  drivers/remoteproc/imx_dsp_rproc.c            | 1206 +++++++++++++++++
>  drivers/remoteproc/imx_rproc.c                |   28 +-
>  drivers/remoteproc/imx_rproc.h                |   39 +
>  6 files changed, 1375 insertions(+), 33 deletions(-)
>  create mode 100644 drivers/remoteproc/imx_dsp_rproc.c
>  create mode 100644 drivers/remoteproc/imx_rproc.h

I have applied this set.

Thanks,
Mathieu

> 
> -- 
> 2.17.1
> 

      parent reply	other threads:[~2021-10-12 15:56 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-11  9:20 [PATCH v6 0/4] Add remoteproc driver for DSP on i.MX Shengjiu Wang
2021-10-11  9:20 ` [PATCH v6 1/4] remoteproc: imx_rproc: Move common structure to header file Shengjiu Wang
2021-10-11  9:20 ` [PATCH v6 2/4] remoteproc: imx_rproc: Add IMX_RPROC_SCU_API method Shengjiu Wang
2021-10-11  9:20 ` [PATCH v6 3/4] remoteproc: imx_dsp_rproc: Add remoteproc driver for DSP on i.MX Shengjiu Wang
2021-10-12 17:06   ` Mathieu Poirier
2021-10-13  2:21     ` Shengjiu Wang
2021-10-11  9:20 ` [PATCH v6 4/4] dt-bindings: dsp: fsl: update binding document for remote proc driver Shengjiu Wang
2021-10-11 23:43   ` Rob Herring
2021-10-12 15:56 ` Mathieu Poirier [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211012155623.GA4010675@p14s \
    --to=mathieu.poirier@linaro.org \
    --cc=bjorn.andersson@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=festevam@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-remoteproc@vger.kernel.org \
    --cc=ohad@wizery.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    --cc=shengjiu.wang@gmail.com \
    --cc=shengjiu.wang@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).