linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Peng Fan <peng.fan@nxp.com>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>,
	"andersson@kernel.org" <andersson@kernel.org>,
	"mathieu.poirier@linaro.org" <mathieu.poirier@linaro.org>,
	"robh+dt@kernel.org" <robh+dt@kernel.org>,
	"krzysztof.kozlowski+dt@linaro.org" 
	<krzysztof.kozlowski+dt@linaro.org>,
	"shawnguo@kernel.org" <shawnguo@kernel.org>,
	"s.hauer@pengutronix.de" <s.hauer@pengutronix.de>
Cc: "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>,
	"devicetree@vger.kernel.org" <devicetree@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>
Subject: RE: [PATCH V5 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP
Date: Tue, 20 Sep 2022 06:35:22 +0000	[thread overview]
Message-ID: <DU0PR04MB941763C3EBF8AE9A9CD69445884C9@DU0PR04MB9417.eurprd04.prod.outlook.com> (raw)
In-Reply-To: <DU0PR04MB94179E5E1563DD72849BEDCC884C9@DU0PR04MB9417.eurprd04.prod.outlook.com>

Correct Bjorn's mail address.

> -----Original Message-----
> From: Peng Fan <peng.fan@nxp.com>
> Sent: 2022年9月20日 11:09
> To: Peng Fan (OSS) <peng.fan@oss.nxp.com>; bjorn.andersson@kernel.org;
> mathieu.poirier@linaro.org; robh+dt@kernel.org;
> krzysztof.kozlowski+dt@linaro.org; shawnguo@kernel.org;
> s.hauer@pengutronix.de
> Cc: kernel@pengutronix.de; festevam@gmail.com; dl-linux-imx <linux-
> imx@nxp.com>; linux-remoteproc@vger.kernel.org;
> devicetree@vger.kernel.org; linux-arm-kernel@lists.infradead.org; linux-
> kernel@vger.kernel.org
> Subject: RE: [PATCH V5 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP
> 
> Hi Bjorn, Mathieu
> 
> Is this patchset fine for you?
> V4 was sent out 2 months ago and no comments,
> V5 was sent out near 1 month with only a minor rebase conflict.
> 
> Thanks,
> Peng.

Thanks,
Peng.

> 
> > Subject: [PATCH V5 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP
> >
> > From: Peng Fan <peng.fan@nxp.com>
> >
> > V5:
> >  The patchset could not apply on latest remoteproc for-next branch,
> > so rebased. Only patch 6 has a minor conflict, other patches are not
> changed.
> >
> > V4:
> >  https://lore.kernel.org/all/20220701104725.557314-1-
> > peng.fan@oss.nxp.com/
> >  Add R-b from DT maintainer
> >  Fix probe failure and driver remove path in patch 3, 4  Add comments
> > about i.MX8QM entries filter in patch 5
> >
> > 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.
> >  https://patchwork.kernel.org/project/linux-
> > remoteproc/cover/20220517064937.4033441-1-peng.fan@oss.nxp.com/
> >
> > V2:
> >  https://patchwork.kernel.org/project/linux-
> > remoteproc/cover/20220309102118.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/20220308065754.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/20220111033333.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                | 261 +++++++++++++++++-
> >  2 files changed, 270 insertions(+), 7 deletions(-)
> >
> > --
> > 2.37.1


      reply	other threads:[~2022-09-20  6:37 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-24  1:10 [PATCH V5 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP Peng Fan (OSS)
2022-08-24  1:10 ` [PATCH V5 1/6] dt-bindings: remoteproc: imx_rproc: support i.MX8QXP Peng Fan (OSS)
2022-08-24  1:10 ` [PATCH V5 2/6] dt-bindings: remoteproc: imx_rproc: support i.MX8QM Peng Fan (OSS)
2022-08-24  1:10 ` [PATCH V5 3/6] remoteproc: imx_rproc: support attaching to i.MX8QXP M4 Peng Fan (OSS)
2022-09-26 23:21   ` Mathieu Poirier
2022-09-27  2:48     ` Peng Fan
2022-09-27 17:56       ` Mathieu Poirier
2022-09-28  7:39         ` Peng Fan
2022-09-28 10:01           ` Peng Fan
2022-09-28 17:30             ` Mathieu Poirier
2022-09-29  2:30               ` Peng Fan
2022-09-29  3:52               ` Peng Fan
2022-09-29 14:58                 ` Mathieu Poirier
2022-09-29 23:16                   ` Peng Fan
2022-09-29 23:24                     ` Mathieu Poirier
2022-08-24  1:10 ` [PATCH V5 4/6] remoteproc: imx_rproc: support kicking Mcore from Linux for i.MX8QXP Peng Fan (OSS)
2022-08-24  1:10 ` [PATCH V5 5/6] remoteproc: imx_rproc: support i.MX8QM Peng Fan (OSS)
2022-08-24  1:10 ` [PATCH V5 6/6] remoteproc: imx_rproc: request mbox channel later Peng Fan (OSS)
2022-09-20  3:09 ` [PATCH V5 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP Peng Fan
2022-09-20  6:35   ` Peng Fan [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=DU0PR04MB941763C3EBF8AE9A9CD69445884C9@DU0PR04MB9417.eurprd04.prod.outlook.com \
    --to=peng.fan@nxp.com \
    --cc=andersson@kernel.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=mathieu.poirier@linaro.org \
    --cc=peng.fan@oss.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).