diff for duplicates of <20160414171613.GM4584@arm.com> diff --git a/a/1.txt b/N1/1.txt index 41fd53e..91b9779 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,13 +1,13 @@ Hi Joerg, On Mon, Apr 04, 2016 at 05:49:22PM +0200, Joerg Roedel wrote: -> From: Joerg Roedel <jroedel-l3A5Bk7waGM@public.gmane.org> +> From: Joerg Roedel <jroedel@suse.de> > > Remove the usage of of_parse_phandle_with_args() and replace > it by the phandle-iterator implementation so that we can > parse out all of the potentially present 128 stream-ids. > -> Signed-off-by: Joerg Roedel <jroedel-l3A5Bk7waGM@public.gmane.org> +> Signed-off-by: Joerg Roedel <jroedel@suse.de> > --- > drivers/iommu/arm-smmu.c | 38 ++++++++++++++++++++++++++++++-------- > 1 file changed, 30 insertions(+), 8 deletions(-) @@ -15,7 +15,7 @@ On Mon, Apr 04, 2016 at 05:49:22PM +0200, Joerg Roedel wrote: Looks good to me. Given that you probably want to keep this with the related DT changes: -Acked-by: Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org> +Acked-by: Will Deacon <will.deacon@arm.com> Thanks, diff --git a/a/content_digest b/N1/content_digest index a476a6a..cbb4645 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,29 +1,21 @@ "ref\01459784962-9808-1-git-send-email-joro@8bytes.org\0" "ref\01459784962-9808-7-git-send-email-joro@8bytes.org\0" - "ref\01459784962-9808-7-git-send-email-joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org\0" - "From\0Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>\0" - "Subject\0Re: [PATCH 6/6] iommu/arm-smmu: Make use of phandle iterators in device-tree parsing\0" + "From\0will.deacon@arm.com (Will Deacon)\0" + "Subject\0[PATCH 6/6] iommu/arm-smmu: Make use of phandle iterators in device-tree parsing\0" "Date\0Thu, 14 Apr 2016 18:16:14 +0100\0" - "To\0Joerg Roedel <joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>\0" - "Cc\0devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - jroedel-l3A5Bk7waGM@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org - Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - grant.likely-QSEj5FYQhm4dnm+yROfE0A@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 Joerg,\n" "\n" "On Mon, Apr 04, 2016 at 05:49:22PM +0200, Joerg Roedel wrote:\n" - "> From: Joerg Roedel <jroedel-l3A5Bk7waGM@public.gmane.org>\n" + "> From: Joerg Roedel <jroedel@suse.de>\n" "> \n" "> Remove the usage of of_parse_phandle_with_args() and replace\n" "> it by the phandle-iterator implementation so that we can\n" "> parse out all of the potentially present 128 stream-ids.\n" "> \n" - "> Signed-off-by: Joerg Roedel <jroedel-l3A5Bk7waGM@public.gmane.org>\n" + "> Signed-off-by: Joerg Roedel <jroedel@suse.de>\n" "> ---\n" "> drivers/iommu/arm-smmu.c | 38 ++++++++++++++++++++++++++++++--------\n" "> 1 file changed, 30 insertions(+), 8 deletions(-)\n" @@ -31,10 +23,10 @@ "Looks good to me. Given that you probably want to keep this with the\n" "related DT changes:\n" "\n" - "Acked-by: Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>\n" + "Acked-by: Will Deacon <will.deacon@arm.com>\n" "\n" "Thanks,\n" "\n" Will -1534b2a8612e3fa6d25cce9cd4639d00920f96e7314a13cb75fd1e43fced6a90 +731003cd157bf0a3a92e1bb04bc7a360fe07fb1c14d1ad0938866c83f5aa1f28
diff --git a/a/1.txt b/N2/1.txt index 41fd53e..91b9779 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -1,13 +1,13 @@ Hi Joerg, On Mon, Apr 04, 2016 at 05:49:22PM +0200, Joerg Roedel wrote: -> From: Joerg Roedel <jroedel-l3A5Bk7waGM@public.gmane.org> +> From: Joerg Roedel <jroedel@suse.de> > > Remove the usage of of_parse_phandle_with_args() and replace > it by the phandle-iterator implementation so that we can > parse out all of the potentially present 128 stream-ids. > -> Signed-off-by: Joerg Roedel <jroedel-l3A5Bk7waGM@public.gmane.org> +> Signed-off-by: Joerg Roedel <jroedel@suse.de> > --- > drivers/iommu/arm-smmu.c | 38 ++++++++++++++++++++++++++++++-------- > 1 file changed, 30 insertions(+), 8 deletions(-) @@ -15,7 +15,7 @@ On Mon, Apr 04, 2016 at 05:49:22PM +0200, Joerg Roedel wrote: Looks good to me. Given that you probably want to keep this with the related DT changes: -Acked-by: Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org> +Acked-by: Will Deacon <will.deacon@arm.com> Thanks, diff --git a/a/content_digest b/N2/content_digest index a476a6a..4cd5a4f 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,29 +1,28 @@ "ref\01459784962-9808-1-git-send-email-joro@8bytes.org\0" "ref\01459784962-9808-7-git-send-email-joro@8bytes.org\0" - "ref\01459784962-9808-7-git-send-email-joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org\0" - "From\0Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>\0" + "From\0Will Deacon <will.deacon@arm.com>\0" "Subject\0Re: [PATCH 6/6] iommu/arm-smmu: Make use of phandle iterators in device-tree parsing\0" "Date\0Thu, 14 Apr 2016 18:16:14 +0100\0" - "To\0Joerg Roedel <joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>\0" - "Cc\0devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" - jroedel-l3A5Bk7waGM@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org - Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> - grant.likely-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org - " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" + "To\0Joerg Roedel <joro@8bytes.org>\0" + "Cc\0Rob Herring <robh+dt@kernel.org>" + grant.likely@linaro.org + linux-arm-kernel@lists.infradead.org + devicetree@vger.kernel.org + iommu@lists.linux-foundation.org + linux-kernel@vger.kernel.org + " jroedel@suse.de\0" "\00:1\0" "b\0" "Hi Joerg,\n" "\n" "On Mon, Apr 04, 2016 at 05:49:22PM +0200, Joerg Roedel wrote:\n" - "> From: Joerg Roedel <jroedel-l3A5Bk7waGM@public.gmane.org>\n" + "> From: Joerg Roedel <jroedel@suse.de>\n" "> \n" "> Remove the usage of of_parse_phandle_with_args() and replace\n" "> it by the phandle-iterator implementation so that we can\n" "> parse out all of the potentially present 128 stream-ids.\n" "> \n" - "> Signed-off-by: Joerg Roedel <jroedel-l3A5Bk7waGM@public.gmane.org>\n" + "> Signed-off-by: Joerg Roedel <jroedel@suse.de>\n" "> ---\n" "> drivers/iommu/arm-smmu.c | 38 ++++++++++++++++++++++++++++++--------\n" "> 1 file changed, 30 insertions(+), 8 deletions(-)\n" @@ -31,10 +30,10 @@ "Looks good to me. Given that you probably want to keep this with the\n" "related DT changes:\n" "\n" - "Acked-by: Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>\n" + "Acked-by: Will Deacon <will.deacon@arm.com>\n" "\n" "Thanks,\n" "\n" Will -1534b2a8612e3fa6d25cce9cd4639d00920f96e7314a13cb75fd1e43fced6a90 +e1ce1fb345e9cbe3475d89d67d253addb82459d75e7af5d626090f516cdac490
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.