diff for duplicates of <20141215202738.GG24292@8bytes.org> diff --git a/a/1.txt b/N1/1.txt index d1f52bc..5c1c100 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,31 +1,31 @@ Hi Suman, On Tue, Dec 16, 2014 at 01:31:58AM +0530, Suman Tripathi wrote: -> On Dec 16, 2014 1:25 AM, "Don Dutile" <ddutile-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote: +> On Dec 16, 2014 1:25 AM, "Don Dutile" <ddutile@redhat.com> wrote: > > On 12/15/2014 11:55 AM, Suman Tripathi wrote: > > This patch adds the support for the APM X-Gene SoC AHBC IOMMU driver. > -> Signed-off-by: Suman Tripathi <stripathi-qTEPVZfXA3Y@public.gmane.org> +> Signed-off-by: Suman Tripathi <stripathi@apm.com> > --- > > Suman Tripathi (3): -> xgene-ahbc-iommu: Add support for APM X-Gene SoC AHBC IOMMU driver. -> arm64: dts: Add the APM X-Gene AHBC IOMMU DTS node. -> Documentation: dt-bindings: Add the binding info for APM X-Gene AHBC -> IOMMU driver. +> ? ?xgene-ahbc-iommu: Add support for APM X-Gene SoC AHBC IOMMU driver. +> ? ?arm64: dts: Add the APM X-Gene AHBC IOMMU DTS node. +> ? ?Documentation: dt-bindings: Add the binding info for APM X-Gene AHBC +> ? ? ?IOMMU driver. > -> .../devicetree/bindings/iommu/xgene,ahbc-iommu.txt | 17 ++ -> arch/arm64/boot/dts/apm-storm.dtsi | 5 + -> drivers/iommu/Kconfig | 10 + -> drivers/iommu/Makefile | 1 + -> drivers/iommu/xgene-ahbc-iommu.c | 336 +> ? .../devicetree/bindings/iommu/xgene,ahbc-iommu.txt |? 17 ++ +> ? arch/arm64/boot/dts/apm-storm.dtsi? ? ? ? ? ? ? ? ?|? ?5 + +> ? drivers/iommu/Kconfig? ? ? ? ? ? ? ? ? ? ? ? ? ? ? |? 10 + +> ? drivers/iommu/Makefile? ? ? ? ? ? ? ? ? ? ? ? ? ? ?|? ?1 + +> ? drivers/iommu/xgene-ahbc-iommu.c? ? ? ? ? ? ? ? ? ?| 336 > +++++++++++++++++++++ -> 5 files changed, 369 insertions(+) -> create mode 100644 Documentation/devicetree/bindings/iommu/ +> ? 5 files changed, 369 insertions(+) +> ? create mode 100644 Documentation/devicetree/bindings/iommu/ > xgene,ahbc-iommu.txt -> create mode 100644 drivers/iommu/xgene-ahbc-iommu.c +> ? create mode 100644 drivers/iommu/xgene-ahbc-iommu.c What are the differences between the X-Gene IOMMU and the ARM-SMMU? diff --git a/a/content_digest b/N1/content_digest index dc04eec..c3a18d0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,51 +1,44 @@ "ref\01418662523-8458-1-git-send-email-stripathi@apm.com\0" "ref\0548F3C91.3030803@redhat.com\0" "ref\0CAOHikRB0eBnPnE+QWdmWunOMFHJOLDqU6o2ByBruQ3KC+1-XmA@mail.gmail.com\0" - "ref\0CAOHikRB0eBnPnE+QWdmWunOMFHJOLDqU6o2ByBruQ3KC+1-XmA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org\0" - "From\0Joerg Roedel <joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>\0" - "Subject\0Re: [PATCH 0/3] Add support for APM X-Gene SoC AHBC IOMMU driver.\0" + "From\0joro@8bytes.org (Joerg Roedel)\0" + "Subject\0[PATCH 0/3] Add support for APM X-Gene SoC AHBC IOMMU driver.\0" "Date\0Mon, 15 Dec 2014 21:27:39 +0100\0" - "To\0Suman Tripathi <stripathi-qTEPVZfXA3Y@public.gmane.org>\0" - "Cc\0devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - arnd-r2nGTMty4D4@public.gmane.org - jcm-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org - patches-qTEPVZfXA3Y@public.gmane.org - iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org - " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Suman,\n" "\n" "On Tue, Dec 16, 2014 at 01:31:58AM +0530, Suman Tripathi wrote:\n" - "> On Dec 16, 2014 1:25 AM, \"Don Dutile\" <ddutile-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> wrote:\n" + "> On Dec 16, 2014 1:25 AM, \"Don Dutile\" <ddutile@redhat.com> wrote:\n" "> \n" "> On 12/15/2014 11:55 AM, Suman Tripathi wrote:\n" "> \n" "> This patch adds the support for the APM X-Gene SoC AHBC IOMMU driver.\n" "> \n" - "> Signed-off-by: Suman Tripathi <stripathi-qTEPVZfXA3Y@public.gmane.org>\n" + "> Signed-off-by: Suman Tripathi <stripathi@apm.com>\n" "> ---\n" "> \n" "> Suman Tripathi (3):\n" - "> \302\240 \302\240xgene-ahbc-iommu: Add support for APM X-Gene SoC AHBC IOMMU driver.\n" - "> \302\240 \302\240arm64: dts: Add the APM X-Gene AHBC IOMMU DTS node.\n" - "> \302\240 \302\240Documentation: dt-bindings: Add the binding info for APM X-Gene AHBC\n" - "> \302\240 \302\240 \302\240IOMMU driver.\n" + "> ? ?xgene-ahbc-iommu: Add support for APM X-Gene SoC AHBC IOMMU driver.\n" + "> ? ?arm64: dts: Add the APM X-Gene AHBC IOMMU DTS node.\n" + "> ? ?Documentation: dt-bindings: Add the binding info for APM X-Gene AHBC\n" + "> ? ? ?IOMMU driver.\n" "> \n" - "> \302\240 .../devicetree/bindings/iommu/xgene,ahbc-iommu.txt |\302\240 17 ++\n" - "> \302\240 arch/arm64/boot/dts/apm-storm.dtsi\302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240|\302\240 \302\2405 +\n" - "> \302\240 drivers/iommu/Kconfig\302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 |\302\240 10 +\n" - "> \302\240 drivers/iommu/Makefile\302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240|\302\240 \302\2401 +\n" - "> \302\240 drivers/iommu/xgene-ahbc-iommu.c\302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240 \302\240| 336\n" + "> ? .../devicetree/bindings/iommu/xgene,ahbc-iommu.txt |? 17 ++\n" + "> ? arch/arm64/boot/dts/apm-storm.dtsi? ? ? ? ? ? ? ? ?|? ?5 +\n" + "> ? drivers/iommu/Kconfig? ? ? ? ? ? ? ? ? ? ? ? ? ? ? |? 10 +\n" + "> ? drivers/iommu/Makefile? ? ? ? ? ? ? ? ? ? ? ? ? ? ?|? ?1 +\n" + "> ? drivers/iommu/xgene-ahbc-iommu.c? ? ? ? ? ? ? ? ? ?| 336\n" "> +++++++++++++++++++++\n" - "> \302\240 5 files changed, 369 insertions(+)\n" - "> \302\240 create mode 100644 Documentation/devicetree/bindings/iommu/\n" + "> ? 5 files changed, 369 insertions(+)\n" + "> ? create mode 100644 Documentation/devicetree/bindings/iommu/\n" "> xgene,ahbc-iommu.txt\n" - "> \302\240 create mode 100644 drivers/iommu/xgene-ahbc-iommu.c\n" + "> ? create mode 100644 drivers/iommu/xgene-ahbc-iommu.c\n" "\n" "What are the differences between the X-Gene IOMMU and the ARM-SMMU?\n" "\n" "\n" "\tJoerg" -3a024a1cf44fd388625d1b1e75caee5d03f1a509da120c6cd373252bb7b67cb4 +67203024c75b7cafa97768899b4d98e4ef406068ab37713a9f2995cfb2f5006e
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.