From: robh@kernel.org (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V7 1/3] dt-bindings: arm: fsl: add scu binding doc
Date: Thu, 27 Sep 2018 11:08:31 -0500 [thread overview]
Message-ID: <20180927160831.GA16080@bogus> (raw)
In-Reply-To: <1537892878-30933-2-git-send-email-aisheng.dong@nxp.com>
On Wed, 26 Sep 2018 00:27:56 +0800, Dong Aisheng wrote:
> The System Controller Firmware (SCFW) is a low-level system function
> which runs on a dedicated Cortex-M core to provide power, clock, and
> resource management. It exists on some i.MX8 processors. e.g. i.MX8QM
> (QM, QP), and i.MX8QX (QXP, DX).
>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: Sascha Hauer <kernel@pengutronix.de>
> Cc: Fabio Estevam <fabio.estevam@nxp.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: devicetree at vger.kernel.org
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
> ---
> v5->v6:
> * add input clocks to clock bindings according to Rob's suggestion
> * typo clean up
> v4->v5:
> * scu node should be under firmware node
> * add pd/clk/pinctrl binding as well according to Rob's suggestion
> * switch to new generic MU binding
> Use 8 separate mu channels in one MU instance for SCU communication
> v3->v4:
> * fully change to mailbox binding
> * add child node description
> v2->v3:
> * update a bit to mailbox binding
> v1->v2:
> * remove status
> * changed to mu1
> ---
> .../devicetree/bindings/arm/freescale/fsl,scu.txt | 183 +++++++++++++++++++++
> 1 file changed, 183 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
>
Reviewed-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
Cc: Dong Aisheng <aisheng.dong@nxp.com>,
Mark Rutland <mark.rutland@arm.com>,
dongas86@gmail.com, devicetree@vger.kernel.org,
jassisinghbrar@gmail.com, linux-imx@nxp.com,
kernel@pengutronix.de, fabio.estevam@nxp.com,
shawnguo@kernel.org, linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH V7 1/3] dt-bindings: arm: fsl: add scu binding doc
Date: Thu, 27 Sep 2018 11:08:31 -0500 [thread overview]
Message-ID: <20180927160831.GA16080@bogus> (raw)
In-Reply-To: <1537892878-30933-2-git-send-email-aisheng.dong@nxp.com>
On Wed, 26 Sep 2018 00:27:56 +0800, Dong Aisheng wrote:
> The System Controller Firmware (SCFW) is a low-level system function
> which runs on a dedicated Cortex-M core to provide power, clock, and
> resource management. It exists on some i.MX8 processors. e.g. i.MX8QM
> (QM, QP), and i.MX8QX (QXP, DX).
>
> Cc: Shawn Guo <shawnguo@kernel.org>
> Cc: Sascha Hauer <kernel@pengutronix.de>
> Cc: Fabio Estevam <fabio.estevam@nxp.com>
> Cc: Rob Herring <robh+dt@kernel.org>
> Cc: Mark Rutland <mark.rutland@arm.com>
> Cc: devicetree@vger.kernel.org
> Signed-off-by: Dong Aisheng <aisheng.dong@nxp.com>
> ---
> v5->v6:
> * add input clocks to clock bindings according to Rob's suggestion
> * typo clean up
> v4->v5:
> * scu node should be under firmware node
> * add pd/clk/pinctrl binding as well according to Rob's suggestion
> * switch to new generic MU binding
> Use 8 separate mu channels in one MU instance for SCU communication
> v3->v4:
> * fully change to mailbox binding
> * add child node description
> v2->v3:
> * update a bit to mailbox binding
> v1->v2:
> * remove status
> * changed to mu1
> ---
> .../devicetree/bindings/arm/freescale/fsl,scu.txt | 183 +++++++++++++++++++++
> 1 file changed, 183 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt
>
Reviewed-by: Rob Herring <robh@kernel.org>
next prev parent reply other threads:[~2018-09-27 16:08 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-25 16:27 [PATCH V7 0/3] soc: imx: add scu firmware api support Dong Aisheng
2018-09-25 16:27 ` [PATCH V7 1/3] dt-bindings: arm: fsl: add scu binding doc Dong Aisheng
2018-09-25 16:27 ` Dong Aisheng
2018-09-27 16:08 ` Rob Herring [this message]
2018-09-27 16:08 ` Rob Herring
2018-09-25 16:27 ` [PATCH V7 2/3] firmware: imx: add SCU firmware driver support Dong Aisheng
2018-09-25 16:27 ` [PATCH V7 3/3] firmware: imx: add misc svc support Dong Aisheng
2018-09-28 6:11 ` Sascha Hauer
2018-09-28 13:49 ` A.s. Dong
2018-09-28 6:12 ` [PATCH V7 0/3] soc: imx: add scu firmware api support Sascha Hauer
2018-09-28 13:47 ` A.s. Dong
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=20180927160831.GA16080@bogus \
--to=robh@kernel.org \
--cc=linux-arm-kernel@lists.infradead.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.