diff for duplicates of <20150120141643.GA1549@arm.com> diff --git a/a/1.txt b/N1/1.txt index 3bffcf3..2dcc8b5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -11,7 +11,7 @@ On Wed, Oct 29, 2014 at 09:13:40PM +0000, Mitchel Humpherys wrote: > enable hardware translations when using SMMUv1 or when SMMU_IDR0.S1TS=1 > and SMMU_IDR0.ATOSNS=0, as described in the ARM SMMU v1-v2 spec. > -> Signed-off-by: Mitchel Humpherys <mitchelh-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> +> Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org> > --- > Changes since v6: > - added missing lock @@ -29,7 +29,7 @@ Will --->8 >From 859a732e4f713270152c78df6e09accbde006734 Mon Sep 17 00:00:00 2001 -From: Mitchel Humpherys <mitchelh-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> +From: Mitchel Humpherys <mitchelh@codeaurora.org> Date: Wed, 29 Oct 2014 21:13:40 +0000 Subject: [PATCH] iommu/arm-smmu: add support for iova_to_phys through ATS1PR @@ -43,9 +43,9 @@ Since the address translation registers are optional on SMMUv2, only enable hardware translations when using SMMUv1 or when SMMU_IDR0.S1TS=1 and SMMU_IDR0.ATOSNS=0, as described in the ARM SMMU v1-v2 spec. -Signed-off-by: Mitchel Humpherys <mitchelh-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> +Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org> [will: reworked on top of generic iopgtbl changes] -Signed-off-by: Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org> +Signed-off-by: Will Deacon <will.deacon@arm.com> --- drivers/iommu/arm-smmu.c | 69 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 67 insertions(+), 2 deletions(-) diff --git a/a/content_digest b/N1/content_digest index 5843185..262521c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,12 +1,9 @@ "ref\01414617220-21493-1-git-send-email-mitchelh@codeaurora.org\0" "ref\01414617220-21493-3-git-send-email-mitchelh@codeaurora.org\0" - "ref\01414617220-21493-3-git-send-email-mitchelh-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org\0" - "From\0Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>\0" - "Subject\0Re: [PATCH v7 2/2] iommu/arm-smmu: add support for iova_to_phys through ATS1PR\0" + "From\0will.deacon@arm.com (Will Deacon)\0" + "Subject\0[PATCH v7 2/2] iommu/arm-smmu: add support for iova_to_phys through ATS1PR\0" "Date\0Tue, 20 Jan 2015 14:16:43 +0000\0" - "To\0Mitchel Humpherys <mitchelh-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0" - "Cc\0iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org <iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org>" - " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@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" "Hey Mitch,\n" @@ -22,7 +19,7 @@ "> enable hardware translations when using SMMUv1 or when SMMU_IDR0.S1TS=1\n" "> and SMMU_IDR0.ATOSNS=0, as described in the ARM SMMU v1-v2 spec.\n" "> \n" - "> Signed-off-by: Mitchel Humpherys <mitchelh-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\n" + "> Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>\n" "> ---\n" "> Changes since v6:\n" "> - added missing lock\n" @@ -40,7 +37,7 @@ "--->8\n" "\n" ">From 859a732e4f713270152c78df6e09accbde006734 Mon Sep 17 00:00:00 2001\n" - "From: Mitchel Humpherys <mitchelh-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\n" + "From: Mitchel Humpherys <mitchelh@codeaurora.org>\n" "Date: Wed, 29 Oct 2014 21:13:40 +0000\n" "Subject: [PATCH] iommu/arm-smmu: add support for iova_to_phys through ATS1PR\n" "\n" @@ -54,9 +51,9 @@ "enable hardware translations when using SMMUv1 or when SMMU_IDR0.S1TS=1\n" "and SMMU_IDR0.ATOSNS=0, as described in the ARM SMMU v1-v2 spec.\n" "\n" - "Signed-off-by: Mitchel Humpherys <mitchelh-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\n" + "Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>\n" "[will: reworked on top of generic iopgtbl changes]\n" - "Signed-off-by: Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>\n" + "Signed-off-by: Will Deacon <will.deacon@arm.com>\n" "---\n" " drivers/iommu/arm-smmu.c | 69 ++++++++++++++++++++++++++++++++++++++++++++++--\n" " 1 file changed, 67 insertions(+), 2 deletions(-)\n" @@ -202,4 +199,4 @@ "-- \n" 2.1.4 -478df98166d596c49d03b927d5be457939a908df8458666aa52d8ac93952aef4 +e6332b5c805793a614861da4ddde03f2312f00ec7bd3961e729105e818712b61
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.