All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rob Herring <robh@kernel.org>
Cc: "A.s. Dong" <aisheng.dong@nxp.com>,
	Mark Rutland <mark.rutland@arm.com>,
	"ulf.hansson@linaro.org" <ulf.hansson@linaro.org>,
	"dongas86@gmail.com" <dongas86@gmail.com>,
	"khilman@kernel.org" <khilman@kernel.org>,
	"linux-pm@vger.kernel.org" <linux-pm@vger.kernel.org>,
	"rjw@rjwysocki.net" <rjw@rjwysocki.net>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	dl-linux-imx <linux-imx@nxp.com>,
	"kernel@pengutronix.de" <kernel@pengutronix.de>,
	Fabio Estevam <fabio.estevam@nxp.com>,
	"shawnguo@kernel.org" <shawnguo@kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>
Subject: Re: [PATCH V8 1/5] dt-bindings: imx: add scu resource id headfile
Date: Tue, 30 Oct 2018 14:30:11 -0500	[thread overview]
Message-ID: <20181030193011.GA25741@bogus> (raw)
In-Reply-To: <1540739690-23750-2-git-send-email-aisheng.dong@nxp.com>

On Sun, 28 Oct 2018 15:19:35 +0000, "A.s. Dong" wrote:
> SCU firmware uses resource id to provide services. Every device on
> a SCU based system has a resource id. Exported it in device tree to
> allow service bindings to use it. e.g. power domain.
> 
> 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>
> ---
> v7->v8:
>  * new patch
> ---
>  include/dt-bindings/firmware/imx/rsrc.h | 559 ++++++++++++++++++++++++++++++++
>  1 file changed, 559 insertions(+)
>  create mode 100644 include/dt-bindings/firmware/imx/rsrc.h
> 

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

WARNING: multiple messages have this Message-ID (diff)
From: robh@kernel.org (Rob Herring)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH V8 1/5] dt-bindings: imx: add scu resource id headfile
Date: Tue, 30 Oct 2018 14:30:11 -0500	[thread overview]
Message-ID: <20181030193011.GA25741@bogus> (raw)
In-Reply-To: <1540739690-23750-2-git-send-email-aisheng.dong@nxp.com>

On Sun, 28 Oct 2018 15:19:35 +0000, "A.s. Dong" wrote:
> SCU firmware uses resource id to provide services. Every device on
> a SCU based system has a resource id. Exported it in device tree to
> allow service bindings to use it. e.g. power domain.
> 
> 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>
> ---
> v7->v8:
>  * new patch
> ---
>  include/dt-bindings/firmware/imx/rsrc.h | 559 ++++++++++++++++++++++++++++++++
>  1 file changed, 559 insertions(+)
>  create mode 100644 include/dt-bindings/firmware/imx/rsrc.h
> 

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

  reply	other threads:[~2018-10-30 19:30 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-28 15:19 [PATCH V8 0/5] soc: imx: add scu power domain driver A.s. Dong
2018-10-28 15:19 ` A.s. Dong
2018-10-28 15:19 ` [PATCH V8 1/5] dt-bindings: imx: add scu resource id headfile A.s. Dong
2018-10-28 15:19   ` A.s. Dong
2018-10-30 19:30   ` Rob Herring [this message]
2018-10-30 19:30     ` Rob Herring
2018-10-28 15:19 ` [PATCH V8 2/5] firmware: imx: remove resource id enums A.s. Dong
2018-10-28 15:19   ` A.s. Dong
2018-10-28 15:19 ` [PATCH V8 3/5] dt-bindings: fsl: scu: update power domain binding A.s. Dong
2018-10-28 15:19   ` A.s. Dong
2018-10-30 19:30   ` Rob Herring
2018-10-30 19:30     ` Rob Herring
2018-10-28 15:19 ` [PATCH V8 4/5] firmware: imx: add pm svc headfile A.s. Dong
2018-10-28 15:19   ` A.s. Dong
2018-10-28 15:19 ` [PATCH V8 5/5] firmware: imx: add SCU power domain driver A.s. Dong
2018-10-28 15:19   ` A.s. Dong
2018-10-29 11:43   ` Ulf Hansson
2018-10-29 11:43     ` Ulf Hansson
2018-10-30 13:20     ` A.s. Dong
2018-10-30 13:20       ` A.s. Dong
2018-10-30 15:59       ` Ulf Hansson
2018-10-30 15:59         ` Ulf Hansson
2018-10-31  1:45         ` A.s. Dong
2018-10-31  1:45           ` A.s. Dong
2018-10-31 15:55           ` Ulf Hansson
2018-10-31 15:55             ` Ulf Hansson
2018-10-31 17:24             ` A.s. Dong
2018-10-31 17:24               ` A.s. Dong
2018-10-31 21:48               ` Ulf Hansson
2018-10-31 21:48                 ` Ulf Hansson
2018-11-01  1:28                 ` A.s. Dong
2018-11-01  1:28                   ` A.s. Dong
2018-11-01  9:51                   ` Ulf Hansson
2018-11-01  9:51                     ` Ulf Hansson
2018-11-01 14:02                     ` A.s. Dong
2018-11-01 14:02                       ` A.s. Dong
2018-10-29 11:14 ` [PATCH V8 0/5] soc: imx: add scu " Ulf Hansson
2018-10-29 11:14   ` Ulf Hansson

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=20181030193011.GA25741@bogus \
    --to=robh@kernel.org \
    --cc=aisheng.dong@nxp.com \
    --cc=devicetree@vger.kernel.org \
    --cc=dongas86@gmail.com \
    --cc=fabio.estevam@nxp.com \
    --cc=kernel@pengutronix.de \
    --cc=khilman@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-imx@nxp.com \
    --cc=linux-pm@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=rjw@rjwysocki.net \
    --cc=shawnguo@kernel.org \
    --cc=ulf.hansson@linaro.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.