All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>,
	Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
	Linux-Renesas <linux-renesas-soc@vger.kernel.org>
Subject: Re: [PATCH v2 2/7] arm64: dts: renesas: r8a7796: Add FCPF and FCPV instances
Date: Thu, 13 Jul 2017 09:48:54 +0200	[thread overview]
Message-ID: <20170713074853.GD5580@verge.net.au> (raw)
In-Reply-To: <4182319.3cM5zgc3T9@avalon>

On Wed, Jul 12, 2017 at 11:45:41AM +0300, Laurent Pinchart wrote:
> Hi Geert,
> 
> On Wednesday 12 Jul 2017 09:22:50 Geert Uytterhoeven wrote:
> > On Wed, Jun 21, 2017 at 11:31 AM, Laurent Pinchart wrote:
> > > The FCPs handle the interface between various IP cores and memory. Add
> > > the instances related to the FDPs and VSP2s.
> > > 
> > > Signed-off-by: Laurent Pinchart
> > > <laurent.pinchart+renesas@ideasonboard.com>
> > > Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> > 
> > Ah, the pitfalls of reposting patches 8 months later...
> > 
> > >  arch/arm64/boot/dts/renesas/r8a7796.dtsi | 42
> > >  ++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+)
> > > 
> > > diff --git a/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> > > b/arch/arm64/boot/dts/renesas/r8a7796.dtsi index
> > > 1f6710912045..28b0e2127021 100644
> > > --- a/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> > > +++ b/arch/arm64/boot/dts/renesas/r8a7796.dtsi
> > > @@ -1440,6 +1440,48 @@
> > >                         /* placeholder */
> > >                 };
> > > 
> > > +               fcpf0: fcp@fe950000 {
> > > +                       compatible = "renesas,fcpf";
> > > +                       reg = <0 0xfe950000 0 0x200>;
> > > +                       clocks = <&cpg CPG_MOD 615>;
> > > +                       power-domains = <&sysc R8A7796_PD_A3VC>;
> > 
> > ... missing resets properties.
> 
> Oops :-/
> 
> Simon, can I send an incremental patch ?

Yes, please do.

  reply	other threads:[~2017-07-13  7:49 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-21  9:31 [PATCH v2 0/7] R-Car Salvator-X M3-W: Enable DU support Laurent Pinchart
2017-06-21  9:31 ` [PATCH v2 1/7] dt-bindings: display: renesas: Add R-Car M3-W HDMI TX DT bindings Laurent Pinchart
2017-06-21  9:35   ` Geert Uytterhoeven
2017-06-21  9:35     ` Geert Uytterhoeven
2017-06-26 15:56   ` Rob Herring
2017-06-26 15:56     ` Rob Herring
2017-07-10  9:25     ` Simon Horman
2017-07-11  9:00       ` Simon Horman
2017-07-11  9:00         ` Simon Horman
2017-06-21  9:31 ` [PATCH v2 2/7] arm64: dts: renesas: r8a7796: Add FCPF and FCPV instances Laurent Pinchart
2017-07-12  7:22   ` Geert Uytterhoeven
2017-07-12  8:45     ` Laurent Pinchart
2017-07-13  7:48       ` Simon Horman [this message]
2017-06-21  9:31 ` [PATCH v2 3/7] arm64: dts: renesas: r8a7796: Add VSP instances Laurent Pinchart
2017-07-12  7:24   ` Geert Uytterhoeven
2017-07-13  7:49     ` Simon Horman
2017-06-21  9:31 ` [PATCH v2 4/7] arm64: dts: renesas: r8a7796: Add HDMI encoder instance Laurent Pinchart
2017-06-21  9:35   ` Sergei Shtylyov
2017-06-21  9:43     ` Laurent Pinchart
2017-06-21 12:17   ` [PATCH v2.1 " Laurent Pinchart
2017-06-26 11:45     ` Geert Uytterhoeven
2017-07-10  9:07     ` Simon Horman
2017-07-10  9:49       ` Laurent Pinchart
2017-07-11  9:00         ` Simon Horman
2017-07-10  9:56     ` [PATCH v2.2 4/7] arm64: dts: renesas: r8a7796: Add DU device to DT Laurent Pinchart
2017-06-21  9:31 ` [PATCH v2 5/7] " Laurent Pinchart
2017-07-10  9:57   ` [PATCH v2.2 5/7] arm64: dts: renesas: r8a7796: Add HDMI encoder instance Laurent Pinchart
2017-06-21  9:31 ` [PATCH v2 6/7] arm64: dts: renesas: r8a7796-salvator-x: Add DU external dot clocks Laurent Pinchart
2017-06-21 11:17   ` Geert Uytterhoeven
2017-06-21  9:31 ` [PATCH v2 7/7] arm64: dts: renesas: r8a7796-salvator-x: Enable HDMI output Laurent Pinchart
2017-06-21 11:19   ` 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=20170713074853.GD5580@verge.net.au \
    --to=horms@verge.net.au \
    --cc=geert@linux-m68k.org \
    --cc=laurent.pinchart+renesas@ideasonboard.com \
    --cc=laurent.pinchart@ideasonboard.com \
    --cc=linux-renesas-soc@vger.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.