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>,
	Magnus Damm <damm+renesas@opensource.se>
Subject: Re: [PATCH v4 02/15] arm64: dts: renesas: r8a7795-es1: Add IPMMU device nodes
Date: Fri, 10 Nov 2017 11:55:08 +0100	[thread overview]
Message-ID: <20171110105507.gio5hrbcp5msn6z5@verge.net.au> (raw)
In-Reply-To: <CAMuHMdUgW=KNLAg-hEoOPCF0-q=iP+j_PLFb4Qfxt+HSobZgnA@mail.gmail.com>

On Tue, Nov 07, 2017 at 10:11:20AM +0100, Geert Uytterhoeven wrote:
> On Wed, Nov 1, 2017 at 11:34 AM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > From: Magnus Damm <damm+renesas@opensource.se>
> >
> > Add r8a7795 ES1.x IPMMU nodes and keep all disabled by default.
> >
> > This is a follow-up to a patch that adds IPMMU device nodes that
> > are common to r8a7795 ES1.x and ES2.0
> >
> > Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
> > Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.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/r8a7795-es1.dtsi
> > +++ b/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi
> > @@ -26,6 +26,22 @@
> >         /delete-node/ mmu@fd960000;
> >         /delete-node/ mmu@fd970000;
> >
> > +       ipmmu_mp1: mmu@ec680000 {
> > +               compatible = "renesas,ipmmu-r8a7795";
> > +               reg = <0 0xec680000 0 0x1000>; /* IPMMU-MP1 */
> 
> Do we need the comments?

Now that you mention it I don't think so. I will remove them.

WARNING: multiple messages have this Message-ID (diff)
From: horms@verge.net.au (Simon Horman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 02/15] arm64: dts: renesas: r8a7795-es1: Add IPMMU device nodes
Date: Fri, 10 Nov 2017 11:55:08 +0100	[thread overview]
Message-ID: <20171110105507.gio5hrbcp5msn6z5@verge.net.au> (raw)
In-Reply-To: <CAMuHMdUgW=KNLAg-hEoOPCF0-q=iP+j_PLFb4Qfxt+HSobZgnA@mail.gmail.com>

On Tue, Nov 07, 2017 at 10:11:20AM +0100, Geert Uytterhoeven wrote:
> On Wed, Nov 1, 2017 at 11:34 AM, Simon Horman
> <horms+renesas@verge.net.au> wrote:
> > From: Magnus Damm <damm+renesas@opensource.se>
> >
> > Add r8a7795 ES1.x IPMMU nodes and keep all disabled by default.
> >
> > This is a follow-up to a patch that adds IPMMU device nodes that
> > are common to r8a7795 ES1.x and ES2.0
> >
> > Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
> > Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.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/r8a7795-es1.dtsi
> > +++ b/arch/arm64/boot/dts/renesas/r8a7795-es1.dtsi
> > @@ -26,6 +26,22 @@
> >         /delete-node/ mmu at fd960000;
> >         /delete-node/ mmu at fd970000;
> >
> > +       ipmmu_mp1: mmu at ec680000 {
> > +               compatible = "renesas,ipmmu-r8a7795";
> > +               reg = <0 0xec680000 0 0x1000>; /* IPMMU-MP1 */
> 
> Do we need the comments?

Now that you mention it I don't think so. I will remove them.

  reply	other threads:[~2017-11-10 10:55 UTC|newest]

Thread overview: 68+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-01 10:34 [PATCH v4 00/15] arm64: dts: renesas: r8a7795: IPMMU upstream integration Simon Horman
2017-11-01 10:34 ` Simon Horman
2017-11-01 10:34 ` [PATCH v4 01/15] arm64: dts: renesas: r8a7795: Add IPMMU device nodes Simon Horman
2017-11-01 10:34   ` Simon Horman
2017-11-07  9:11   ` Geert Uytterhoeven
2017-11-07  9:11     ` Geert Uytterhoeven
2017-11-10 11:08     ` Simon Horman
2017-11-10 11:08       ` Simon Horman
2017-11-01 10:34 ` [PATCH v4 02/15] arm64: dts: renesas: r8a7795-es1: " Simon Horman
2017-11-01 10:34   ` Simon Horman
2017-11-07  9:11   ` Geert Uytterhoeven
2017-11-07  9:11     ` Geert Uytterhoeven
2017-11-10 10:55     ` Simon Horman [this message]
2017-11-10 10:55       ` Simon Horman
2017-11-01 10:34 ` [PATCH v4 03/15] arm64: dts: renesas: r8a7795: Tie SYS-DMAC to IPMMU-DS0/1 Simon Horman
2017-11-01 10:34   ` Simon Horman
2017-11-07  9:15   ` Geert Uytterhoeven
2017-11-07  9:15     ` Geert Uytterhoeven
2017-11-01 10:34 ` [PATCH v4 04/15] arm64: dts: renesas: r8a7795: Tie Audio-DMAC to IPMMU-MP0/1 Simon Horman
2017-11-01 10:34   ` Simon Horman
2017-11-07  9:18   ` Geert Uytterhoeven
2017-11-07  9:18     ` Geert Uytterhoeven
2017-11-01 10:34 ` [PATCH v4 05/15] arm64: dts: renesas: r8a7795: Point DU/VSPD via FCPVD to IPMMU-VI0/1 Simon Horman
2017-11-01 10:34   ` Simon Horman
2017-11-07  9:20   ` Geert Uytterhoeven
2017-11-07  9:20     ` Geert Uytterhoeven
2017-11-01 10:34 ` [PATCH v4 06/15] arm64: dts: renesas: r8a7795-es1: Point DU/VSPD via FCPVD to IPMMU-VI0 Simon Horman
2017-11-01 10:34   ` Simon Horman
2017-11-07  9:21   ` Geert Uytterhoeven
2017-11-07  9:21     ` Geert Uytterhoeven
2017-11-01 10:34 ` [PATCH v4 07/15] arm64: dts: renesas: r8a7795: Point FDP1 via FCPF to IPMMU-VP0/1 Simon Horman
2017-11-01 10:34   ` Simon Horman
2017-11-07  9:28   ` Geert Uytterhoeven
2017-11-07  9:28     ` Geert Uytterhoeven
2017-11-01 10:34 ` [PATCH v4 08/15] arm64: dts: renesas: r8a7795-es1: Point FDP1 via FCPF to IPMMU-VP0 Simon Horman
2017-11-01 10:34   ` Simon Horman
2017-11-07  9:29   ` Geert Uytterhoeven
2017-11-07  9:29     ` Geert Uytterhoeven
2017-11-01 10:34 ` [PATCH v4 09/15] arm64: dts: renesas: r8a7795: Point VSPBC/VSPBD via FCPVB to IPMMU-VP0/1 Simon Horman
2017-11-01 10:34   ` Simon Horman
2017-11-07  9:31   ` Geert Uytterhoeven
2017-11-07  9:31     ` Geert Uytterhoeven
2017-11-01 10:34 ` [PATCH v4 10/15] arm64: dts: renesas: r8a7795: Point VSPI via FCPVI " Simon Horman
2017-11-01 10:34   ` Simon Horman
2017-11-07  9:35   ` Geert Uytterhoeven
2017-11-07  9:35     ` Geert Uytterhoeven
2017-11-10 11:23     ` Simon Horman
2017-11-10 11:23       ` Simon Horman
2017-11-01 10:34 ` [PATCH v4 11/15] arm64: dts: renesas: r8a7795-es1: Point VSPI via FCPVI to IPMMU-VP Simon Horman
2017-11-01 10:34   ` Simon Horman
2017-11-07  9:36   ` Geert Uytterhoeven
2017-11-07  9:36     ` Geert Uytterhoeven
2017-11-01 10:34 ` [PATCH v4 12/15] arm64: dts: renesas: r8a7795: Connect Ethernet-AVB to IPMMU-DS0 Simon Horman
2017-11-01 10:34   ` Simon Horman
2017-11-07  9:39   ` Geert Uytterhoeven
2017-11-07  9:39     ` Geert Uytterhoeven
2017-11-01 10:34 ` [PATCH v4 13/15] arm64: dts: renesas: r8a7795: Connect SATA to IPMMU-HC Simon Horman
2017-11-01 10:34   ` Simon Horman
2017-11-07  9:40   ` Geert Uytterhoeven
2017-11-07  9:40     ` Geert Uytterhoeven
2017-11-01 10:34 ` [PATCH v4 14/15] arm64: dts: renesas: r8a7795: Enable IPMMU-VI, VP, DS0, DS1 and MM Simon Horman
2017-11-01 10:34   ` Simon Horman
2017-11-07 10:07   ` Geert Uytterhoeven
2017-11-07 10:07     ` Geert Uytterhoeven
2017-11-01 10:34 ` [PATCH v4 15/15] arm64: dts: renesas: r8a7795-es1: Enable IPMMU-MP1 Simon Horman
2017-11-01 10:34   ` Simon Horman
2017-11-07 10:08   ` Geert Uytterhoeven
2017-11-07 10:08     ` 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=20171110105507.gio5hrbcp5msn6z5@verge.net.au \
    --to=horms@verge.net.au \
    --cc=damm+renesas@opensource.se \
    --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.