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>
Subject: Re: [PATCH 2/5] arm64: dts: r8a7796: Add I2C for DVFS device node
Date: Fri, 27 Jan 2017 09:43:35 +0100	[thread overview]
Message-ID: <20170127084334.GJ21195@verge.net.au> (raw)
In-Reply-To: <CAMuHMdXSriucRXVACQoGx0S8CX0sXPmuWvAQy0+RP9PY-z7U3g@mail.gmail.com>

On Thu, Jan 26, 2017 at 11:07:24AM +0100, Geert Uytterhoeven wrote:
> On Thu, Jan 26, 2017 at 9:52 AM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > From: Dien Pham <dien.pham.ry@rvc.renesas.com>
> >
> > This patch adds I2C for DVFS device node for R8A7796 SoC.
> >
> > Signed-off-by: Dien Pham <dien.pham.ry@rvc.renesas.com>
> > 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>
> 
> > --- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> > +++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> 
> > @@ -269,6 +270,19 @@
> >                         #power-domain-cells = <1>;
> >                 };
> >
> > +               i2c_dvfs: i2c@e60b0000 {
> > +                       #address-cells = <1>;
> > +                       #size-cells = <0>;
> > +                       compatible = "renesas,iic-r8a7796",
> > +                                    "renesas,rcar-gen3-iic",
> > +                                    "renesas,rmobile-iic";
> > +                       reg = <0 0xe60b0000 0 0x425>;
> > +                       interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>;
> > +                       clocks = <&cpg CPG_MOD 926>;
> 
> You may want to add dmas/dma-names.
> That can be done later, though.

Thanks, I will do that as a follow up and queue up this series
for v4.12 in the mean time.

WARNING: multiple messages have this Message-ID (diff)
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/5] arm64: dts: r8a7796: Add I2C for DVFS device node
Date: Fri, 27 Jan 2017 09:43:35 +0100	[thread overview]
Message-ID: <20170127084334.GJ21195@verge.net.au> (raw)
In-Reply-To: <CAMuHMdXSriucRXVACQoGx0S8CX0sXPmuWvAQy0+RP9PY-z7U3g@mail.gmail.com>

On Thu, Jan 26, 2017 at 11:07:24AM +0100, Geert Uytterhoeven wrote:
> On Thu, Jan 26, 2017 at 9:52 AM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > From: Dien Pham <dien.pham.ry@rvc.renesas.com>
> >
> > This patch adds I2C for DVFS device node for R8A7796 SoC.
> >
> > Signed-off-by: Dien Pham <dien.pham.ry@rvc.renesas.com>
> > 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>
> 
> > --- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> > +++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> 
> > @@ -269,6 +270,19 @@
> >                         #power-domain-cells = <1>;
> >                 };
> >
> > +               i2c_dvfs: i2c at e60b0000 {
> > +                       #address-cells = <1>;
> > +                       #size-cells = <0>;
> > +                       compatible = "renesas,iic-r8a7796",
> > +                                    "renesas,rcar-gen3-iic",
> > +                                    "renesas,rmobile-iic";
> > +                       reg = <0 0xe60b0000 0 0x425>;
> > +                       interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>;
> > +                       clocks = <&cpg CPG_MOD 926>;
> 
> You may want to add dmas/dma-names.
> That can be done later, though.

Thanks, I will do that as a follow up and queue up this series
for v4.12 in the mean time.

  reply	other threads:[~2017-01-27  8:43 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-26  8:52 [PATCH 0/5] arm64: dts: r8a779[56]: salvator-x: Add I2C for DVFS device support Simon Horman
2017-01-26  8:52 ` Simon Horman
2017-01-26  8:52 ` [PATCH 1/5] arm64: defconfig: Enable SH Mobile I2C controller Simon Horman
2017-01-26  8:52   ` Simon Horman
2017-01-26  9:56   ` Geert Uytterhoeven
2017-01-26  9:56     ` Geert Uytterhoeven
2017-01-26  8:52 ` [PATCH 2/5] arm64: dts: r8a7796: Add I2C for DVFS device node Simon Horman
2017-01-26  8:52   ` Simon Horman
2017-01-26 10:07   ` Geert Uytterhoeven
2017-01-26 10:07     ` Geert Uytterhoeven
2017-01-27  8:43     ` Simon Horman [this message]
2017-01-27  8:43       ` Simon Horman
2017-01-26  8:52 ` [PATCH 3/5] arm64: dts: r8a7796: salvator-x: Add I2C for DVFS device support Simon Horman
2017-01-26  8:52   ` Simon Horman
2017-01-26 10:14   ` Geert Uytterhoeven
2017-01-26 10:14     ` Geert Uytterhoeven
2017-01-26  8:52 ` [PATCH 4/5] arm64: dts: r8a7795: Add I2C for DVFS core to dtsi Simon Horman
2017-01-26  8:52   ` Simon Horman
2017-01-26 10:13   ` Geert Uytterhoeven
2017-01-26 10:13     ` Geert Uytterhoeven
2017-01-26  8:52 ` [PATCH 5/5] arm64: dts: r8a7795-salvator-x: Enable I2C for DVFS device Simon Horman
2017-01-26  8:52   ` Simon Horman
2017-01-26 10:15   ` Geert Uytterhoeven
2017-01-26 10:15     ` Geert Uytterhoeven

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=20170127084334.GJ21195@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 \
    /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.