All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Linux-Renesas <linux-renesas-soc@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	Magnus Damm <magnus.damm@gmail.com>,
	Takeshi Kihara <takeshi.kihara.df@renesas.com>
Subject: Re: [PATCH/RTF 5/7] arm64: dts: r8a7796: Add GPIO device nodes
Date: Mon, 22 Aug 2016 11:15:54 +0200	[thread overview]
Message-ID: <20160822091554.GB7896@verge.net.au> (raw)
In-Reply-To: <CAMuHMdVDHtpuK7ZC3gf6kp=KNWTD4bXHzs=UVgTy_dsyRFRhmQ@mail.gmail.com>

On Wed, Aug 17, 2016 at 05:41:21PM +0200, Geert Uytterhoeven wrote:
> On Wed, Aug 17, 2016 at 1:31 PM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > From: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> >
> > Add GPIO device nodes to the DT of the r8a7796 SoC.
> >
> > Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> > ---
> >  arch/arm64/boot/dts/renesas/r8a7796.dtsi | 112 +++++++++++++++++++++++++++++++
> >  1 file changed, 112 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> > index faea5a960abc..2741535f8b15 100644
> > --- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> > +++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> > @@ -107,6 +107,118 @@
> >                         status = "disabled";
> >                 };
> >
> > +               gpio0: gpio@e6050000 {
> > +                       compatible = "renesas,gpio-r8a7796",
> 
> This compatible value should be documented in
> Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt

Thanks, will do.

WARNING: multiple messages have this Message-ID (diff)
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH/RTF 5/7] arm64: dts: r8a7796: Add GPIO device nodes
Date: Mon, 22 Aug 2016 11:15:54 +0200	[thread overview]
Message-ID: <20160822091554.GB7896@verge.net.au> (raw)
In-Reply-To: <CAMuHMdVDHtpuK7ZC3gf6kp=KNWTD4bXHzs=UVgTy_dsyRFRhmQ@mail.gmail.com>

On Wed, Aug 17, 2016 at 05:41:21PM +0200, Geert Uytterhoeven wrote:
> On Wed, Aug 17, 2016 at 1:31 PM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > From: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> >
> > Add GPIO device nodes to the DT of the r8a7796 SoC.
> >
> > Signed-off-by: Takeshi Kihara <takeshi.kihara.df@renesas.com>
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> 
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> 
> > ---
> >  arch/arm64/boot/dts/renesas/r8a7796.dtsi | 112 +++++++++++++++++++++++++++++++
> >  1 file changed, 112 insertions(+)
> >
> > diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> > index faea5a960abc..2741535f8b15 100644
> > --- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> > +++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> > @@ -107,6 +107,118 @@
> >                         status = "disabled";
> >                 };
> >
> > +               gpio0: gpio at e6050000 {
> > +                       compatible = "renesas,gpio-r8a7796",
> 
> This compatible value should be documented in
> Documentation/devicetree/bindings/gpio/renesas,gpio-rcar.txt

Thanks, will do.

  reply	other threads:[~2016-08-22  9:16 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-17 11:31 [PATCH/RTF 0/7] Add SDHI to r8a7796/salvator-x Simon Horman
2016-08-17 11:31 ` Simon Horman
2016-08-17 11:31 ` [PATCH/RTF 1/7] clk: renesas: r8a7796: Add GPIO clocks Simon Horman
2016-08-17 11:31   ` Simon Horman
2016-08-17 13:40   ` Geert Uytterhoeven
2016-08-17 13:40     ` Geert Uytterhoeven
2016-08-17 11:31 ` [PATCH/RTF 2/7] clk: renesas: r8a7796: Add SDIF clocks Simon Horman
2016-08-17 11:31   ` Simon Horman
2016-08-17 13:47   ` Geert Uytterhoeven
2016-08-17 13:47     ` Geert Uytterhoeven
2016-08-22  9:15     ` Simon Horman
2016-08-22  9:15       ` Simon Horman
2016-08-17 11:31 ` [PATCH/RTF 3/7] pinctrl: sh-pfc: r8a7796: Add SDHI pins, groups and functions Simon Horman
2016-08-17 11:31   ` Simon Horman
2016-08-17 15:31   ` Geert Uytterhoeven
2016-08-17 15:31     ` Geert Uytterhoeven
2016-08-17 11:31 ` [PATCH/RTF 4/7] mmc: sh_mobile_sdhi: Add r8a7796 support Simon Horman
2016-08-17 11:31   ` Simon Horman
2016-08-17 15:36   ` Geert Uytterhoeven
2016-08-17 15:36     ` Geert Uytterhoeven
2016-08-17 11:31 ` [PATCH/RTF 5/7] arm64: dts: r8a7796: Add GPIO device nodes Simon Horman
2016-08-17 11:31   ` Simon Horman
2016-08-17 15:41   ` Geert Uytterhoeven
2016-08-17 15:41     ` Geert Uytterhoeven
2016-08-22  9:15     ` Simon Horman [this message]
2016-08-22  9:15       ` Simon Horman
2016-08-17 11:31 ` [PATCH/RTF 6/7] arm64: dts: r8a7796: add SDHI nodes Simon Horman
2016-08-17 11:31   ` Simon Horman
2016-08-17 15:43   ` Geert Uytterhoeven
2016-08-17 15:43     ` Geert Uytterhoeven
2016-08-17 11:31 ` [PATCH/RTF 7/7] arm64: dts: r8a7796: salvator-x: enable SDHI0 & 3 Simon Horman
2016-08-17 11:31   ` Simon Horman
2016-08-17 15:52   ` Geert Uytterhoeven
2016-08-17 15:52     ` Geert Uytterhoeven
2016-08-22  9:25     ` Simon Horman
2016-08-22  9:25       ` Simon Horman
2016-08-25  3:31     ` Magnus Damm
2016-08-25  3:31       ` Magnus Damm

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=20160822091554.GB7896@verge.net.au \
    --to=horms@verge.net.au \
    --cc=geert@linux-m68k.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-renesas-soc@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    --cc=takeshi.kihara.df@renesas.com \
    /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.