devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mathieu Poirier <mathieu.poirier@linaro.org>
To: Peng Fan <peng.fan@nxp.com>
Cc: "bjorn.andersson@linaro.org" <bjorn.andersson@linaro.org>,
	"shawnguo@kernel.org" <shawnguo@kernel.org>,
	"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>,
	"festevam@gmail.com" <festevam@gmail.com>,
	dl-linux-imx <linux-imx@nxp.com>,
	"linux-remoteproc@vger.kernel.org"
	<linux-remoteproc@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>,
	"krzysztof.kozlowski+dt@linaro.org" 
	<krzysztof.kozlowski+dt@linaro.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Subject: Re: [PATCH V3 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP
Date: Wed, 15 Jun 2022 14:44:50 -0600	[thread overview]
Message-ID: <20220615204450.GA1257609@p14s> (raw)
In-Reply-To: <DU0PR04MB941740BC9C2C5B205985CAB588AD9@DU0PR04MB9417.eurprd04.prod.outlook.com>

On Wed, Jun 15, 2022 at 03:24:03AM +0000, Peng Fan wrote:
> Bjorn, Mathieu
> 
> > Subject: [PATCH V3 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP
> 
> Please give a look on this patchset if possible.

Your pathset is currently 3rd from the top in my queue.  As such I will likely
get to it in the next couple of weeks but as usual, I can't make any guarantees
on that front.

Thanks,
Mathieu

> 
> Thanks,
> Peng.
> 
> > 
> > From: Peng Fan <peng.fan@nxp.com>
> > 
> > V3:
> >  Drop the dependency in V2.
> >  Tested on i.MX8QM/8MM
> >  Use 'fsl,resource-id' and 'fsl,entry-address' Per dt maintainer  Drop 'reg'
> > property Per remoteproc maintainer  Drop mcore self recovery, until we land
> > in common framework support.
> > 
> > V2:
> > 
> > https://patchwork.kernel.org/project/linux-remoteproc/cover/202203091021
> > 18.8131-1-peng.fan@oss.nxp.com/
> >  Depends on
> > https://patchwork.kernel.org/project/linux-remoteproc/list/?series=621311
> >  Tested on i.MX8QXP/QM/8MP
> >  Addressed Mathieu's comments
> >  Drop V1 patch 5/9, patch 3/9 is replaced with upper dependency patchset
> > Move V1 patch 4/9 out to
> > https://patchwork.kernel.org/project/linux-remoteproc/patch/202203080657
> > 54.3355-1-peng.fan@oss.nxp.com/
> >  Update commit log
> >  Drop magic number to get entry address from device tree in patch 4/6
> > 
> > The V1 patchset:
> > https://patchwork.kernel.org/project/linux-remoteproc/patch/202201110333
> > 33.403448-4-peng.fan@oss.nxp.com/
> > 
> > Peng Fan (6):
> >   dt-bindings: remoteproc: imx_rproc: support i.MX8QXP
> >   dt-bindings: remoteproc: imx_rproc: support i.MX8QM
> >   remoteproc: imx_rproc: support attaching to i.MX8QXP M4
> >   remoteproc: imx_rproc: support kicking Mcore from Linux for i.MX8QXP
> >   remoteproc: imx_rproc: support i.MX8QM
> >   remoteproc: imx_rproc: request mbox channel later
> > 
> >  .../bindings/remoteproc/fsl,imx-rproc.yaml    |  16 ++
> >  drivers/remoteproc/imx_rproc.c                | 222
> > +++++++++++++++++-
> >  2 files changed, 231 insertions(+), 7 deletions(-)
> > 
> > --
> > 2.25.1
> 

  reply	other threads:[~2022-06-15 20:44 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-17  6:49 [PATCH V3 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP Peng Fan (OSS)
2022-05-17  6:49 ` [PATCH V3 1/6] dt-bindings: remoteproc: imx_rproc: support i.MX8QXP Peng Fan (OSS)
2022-05-17 15:19   ` Rob Herring
2022-05-17  6:49 ` [PATCH V3 2/6] dt-bindings: remoteproc: imx_rproc: support i.MX8QM Peng Fan (OSS)
2022-05-17 15:19   ` Rob Herring
2022-05-17  6:49 ` [PATCH V3 3/6] remoteproc: imx_rproc: support attaching to i.MX8QXP M4 Peng Fan (OSS)
2022-06-28 17:27   ` Mathieu Poirier
2022-06-29  1:01     ` Peng Fan
2022-05-17  6:49 ` [PATCH V3 4/6] remoteproc: imx_rproc: support kicking Mcore from Linux for i.MX8QXP Peng Fan (OSS)
2022-06-28 17:43   ` Mathieu Poirier
2022-06-29  1:08     ` Peng Fan
2022-05-17  6:49 ` [PATCH V3 5/6] remoteproc: imx_rproc: support i.MX8QM Peng Fan (OSS)
2022-06-28 18:02   ` Mathieu Poirier
2022-06-29  1:19     ` Peng Fan
2022-05-17  6:49 ` [PATCH V3 6/6] remoteproc: imx_rproc: request mbox channel later Peng Fan (OSS)
2022-06-15  3:24 ` [PATCH V3 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP Peng Fan
2022-06-15 20:44   ` Mathieu Poirier [this message]
2022-06-16  3:08     ` Peng Fan

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=20220615204450.GA1257609@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=krzysztof.kozlowski+dt@linaro.org \
    --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=peng.fan@nxp.com \
    --cc=robh+dt@kernel.org \
    --cc=s.hauer@pengutronix.de \
    --cc=shawnguo@kernel.org \
    /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).