From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
iommu@lists.linux-foundation.org,
Linux-sh list <linux-sh@vger.kernel.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Subject: Re: [PATCH v2 05/10] iommu/ipmmu-vmsa: Add device tree bindings documentation
Date: Tue, 16 Dec 2014 17:19:32 +0200 [thread overview]
Message-ID: <1644235.rIIJM1Vgpl@avalon> (raw)
In-Reply-To: <CAMuHMdXC8C7BuTdK8-RkqaQ6dqi1bxRHFz1CttGQi3u9w6QD7Q@mail.gmail.com>
Hi Geert,
On Tuesday 16 December 2014 14:52:39 Geert Uytterhoeven wrote:
> On Tue, Dec 16, 2014 at 2:44 PM, Laurent Pinchart wrote:
> > Signed-off-by: Laurent Pinchart
> > <laurent.pinchart+renesas@ideasonboard.com>
>
> Thanks!
>
> Apart from the minor nit below:
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> > + ipmmu_mx: mmu@fe951800 {
>
> fe951000
Oops :-) Fixed, and applied your ack. Thank you.
> (yes, having to put the same information in two places will cause
> discrepancies)
>
> > + compatible = "renasas,ipmmu-vmsa";
> > + reg = <0 0xfe951000 0 0x1000>;
> > + interrupts = <0 222 IRQ_TYPE_LEVEL_HIGH>,
> > + <0 221 IRQ_TYPE_LEVEL_HIGH>;
> > + #iommu-cells = <1>;
> > + };
--
Regards,
Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>,
iommu@lists.linux-foundation.org,
Linux-sh list <linux-sh@vger.kernel.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>
Subject: Re: [PATCH v2 05/10] iommu/ipmmu-vmsa: Add device tree bindings documentation
Date: Tue, 16 Dec 2014 15:19:32 +0000 [thread overview]
Message-ID: <1644235.rIIJM1Vgpl@avalon> (raw)
In-Reply-To: <CAMuHMdXC8C7BuTdK8-RkqaQ6dqi1bxRHFz1CttGQi3u9w6QD7Q@mail.gmail.com>
Hi Geert,
On Tuesday 16 December 2014 14:52:39 Geert Uytterhoeven wrote:
> On Tue, Dec 16, 2014 at 2:44 PM, Laurent Pinchart wrote:
> > Signed-off-by: Laurent Pinchart
> > <laurent.pinchart+renesas@ideasonboard.com>
>
> Thanks!
>
> Apart from the minor nit below:
> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be>
>
> > + ipmmu_mx: mmu@fe951800 {
>
> fe951000
Oops :-) Fixed, and applied your ack. Thank you.
> (yes, having to put the same information in two places will cause
> discrepancies)
>
> > + compatible = "renasas,ipmmu-vmsa";
> > + reg = <0 0xfe951000 0 0x1000>;
> > + interrupts = <0 222 IRQ_TYPE_LEVEL_HIGH>,
> > + <0 221 IRQ_TYPE_LEVEL_HIGH>;
> > + #iommu-cells = <1>;
> > + };
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2014-12-16 15:19 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-16 13:44 [PATCH v2 00/10] Renesas IPMMU-VMSA fixes and DT support Laurent Pinchart
2014-12-16 13:44 ` Laurent Pinchart
2014-12-16 13:44 ` [PATCH v2 01/10] iommu/ipmmu-vmsa: Cleanup failures of ARM mapping creation or attachment Laurent Pinchart
2014-12-16 13:44 ` Laurent Pinchart
2014-12-16 13:44 ` [PATCH v2 02/10] iommu/ipmmu-vmsa: Flush P[UM]D entry before freeing the child page table Laurent Pinchart
2014-12-16 13:44 ` Laurent Pinchart
2014-12-16 13:44 ` [PATCH v2 03/10] iommu/ipmmu-vmsa: Invalidate TLB after unmapping Laurent Pinchart
2014-12-16 13:44 ` Laurent Pinchart
2014-12-16 13:44 ` [PATCH v2 04/10] iommu/ipmmu-vmsa: Return proper error if devm_request_irq fails Laurent Pinchart
2014-12-16 13:44 ` Laurent Pinchart
2014-12-16 13:44 ` [PATCH v2 05/10] iommu/ipmmu-vmsa: Add device tree bindings documentation Laurent Pinchart
2014-12-16 13:44 ` Laurent Pinchart
2014-12-16 13:52 ` Geert Uytterhoeven
2014-12-16 13:52 ` Geert Uytterhoeven
2014-12-16 15:19 ` Laurent Pinchart [this message]
2014-12-16 15:19 ` Laurent Pinchart
2014-12-16 13:44 ` [PATCH v2 06/10] iommu/ipmmu-vmsa: Add device tree support Laurent Pinchart
2014-12-16 13:44 ` Laurent Pinchart
2014-12-16 13:44 ` [PATCH v2 07/10] iommu/ipmmu-vmsa: Support multiple micro TLBs per device Laurent Pinchart
2014-12-16 13:44 ` Laurent Pinchart
2014-12-16 13:44 ` [PATCH v2 08/10] iommu/ipmmu-vmsa: Remove platform data support Laurent Pinchart
2014-12-16 13:44 ` Laurent Pinchart
2014-12-16 13:44 ` [PATCH v2 09/10] ARM: shmobile: r8a7790: Add IPMMU DT nodes Laurent Pinchart
2014-12-16 13:44 ` Laurent Pinchart
2014-12-16 15:43 ` Geert Uytterhoeven
2014-12-16 15:43 ` Geert Uytterhoeven
2014-12-16 13:44 ` [PATCH v2 10/10] ARM: shmobile: r8a7791: " Laurent Pinchart
2014-12-16 13:44 ` Laurent Pinchart
[not found] ` <1418737457-22042-11-git-send-email-laurent.pinchart+renesas-ryLnwIuWjnjg/C1BVhZhaw@public.gmane.org>
2014-12-16 14:15 ` Geert Uytterhoeven
2014-12-16 14:15 ` Geert Uytterhoeven
[not found] ` <CAMuHMdUDN6FjV5B3Jb5GP-LYMgXD9ARjmM_Sc25ONo9=a4hngg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-12-16 15:16 ` Laurent Pinchart
2014-12-16 15:16 ` Laurent Pinchart
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=1644235.rIIJM1Vgpl@avalon \
--to=laurent.pinchart@ideasonboard.com \
--cc=devicetree@vger.kernel.org \
--cc=geert@linux-m68k.org \
--cc=iommu@lists.linux-foundation.org \
--cc=laurent.pinchart+renesas@ideasonboard.com \
--cc=linux-sh@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.