All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
Cc: shawnguo@kernel.org, festevam@gmail.com,
	devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org,
	kernel@pengutronix.de, linux-imx@nxp.com,
	linux-kernel@vger.kernel.org, mathieu.poirier@linaro.org,
	linux-arm-kernel@lists.infradead.org, Peng Fan <peng.fan@nxp.com>,
	s.hauer@pengutronix.de, bjorn.andersson@linaro.org,
	linux-remoteproc@vger.kernel.org, robh+dt@kernel.org
Subject: Re: [PATCH V3 1/6] dt-bindings: remoteproc: imx_rproc: support i.MX8QXP
Date: Tue, 17 May 2022 10:19:28 -0500	[thread overview]
Message-ID: <20220517151928.GA1056374-robh@kernel.org> (raw)
In-Reply-To: <20220517064937.4033441-2-peng.fan@oss.nxp.com>

On Tue, 17 May 2022 14:49:32 +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add i.MX8QXP compatible
> 
> Add a new property fsl,resource-id for SoC which supports SCFW.
> This property is used to check whether remote process is under control
> of Linux or not.
> 
> Add fsl,entry-address to specify the entry address which used by SCFW
> to kick M4.
> 
> To i.MX8QM/QXP, when M4 is in the same hardware partition with Cortex-A
> cores, need power up M4 through SCFW, then M4 could start. So introduce
> power-domains property
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  .../bindings/remoteproc/fsl,imx-rproc.yaml        | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
Cc: shawnguo@kernel.org, festevam@gmail.com,
	devicetree@vger.kernel.org, krzysztof.kozlowski+dt@linaro.org,
	kernel@pengutronix.de, linux-imx@nxp.com,
	linux-kernel@vger.kernel.org, mathieu.poirier@linaro.org,
	linux-arm-kernel@lists.infradead.org, Peng Fan <peng.fan@nxp.com>,
	s.hauer@pengutronix.de, bjorn.andersson@linaro.org,
	linux-remoteproc@vger.kernel.org, robh+dt@kernel.org
Subject: Re: [PATCH V3 1/6] dt-bindings: remoteproc: imx_rproc: support i.MX8QXP
Date: Tue, 17 May 2022 10:19:28 -0500	[thread overview]
Message-ID: <20220517151928.GA1056374-robh@kernel.org> (raw)
In-Reply-To: <20220517064937.4033441-2-peng.fan@oss.nxp.com>

On Tue, 17 May 2022 14:49:32 +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
> 
> Add i.MX8QXP compatible
> 
> Add a new property fsl,resource-id for SoC which supports SCFW.
> This property is used to check whether remote process is under control
> of Linux or not.
> 
> Add fsl,entry-address to specify the entry address which used by SCFW
> to kick M4.
> 
> To i.MX8QM/QXP, when M4 is in the same hardware partition with Cortex-A
> cores, need power up M4 through SCFW, then M4 could start. So introduce
> power-domains property
> 
> Signed-off-by: Peng Fan <peng.fan@nxp.com>
> ---
>  .../bindings/remoteproc/fsl,imx-rproc.yaml        | 15 +++++++++++++++
>  1 file changed, 15 insertions(+)
> 

Reviewed-by: Rob Herring <robh@kernel.org>

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-05-17 15:19 UTC|newest]

Thread overview: 36+ 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 ` 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  6:49   ` Peng Fan (OSS)
2022-05-17 15:19   ` Rob Herring [this message]
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  6:49   ` Peng Fan (OSS)
2022-05-17 15:19   ` Rob Herring
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-05-17  6:49   ` Peng Fan (OSS)
2022-06-28 17:27   ` Mathieu Poirier
2022-06-28 17:27     ` Mathieu Poirier
2022-06-29  1:01     ` Peng Fan
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-05-17  6:49   ` Peng Fan (OSS)
2022-06-28 17:43   ` Mathieu Poirier
2022-06-28 17:43     ` Mathieu Poirier
2022-06-29  1:08     ` Peng Fan
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-05-17  6:49   ` Peng Fan (OSS)
2022-06-28 18:02   ` Mathieu Poirier
2022-06-28 18:02     ` Mathieu Poirier
2022-06-29  1:19     ` Peng Fan
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-05-17  6:49   ` Peng Fan (OSS)
2022-06-15  3:24 ` [PATCH V3 0/6] remoteproc: imx_rproc: support i.MX8QM/QXP Peng Fan
2022-06-15  3:24   ` Peng Fan
2022-06-15 20:44   ` Mathieu Poirier
2022-06-15 20:44     ` Mathieu Poirier
2022-06-16  3:08     ` Peng Fan
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=20220517151928.GA1056374-robh@kernel.org \
    --to=robh@kernel.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=mathieu.poirier@linaro.org \
    --cc=peng.fan@nxp.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.