All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <54AC5B16.9020206@free-electrons.com>

diff --git a/a/1.txt b/N1/1.txt
index 8bd6af1..056e6ae 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -22,7 +22,7 @@ Gregory
 > 
 > This has been tested on the Armada 375 with multiple SPI-NOR chips.
 > 
-> Signed-off-by: Ken Wilson <ken.wilson-xg7Pnmy8KxlWk0Htik3J/w@public.gmane.org>
+> Signed-off-by: Ken Wilson <ken.wilson@opengear.com>
 > ---
 >  .../devicetree/bindings/spi/spi-orion.txt          |  3 ++-
 >  arch/arm/boot/dts/armada-375.dtsi                  |  4 +--
@@ -50,7 +50,7 @@ Gregory
 > @@ -192,7 +192,7 @@
 >  			};
 >  
->  			spi0: spi@10600 {
+>  			spi0: spi at 10600 {
 > -				compatible = "marvell,orion-spi";
 > +				compatible = "marvell,armada-375-spi", "marvell,orion-spi";
 >  				reg = <0x10600 0x50>;
@@ -59,7 +59,7 @@ Gregory
 > @@ -203,7 +203,7 @@
 >  			};
 >  
->  			spi1: spi@10680 {
+>  			spi1: spi at 10680 {
 > -				compatible = "marvell,orion-spi";
 > +				compatible = "marvell,armada-375-spi", "marvell,orion-spi";
 >  				reg = <0x10680 0x50>;
@@ -165,7 +165,3 @@ Gregory Clement, Free Electrons
 Kernel, drivers, real-time and embedded Linux
 development, consulting, training and support.
 http://free-electrons.com
---
-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 4aa828e..df0aa9d 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,23 +1,8 @@
  "ref\01420579846-31962-1-git-send-email-ken.wilson@opengear.com\0"
- "ref\01420579846-31962-1-git-send-email-ken.wilson-xg7Pnmy8KxlWk0Htik3J/w@public.gmane.org\0"
- "From\0Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
- "Subject\0Re: [PATCH] spi: orion: Add multiple chip select support for Armada 370 and 375\0"
+ "From\0gregory.clement@free-electrons.com (Gregory CLEMENT)\0"
+ "Subject\0[PATCH] spi: orion: Add multiple chip select support for Armada 370 and 375\0"
  "Date\0Tue, 06 Jan 2015 23:00:54 +0100\0"
- "To\0Ken Wilson <ken.wilson-xg7Pnmy8KxlWk0Htik3J/w@public.gmane.org>\0"
- "Cc\0robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org"
-  mark.rutland-5wv7dgnIgG8@public.gmane.org
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org
-  pawel.moll-5wv7dgnIgG8@public.gmane.org
-  ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org
-  gerg-JBU5SbJe1FlAfugRpC6u6w@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
-  ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org
-  galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
- " Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Ken,\n"
@@ -44,7 +29,7 @@
  "> \n"
  "> This has been tested on the Armada 375 with multiple SPI-NOR chips.\n"
  "> \n"
- "> Signed-off-by: Ken Wilson <ken.wilson-xg7Pnmy8KxlWk0Htik3J/w@public.gmane.org>\n"
+ "> Signed-off-by: Ken Wilson <ken.wilson@opengear.com>\n"
  "> ---\n"
  ">  .../devicetree/bindings/spi/spi-orion.txt          |  3 ++-\n"
  ">  arch/arm/boot/dts/armada-375.dtsi                  |  4 +--\n"
@@ -72,7 +57,7 @@
  "> @@ -192,7 +192,7 @@\n"
  ">  \t\t\t};\n"
  ">  \n"
- ">  \t\t\tspi0: spi@10600 {\n"
+ ">  \t\t\tspi0: spi at 10600 {\n"
  "> -\t\t\t\tcompatible = \"marvell,orion-spi\";\n"
  "> +\t\t\t\tcompatible = \"marvell,armada-375-spi\", \"marvell,orion-spi\";\n"
  ">  \t\t\t\treg = <0x10600 0x50>;\n"
@@ -81,7 +66,7 @@
  "> @@ -203,7 +203,7 @@\n"
  ">  \t\t\t};\n"
  ">  \n"
- ">  \t\t\tspi1: spi@10680 {\n"
+ ">  \t\t\tspi1: spi at 10680 {\n"
  "> -\t\t\t\tcompatible = \"marvell,orion-spi\";\n"
  "> +\t\t\t\tcompatible = \"marvell,armada-375-spi\", \"marvell,orion-spi\";\n"
  ">  \t\t\t\treg = <0x10680 0x50>;\n"
@@ -186,10 +171,6 @@
  "Gregory Clement, Free Electrons\n"
  "Kernel, drivers, real-time and embedded Linux\n"
  "development, consulting, training and support.\n"
- "http://free-electrons.com\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
+ http://free-electrons.com
 
-0f71fd565e9b6e9cc883e5b12bb2935cbad3c14611af0e8fb8cbd33ced743985
+1e4d20032caad25178c5f1590c18f5d1c93c0a35ddf08063d5851fbee907df89

diff --git a/a/1.txt b/N2/1.txt
index 8bd6af1..63c9123 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -22,7 +22,7 @@ Gregory
 > 
 > This has been tested on the Armada 375 with multiple SPI-NOR chips.
 > 
-> Signed-off-by: Ken Wilson <ken.wilson-xg7Pnmy8KxlWk0Htik3J/w@public.gmane.org>
+> Signed-off-by: Ken Wilson <ken.wilson@opengear.com>
 > ---
 >  .../devicetree/bindings/spi/spi-orion.txt          |  3 ++-
 >  arch/arm/boot/dts/armada-375.dtsi                  |  4 +--
@@ -165,7 +165,3 @@ Gregory Clement, Free Electrons
 Kernel, drivers, real-time and embedded Linux
 development, consulting, training and support.
 http://free-electrons.com
---
-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 4aa828e..221f8a7 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,23 +1,22 @@
  "ref\01420579846-31962-1-git-send-email-ken.wilson@opengear.com\0"
- "ref\01420579846-31962-1-git-send-email-ken.wilson-xg7Pnmy8KxlWk0Htik3J/w@public.gmane.org\0"
- "From\0Gregory CLEMENT <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
+ "From\0Gregory CLEMENT <gregory.clement@free-electrons.com>\0"
  "Subject\0Re: [PATCH] spi: orion: Add multiple chip select support for Armada 370 and 375\0"
  "Date\0Tue, 06 Jan 2015 23:00:54 +0100\0"
- "To\0Ken Wilson <ken.wilson-xg7Pnmy8KxlWk0Htik3J/w@public.gmane.org>\0"
- "Cc\0robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org"
-  mark.rutland-5wv7dgnIgG8@public.gmane.org
-  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org
-  pawel.moll-5wv7dgnIgG8@public.gmane.org
-  ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org
-  gerg-JBU5SbJe1FlAfugRpC6u6w@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org
-  ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org
-  galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
- " Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
+ "To\0Ken Wilson <ken.wilson@opengear.com>\0"
+ "Cc\0robh+dt@kernel.org"
+  mark.rutland@arm.com
+  devicetree@vger.kernel.org
+  linux@arm.linux.org.uk
+  pawel.moll@arm.com
+  ijc+devicetree@hellion.org.uk
+  gerg@uclinux.org
+  linux-kernel@vger.kernel.org
+  linux-spi@vger.kernel.org
+  broonie@kernel.org
+  ezequiel.garcia@free-electrons.com
+  galak@codeaurora.org
+  linux-arm-kernel@lists.infradead.org
+ " Thomas Petazzoni <thomas.petazzoni@free-electrons.com>\0"
  "\00:1\0"
  "b\0"
  "Hi Ken,\n"
@@ -44,7 +43,7 @@
  "> \n"
  "> This has been tested on the Armada 375 with multiple SPI-NOR chips.\n"
  "> \n"
- "> Signed-off-by: Ken Wilson <ken.wilson-xg7Pnmy8KxlWk0Htik3J/w@public.gmane.org>\n"
+ "> Signed-off-by: Ken Wilson <ken.wilson@opengear.com>\n"
  "> ---\n"
  ">  .../devicetree/bindings/spi/spi-orion.txt          |  3 ++-\n"
  ">  arch/arm/boot/dts/armada-375.dtsi                  |  4 +--\n"
@@ -186,10 +185,6 @@
  "Gregory Clement, Free Electrons\n"
  "Kernel, drivers, real-time and embedded Linux\n"
  "development, consulting, training and support.\n"
- "http://free-electrons.com\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
+ http://free-electrons.com
 
-0f71fd565e9b6e9cc883e5b12bb2935cbad3c14611af0e8fb8cbd33ced743985
+551cc1983788654c4f5bf01ebbc16d02afaf3db69552bf8a08df009c8f41d2d3

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.