All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20140428161041.GA6140@solid>

diff --git a/a/1.txt b/N1/1.txt
index 5cfd272..f6aa5cc 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,5 +1,5 @@
 On Mon, Apr 28, 2014 at 08:11:33PM +0530, George Cherian wrote:
-> On 4/28/2014 7:28 PM, Guido Martínez wrote:
+> On 4/28/2014 7:28 PM, Guido Mart?nez wrote:
 > >Use phandles instead of unit adresses to reference usb and dma nodes.
 > >This makes the DT more robust and readable.
 > The series will give dtb build errors
@@ -24,7 +24,7 @@ On Mon, Apr 28, 2014 at 08:11:33PM +0530, George Cherian wrote:
 Terribly sorry about this. I'll send a v2.
 
 > >
-> >Signed-off-by: Guido Martínez <guido-30ULvvUtt6G51wMPkGsGjgyUoB5FGQPZ@public.gmane.org>
+> >Signed-off-by: Guido Mart?nez <guido@vanguardiasur.com.ar>
 > >---
 > >  arch/arm/boot/dts/am335x-bone-common.dtsi | 12 ++++++------
 > >  1 file changed, 6 insertions(+), 6 deletions(-)
@@ -36,28 +36,28 @@ Terribly sorry about this. I'll send a v2.
 > >@@ -183,28 +183,28 @@
 > >  &usb {
 > >  	status = "okay";
-> >-	control@44e10620 {
+> >-	control at 44e10620 {
 > >+	&usb_ctrl_mod {
 > >  		status = "okay";
 > >  	};
-> >-	usb-phy@47401300 {
+> >-	usb-phy at 47401300 {
 > >+	&usb0_phy {
 > >  		status = "okay";
 > >  	};
-> >-	usb-phy@47401b00 {
+> >-	usb-phy at 47401b00 {
 > >+	&usb1_phy {
 > >  		status = "okay";
 > >  	};
-> >-	usb@47401000 {
+> >-	usb at 47401000 {
 > >+	&usb0 {
 > >  		status = "okay";
 > >  	};
-> >-	usb@47401800 {
+> >-	usb at 47401800 {
 > >+	&usb1 {
 > >  		status = "okay";
 > >  		dr_mode = "host";
 > >  	};
-> >-	dma-controller@47402000  {
+> >-	dma-controller at 47402000  {
 > >+	&cppi41dma  {
 > >  		status = "okay";
 > >  	};
@@ -78,32 +78,32 @@ Terribly sorry about this. I'll send a v2.
 >      +       status = "okay";
 >      +};
 > 
->      -       control@44e10620 {
+>      -       control at 44e10620 {
 >      -               status = "okay";
 >      -       };
 >      -
->      -       usb-phy@47401300 {
+>      -       usb-phy at 47401300 {
 >      -               status = "okay";
 >      -       };
 >      +&usb0_phy {
 >      +       status = "okay";
 >      +};
 > 
->      -       usb-phy@47401b00 {
+>      -       usb-phy at 47401b00 {
 >      -               status = "okay";
 >      -       };
 >      +&usb1_phy {
 >      +       status = "okay";
 >      +};
 > 
->      -       usb@47401000 {
+>      -       usb at 47401000 {
 >      -               status = "okay";
 >      -       };
 >      +&usb {
 >      +       status = "okay";
 >      +};
 > 
->      -       usb@47401800 {
+>      -       usb at 47401800 {
 >      -               status = "okay";
 >      -               dr_mode = "host";
 >      -       };
@@ -112,7 +112,7 @@ Terribly sorry about this. I'll send a v2.
 >      +       dr_mode = "host";
 >      +};
 > 
->      -       dma-controller@47402000  {
+>      -       dma-controller at 47402000  {
 >      -               status = "okay";
 >      -       };
 >      +&cppi41dma  {
@@ -126,9 +126,5 @@ Terribly sorry about this. I'll send a v2.
 > 
 
 -- 
-Guido Martínez, VanguardiaSur
+Guido Mart?nez, VanguardiaSur
 www.vanguardiasur.com.ar
---
-To unsubscribe from this list: send the line "unsubscribe devicetree" in
-the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 6202c7c..dee6f3e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,27 +1,13 @@
  "ref\01398693512-5355-1-git-send-email-guido@vanguardiasur.com.ar\0"
  "ref\0535E689D.7010204@ti.com\0"
- "ref\0535E689D.7010204-l0cyMroinI0@public.gmane.org\0"
- "From\0Guido Mart\303\255nez <guido-30ULvvUtt6G51wMPkGsGjgyUoB5FGQPZ@public.gmane.org>\0"
- "Subject\0Re: [PATCH 1/4] ARM: dts: am335x-bone-common: use phandles for USB and DMA refs\0"
+ "From\0guido@vanguardiasur.com.ar (Guido Mart\303\255nez)\0"
+ "Subject\0[PATCH 1/4] ARM: dts: am335x-bone-common: use phandles for USB and DMA refs\0"
  "Date\0Mon, 28 Apr 2014 13:10:41 -0300\0"
- "To\0George Cherian <george.cherian-l0cyMroinI0@public.gmane.org>\0"
- "Cc\0LKML <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>"
-  bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org
-  tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org
-  robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
-  pawel.moll-5wv7dgnIgG8@public.gmane.org
-  mark.rutland-5wv7dgnIgG8@public.gmane.org
-  ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org
-  galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
-  linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org
-  linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
- " Ezequiel Garc\303\255a <ezequiel-30ULvvUtt6G51wMPkGsGjgyUoB5FGQPZ@public.gmane.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Mon, Apr 28, 2014 at 08:11:33PM +0530, George Cherian wrote:\n"
- "> On 4/28/2014 7:28 PM, Guido Mart\303\255nez wrote:\n"
+ "> On 4/28/2014 7:28 PM, Guido Mart?nez wrote:\n"
  "> >Use phandles instead of unit adresses to reference usb and dma nodes.\n"
  "> >This makes the DT more robust and readable.\n"
  "> The series will give dtb build errors\n"
@@ -46,7 +32,7 @@
  "Terribly sorry about this. I'll send a v2.\n"
  "\n"
  "> >\n"
- "> >Signed-off-by: Guido Mart\303\255nez <guido-30ULvvUtt6G51wMPkGsGjgyUoB5FGQPZ@public.gmane.org>\n"
+ "> >Signed-off-by: Guido Mart?nez <guido@vanguardiasur.com.ar>\n"
  "> >---\n"
  "> >  arch/arm/boot/dts/am335x-bone-common.dtsi | 12 ++++++------\n"
  "> >  1 file changed, 6 insertions(+), 6 deletions(-)\n"
@@ -58,28 +44,28 @@
  "> >@@ -183,28 +183,28 @@\n"
  "> >  &usb {\n"
  "> >  \tstatus = \"okay\";\n"
- "> >-\tcontrol@44e10620 {\n"
+ "> >-\tcontrol at 44e10620 {\n"
  "> >+\t&usb_ctrl_mod {\n"
  "> >  \t\tstatus = \"okay\";\n"
  "> >  \t};\n"
- "> >-\tusb-phy@47401300 {\n"
+ "> >-\tusb-phy at 47401300 {\n"
  "> >+\t&usb0_phy {\n"
  "> >  \t\tstatus = \"okay\";\n"
  "> >  \t};\n"
- "> >-\tusb-phy@47401b00 {\n"
+ "> >-\tusb-phy at 47401b00 {\n"
  "> >+\t&usb1_phy {\n"
  "> >  \t\tstatus = \"okay\";\n"
  "> >  \t};\n"
- "> >-\tusb@47401000 {\n"
+ "> >-\tusb at 47401000 {\n"
  "> >+\t&usb0 {\n"
  "> >  \t\tstatus = \"okay\";\n"
  "> >  \t};\n"
- "> >-\tusb@47401800 {\n"
+ "> >-\tusb at 47401800 {\n"
  "> >+\t&usb1 {\n"
  "> >  \t\tstatus = \"okay\";\n"
  "> >  \t\tdr_mode = \"host\";\n"
  "> >  \t};\n"
- "> >-\tdma-controller@47402000  {\n"
+ "> >-\tdma-controller at 47402000  {\n"
  "> >+\t&cppi41dma  {\n"
  "> >  \t\tstatus = \"okay\";\n"
  "> >  \t};\n"
@@ -100,32 +86,32 @@
  ">      +       status = \"okay\";\n"
  ">      +};\n"
  "> \n"
- ">      -       control@44e10620 {\n"
+ ">      -       control at 44e10620 {\n"
  ">      -               status = \"okay\";\n"
  ">      -       };\n"
  ">      -\n"
- ">      -       usb-phy@47401300 {\n"
+ ">      -       usb-phy at 47401300 {\n"
  ">      -               status = \"okay\";\n"
  ">      -       };\n"
  ">      +&usb0_phy {\n"
  ">      +       status = \"okay\";\n"
  ">      +};\n"
  "> \n"
- ">      -       usb-phy@47401b00 {\n"
+ ">      -       usb-phy at 47401b00 {\n"
  ">      -               status = \"okay\";\n"
  ">      -       };\n"
  ">      +&usb1_phy {\n"
  ">      +       status = \"okay\";\n"
  ">      +};\n"
  "> \n"
- ">      -       usb@47401000 {\n"
+ ">      -       usb at 47401000 {\n"
  ">      -               status = \"okay\";\n"
  ">      -       };\n"
  ">      +&usb {\n"
  ">      +       status = \"okay\";\n"
  ">      +};\n"
  "> \n"
- ">      -       usb@47401800 {\n"
+ ">      -       usb at 47401800 {\n"
  ">      -               status = \"okay\";\n"
  ">      -               dr_mode = \"host\";\n"
  ">      -       };\n"
@@ -134,7 +120,7 @@
  ">      +       dr_mode = \"host\";\n"
  ">      +};\n"
  "> \n"
- ">      -       dma-controller@47402000  {\n"
+ ">      -       dma-controller at 47402000  {\n"
  ">      -               status = \"okay\";\n"
  ">      -       };\n"
  ">      +&cppi41dma  {\n"
@@ -148,11 +134,7 @@
  "> \n"
  "\n"
  "-- \n"
- "Guido Mart\303\255nez, VanguardiaSur\n"
- "www.vanguardiasur.com.ar\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
- "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ "Guido Mart?nez, VanguardiaSur\n"
+ www.vanguardiasur.com.ar
 
-f6b677bebd0e7988dde15025c2c4a1fa7c7dfe9030155b0d8a9be931833a4936
+26119d8b9097fd461803203b5e64dc74db816b21c0889edb037a5a2d6c141460

diff --git a/a/1.txt b/N2/1.txt
index 5cfd272..37a99bd 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -24,7 +24,7 @@ On Mon, Apr 28, 2014 at 08:11:33PM +0530, George Cherian wrote:
 Terribly sorry about this. I'll send a v2.
 
 > >
-> >Signed-off-by: Guido Martínez <guido-30ULvvUtt6G51wMPkGsGjgyUoB5FGQPZ@public.gmane.org>
+> >Signed-off-by: Guido Martínez <guido@vanguardiasur.com.ar>
 > >---
 > >  arch/arm/boot/dts/am335x-bone-common.dtsi | 12 ++++++------
 > >  1 file changed, 6 insertions(+), 6 deletions(-)
@@ -128,7 +128,3 @@ Terribly sorry about this. I'll send a v2.
 -- 
 Guido Martínez, VanguardiaSur
 www.vanguardiasur.com.ar
---
-To unsubscribe from this list: send the line "unsubscribe devicetree" in
-the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N2/content_digest
index 6202c7c..8d8678d 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,23 +1,22 @@
  "ref\01398693512-5355-1-git-send-email-guido@vanguardiasur.com.ar\0"
  "ref\0535E689D.7010204@ti.com\0"
- "ref\0535E689D.7010204-l0cyMroinI0@public.gmane.org\0"
- "From\0Guido Mart\303\255nez <guido-30ULvvUtt6G51wMPkGsGjgyUoB5FGQPZ@public.gmane.org>\0"
+ "From\0Guido Mart\303\255nez <guido@vanguardiasur.com.ar>\0"
  "Subject\0Re: [PATCH 1/4] ARM: dts: am335x-bone-common: use phandles for USB and DMA refs\0"
  "Date\0Mon, 28 Apr 2014 13:10:41 -0300\0"
- "To\0George Cherian <george.cherian-l0cyMroinI0@public.gmane.org>\0"
- "Cc\0LKML <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>"
-  bcousson-rdvid1DuHRBWk0Htik3J/w@public.gmane.org
-  tony-4v6yS6AI5VpBDgjK7y7TUQ@public.gmane.org
-  robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
-  pawel.moll-5wv7dgnIgG8@public.gmane.org
-  mark.rutland-5wv7dgnIgG8@public.gmane.org
-  ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org
-  galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
-  linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org
-  linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
- " Ezequiel Garc\303\255a <ezequiel-30ULvvUtt6G51wMPkGsGjgyUoB5FGQPZ@public.gmane.org>\0"
+ "To\0George Cherian <george.cherian@ti.com>\0"
+ "Cc\0LKML <linux-kernel@vger.kernel.org>"
+  bcousson@baylibre.com
+  tony@atomide.com
+  robh+dt@kernel.org
+  pawel.moll@arm.com
+  mark.rutland@arm.com
+  ijc+devicetree@hellion.org.uk
+  galak@codeaurora.org
+  linux@arm.linux.org.uk
+  linux-omap@vger.kernel.org
+  devicetree@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+ " Ezequiel Garc\303\255a <ezequiel@vanguardiasur.com.ar>\0"
  "\00:1\0"
  "b\0"
  "On Mon, Apr 28, 2014 at 08:11:33PM +0530, George Cherian wrote:\n"
@@ -46,7 +45,7 @@
  "Terribly sorry about this. I'll send a v2.\n"
  "\n"
  "> >\n"
- "> >Signed-off-by: Guido Mart\303\255nez <guido-30ULvvUtt6G51wMPkGsGjgyUoB5FGQPZ@public.gmane.org>\n"
+ "> >Signed-off-by: Guido Mart\303\255nez <guido@vanguardiasur.com.ar>\n"
  "> >---\n"
  "> >  arch/arm/boot/dts/am335x-bone-common.dtsi | 12 ++++++------\n"
  "> >  1 file changed, 6 insertions(+), 6 deletions(-)\n"
@@ -149,10 +148,6 @@
  "\n"
  "-- \n"
  "Guido Mart\303\255nez, VanguardiaSur\n"
- "www.vanguardiasur.com.ar\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
- "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ www.vanguardiasur.com.ar
 
-f6b677bebd0e7988dde15025c2c4a1fa7c7dfe9030155b0d8a9be931833a4936
+7ce3d882bf7b6ef7ada1401c04f77405f98f8453749038f8c67b317cb1c850b6

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.