All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <538786E1.4030707@wwwdotorg.org>

diff --git a/a/1.txt b/N1/1.txt
index 92c742d..30f9b75 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,7 +1,7 @@
 On 05/28/2014 06:54 AM, Peter De Schrijver wrote:
 > Add efuse and apbmisc bindings for Tegra20, Tegra30, Tegra114 and Tegra124.
 > 
-> Signed-off-by: Peter De Schrijver <pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
+> Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
 > ---
 >  .../devicetree/bindings/fuse/fuse-tegra.txt        |   30 ++++++++++++++++++++
 >  .../devicetree/bindings/misc/nvidia,apbmisc.txt    |   13 ++++++++
@@ -53,17 +53,17 @@ Are there no PMC reset signals fed into the fuse block?
 
 > diff --git a/arch/arm/boot/dts/tegra114.dtsi b/arch/arm/boot/dts/tegra114.dtsi
 
-> +        apbmisc@0x70000800 {
+> +        apbmisc at 0x70000800 {
 
 The unit address in the DT nod name should not contain "0x". Same for
 other .dtsi files.
 
 > diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi
 
-> +	apbmisc@0x70000800 {
+> +	apbmisc at 0x70000800 {
 
 Tegra124 uses #address-cells=<2>, so the unit address in the node name
-needs to follow that. Hence, apbmisc@0,70000800.
+needs to follow that. Hence, apbmisc at 0,70000800.
 
 > diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi
 
@@ -71,7 +71,7 @@ needs to follow that. Hence, apbmisc@0,70000800.
 >  		interrupt-controller;
 >  	};
 >  
-> +        apbmisc@0x70000800 {
+> +        apbmisc at 0x70000800 {
 > +		compatible = "nvidia,tegra20-apbmisc";
 
 Indentation looks odd here. Mix of TABs/spaces perhaps?
diff --git a/a/content_digest b/N1/content_digest
index 7c8d403..9135e50 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,24 +1,15 @@
  "ref\01401281677-32110-1-git-send-email-pdeschrijver@nvidia.com\0"
  "ref\01401281677-32110-5-git-send-email-pdeschrijver@nvidia.com\0"
- "ref\01401281677-32110-5-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org\0"
- "From\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>\0"
- "Subject\0Re: [PATCH v5 4/5] ARM: tegra: Add efuse and apbmisc bindings\0"
+ "From\0swarren@wwwdotorg.org (Stephen Warren)\0"
+ "Subject\0[PATCH v5 4/5] ARM: tegra: Add efuse and apbmisc bindings\0"
  "Date\0Thu, 29 May 2014 13:13:37 -0600\0"
- "To\0Peter De Schrijver <pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0"
- "Cc\0Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>"
-  Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-  Andrew Morton <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
-  Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
-  Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 05/28/2014 06:54 AM, Peter De Schrijver wrote:\n"
  "> Add efuse and apbmisc bindings for Tegra20, Tegra30, Tegra114 and Tegra124.\n"
  "> \n"
- "> Signed-off-by: Peter De Schrijver <pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
+ "> Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>\n"
  "> ---\n"
  ">  .../devicetree/bindings/fuse/fuse-tegra.txt        |   30 ++++++++++++++++++++\n"
  ">  .../devicetree/bindings/misc/nvidia,apbmisc.txt    |   13 ++++++++\n"
@@ -70,17 +61,17 @@
  "\n"
  "> diff --git a/arch/arm/boot/dts/tegra114.dtsi b/arch/arm/boot/dts/tegra114.dtsi\n"
  "\n"
- "> +        apbmisc@0x70000800 {\n"
+ "> +        apbmisc at 0x70000800 {\n"
  "\n"
  "The unit address in the DT nod name should not contain \"0x\". Same for\n"
  "other .dtsi files.\n"
  "\n"
  "> diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi\n"
  "\n"
- "> +\tapbmisc@0x70000800 {\n"
+ "> +\tapbmisc at 0x70000800 {\n"
  "\n"
  "Tegra124 uses #address-cells=<2>, so the unit address in the node name\n"
- "needs to follow that. Hence, apbmisc@0,70000800.\n"
+ "needs to follow that. Hence, apbmisc at 0,70000800.\n"
  "\n"
  "> diff --git a/arch/arm/boot/dts/tegra20.dtsi b/arch/arm/boot/dts/tegra20.dtsi\n"
  "\n"
@@ -88,9 +79,9 @@
  ">  \t\tinterrupt-controller;\n"
  ">  \t};\n"
  ">  \n"
- "> +        apbmisc@0x70000800 {\n"
+ "> +        apbmisc at 0x70000800 {\n"
  "> +\t\tcompatible = \"nvidia,tegra20-apbmisc\";\n"
  "\n"
  Indentation looks odd here. Mix of TABs/spaces perhaps?
 
-3c5a0d6f7ff6a7586a03fd3120eaa2e3bc03a50b1d484ca6c4da727d8e32d55c
+eae68c1f0851fd4c0763f2988d5b2d8b42104d2f6dd170657553adf348b5c61c

diff --git a/a/1.txt b/N2/1.txt
index 92c742d..6c2b796 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -1,7 +1,7 @@
 On 05/28/2014 06:54 AM, Peter De Schrijver wrote:
 > Add efuse and apbmisc bindings for Tegra20, Tegra30, Tegra114 and Tegra124.
 > 
-> Signed-off-by: Peter De Schrijver <pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
+> Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
 > ---
 >  .../devicetree/bindings/fuse/fuse-tegra.txt        |   30 ++++++++++++++++++++
 >  .../devicetree/bindings/misc/nvidia,apbmisc.txt    |   13 ++++++++
diff --git a/a/content_digest b/N2/content_digest
index 7c8d403..25fe3fd 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,24 +1,23 @@
  "ref\01401281677-32110-1-git-send-email-pdeschrijver@nvidia.com\0"
  "ref\01401281677-32110-5-git-send-email-pdeschrijver@nvidia.com\0"
- "ref\01401281677-32110-5-git-send-email-pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org\0"
- "From\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>\0"
+ "From\0Stephen Warren <swarren@wwwdotorg.org>\0"
  "Subject\0Re: [PATCH v5 4/5] ARM: tegra: Add efuse and apbmisc bindings\0"
  "Date\0Thu, 29 May 2014 13:13:37 -0600\0"
- "To\0Peter De Schrijver <pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0"
- "Cc\0Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>"
-  Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-  Andrew Morton <akpm-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>
-  Linus Walleij <linus.walleij-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
-  Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org>
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
- " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
+ "To\0Peter De Schrijver <pdeschrijver@nvidia.com>\0"
+ "Cc\0Russell King <linux@arm.linux.org.uk>"
+  Thierry Reding <thierry.reding@gmail.com>
+  Andrew Morton <akpm@linux-foundation.org>
+  Linus Walleij <linus.walleij@linaro.org>
+  Wolfram Sang <wsa@the-dreams.de>
+  linux-arm-kernel@lists.infradead.org
+  linux-tegra@vger.kernel.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On 05/28/2014 06:54 AM, Peter De Schrijver wrote:\n"
  "> Add efuse and apbmisc bindings for Tegra20, Tegra30, Tegra114 and Tegra124.\n"
  "> \n"
- "> Signed-off-by: Peter De Schrijver <pdeschrijver-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n"
+ "> Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>\n"
  "> ---\n"
  ">  .../devicetree/bindings/fuse/fuse-tegra.txt        |   30 ++++++++++++++++++++\n"
  ">  .../devicetree/bindings/misc/nvidia,apbmisc.txt    |   13 ++++++++\n"
@@ -93,4 +92,4 @@
  "\n"
  Indentation looks odd here. Mix of TABs/spaces perhaps?
 
-3c5a0d6f7ff6a7586a03fd3120eaa2e3bc03a50b1d484ca6c4da727d8e32d55c
+8ba3fff0cce6c6a84b92a37920747c55cf7a15e7267c029bb5558fb6f42acb87

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.