All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <55DC549D.7060307@atmel.com>

diff --git a/a/1.txt b/N1/1.txt
index ead7fc7..0d9ea25 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -7,7 +7,7 @@ Best regards,
 
 Cyrille
 
-Le 24/07/2015 17:08, Lee Jones a ?crit :
+Le 24/07/2015 17:08, Lee Jones a écrit :
 > DT chaps,
 > 
 > Please can you take a look at this binding.
@@ -70,7 +70,7 @@ Le 24/07/2015 17:08, Lee Jones a ?crit :
 >> +
 >> +Example:
 >> +
->> +flexcom at f8034000 {
+>> +flexcom@f8034000 {
 >> +	compatible = "atmel,sama5d2-flexcom";
 >> +	reg = <0xf8034000 0x200>;
 >> +	clocks = <&flx0_clk>;
@@ -80,7 +80,7 @@ Le 24/07/2015 17:08, Lee Jones a ?crit :
 >> +		  2 0 0xf8034400 0x200		/* opmode 2: SPI */
 >> +		  3 0 0xf8034600 0x200>;	/* opmode 3: I2C */
 >> +
->> +	spi at 2,0 {
+>> +	spi@2,0 {
 >> +		compatible = "atmel,at91rm9200-spi";
 >> +		reg = <2 0 0x200>;
 >> +		interrupts = <19 IRQ_TYPE_LEVEL_HIGH 7>;
@@ -92,7 +92,7 @@ Le 24/07/2015 17:08, Lee Jones a ?crit :
 >> +		clock-names = "spi_clk";
 >> +		atmel,fifo-size = <32>;
 >> +
->> +		mtd_dataflash at 0 {
+>> +		mtd_dataflash@0 {
 >> +			compatible = "atmel,at25f512b";
 >> +			reg = <0>;
 >> +			spi-max-frequency = <20000000>;
diff --git a/a/content_digest b/N1/content_digest
index 20a5695..da2adcc 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,22 @@
  "ref\0cover.1437731428.git.cyrille.pitchen@atmel.com\0"
  "ref\0738a001f14a5fa4fa8e5f90ad859a318cba0de42.1437731428.git.cyrille.pitchen@atmel.com\0"
  "ref\020150724150854.GI3436@x1\0"
- "From\0cyrille.pitchen@atmel.com (Cyrille Pitchen)\0"
- "Subject\0[PATCH v8 1/2] mfd: devicetree: add bindings for Atmel Flexcom\0"
+ "From\0Cyrille Pitchen <cyrille.pitchen@atmel.com>\0"
+ "Subject\0Re: [PATCH v8 1/2] mfd: devicetree: add bindings for Atmel Flexcom\0"
  "Date\0Tue, 25 Aug 2015 13:42:21 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Lee Jones <lee.jones@linaro.org>\0"
+ "Cc\0nicolas.ferre@atmel.com"
+  boris.brezillon@free-electrons.com
+  alexandre.belloni@free-electrons.com
+  sameo@linux.intel.com
+  linux-arm-kernel@lists.infradead.org
+  linux-kernel@vger.kernel.org
+  robh+dt@kernel.org
+  pawel.moll@arm.com
+  mark.rutland@arm.com
+  ijc+devicetree@hellion.org.uk
+  galak@codeaurora.org
+ " devicetree@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "Hi all,\n"
@@ -16,7 +28,7 @@
  "\n"
  "Cyrille\n"
  "\n"
- "Le 24/07/2015 17:08, Lee Jones a ?crit :\n"
+ "Le 24/07/2015 17:08, Lee Jones a \303\251crit :\n"
  "> DT chaps,\n"
  "> \n"
  "> Please can you take a look at this binding.\n"
@@ -79,7 +91,7 @@
  ">> +\n"
  ">> +Example:\n"
  ">> +\n"
- ">> +flexcom at f8034000 {\n"
+ ">> +flexcom@f8034000 {\n"
  ">> +\tcompatible = \"atmel,sama5d2-flexcom\";\n"
  ">> +\treg = <0xf8034000 0x200>;\n"
  ">> +\tclocks = <&flx0_clk>;\n"
@@ -89,7 +101,7 @@
  ">> +\t\t  2 0 0xf8034400 0x200\t\t/* opmode 2: SPI */\n"
  ">> +\t\t  3 0 0xf8034600 0x200>;\t/* opmode 3: I2C */\n"
  ">> +\n"
- ">> +\tspi at 2,0 {\n"
+ ">> +\tspi@2,0 {\n"
  ">> +\t\tcompatible = \"atmel,at91rm9200-spi\";\n"
  ">> +\t\treg = <2 0 0x200>;\n"
  ">> +\t\tinterrupts = <19 IRQ_TYPE_LEVEL_HIGH 7>;\n"
@@ -101,7 +113,7 @@
  ">> +\t\tclock-names = \"spi_clk\";\n"
  ">> +\t\tatmel,fifo-size = <32>;\n"
  ">> +\n"
- ">> +\t\tmtd_dataflash at 0 {\n"
+ ">> +\t\tmtd_dataflash@0 {\n"
  ">> +\t\t\tcompatible = \"atmel,at25f512b\";\n"
  ">> +\t\t\treg = <0>;\n"
  ">> +\t\t\tspi-max-frequency = <20000000>;\n"
@@ -110,4 +122,4 @@
  ">> +};\n"
  >
 
-806253c98d7d6b725a92d9844fed493879c1adef851852aac9ffd49f10d20d8f
+687367b620e592c2de516b642ffa3da2b3e9390b2955f79d40613d491789bcc6

diff --git a/a/1.txt b/N2/1.txt
index ead7fc7..0d9ea25 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -7,7 +7,7 @@ Best regards,
 
 Cyrille
 
-Le 24/07/2015 17:08, Lee Jones a ?crit :
+Le 24/07/2015 17:08, Lee Jones a écrit :
 > DT chaps,
 > 
 > Please can you take a look at this binding.
@@ -70,7 +70,7 @@ Le 24/07/2015 17:08, Lee Jones a ?crit :
 >> +
 >> +Example:
 >> +
->> +flexcom at f8034000 {
+>> +flexcom@f8034000 {
 >> +	compatible = "atmel,sama5d2-flexcom";
 >> +	reg = <0xf8034000 0x200>;
 >> +	clocks = <&flx0_clk>;
@@ -80,7 +80,7 @@ Le 24/07/2015 17:08, Lee Jones a ?crit :
 >> +		  2 0 0xf8034400 0x200		/* opmode 2: SPI */
 >> +		  3 0 0xf8034600 0x200>;	/* opmode 3: I2C */
 >> +
->> +	spi at 2,0 {
+>> +	spi@2,0 {
 >> +		compatible = "atmel,at91rm9200-spi";
 >> +		reg = <2 0 0x200>;
 >> +		interrupts = <19 IRQ_TYPE_LEVEL_HIGH 7>;
@@ -92,7 +92,7 @@ Le 24/07/2015 17:08, Lee Jones a ?crit :
 >> +		clock-names = "spi_clk";
 >> +		atmel,fifo-size = <32>;
 >> +
->> +		mtd_dataflash at 0 {
+>> +		mtd_dataflash@0 {
 >> +			compatible = "atmel,at25f512b";
 >> +			reg = <0>;
 >> +			spi-max-frequency = <20000000>;
diff --git a/a/content_digest b/N2/content_digest
index 20a5695..c5498ae 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,10 +1,22 @@
  "ref\0cover.1437731428.git.cyrille.pitchen@atmel.com\0"
  "ref\0738a001f14a5fa4fa8e5f90ad859a318cba0de42.1437731428.git.cyrille.pitchen@atmel.com\0"
  "ref\020150724150854.GI3436@x1\0"
- "From\0cyrille.pitchen@atmel.com (Cyrille Pitchen)\0"
- "Subject\0[PATCH v8 1/2] mfd: devicetree: add bindings for Atmel Flexcom\0"
+ "From\0Cyrille Pitchen <cyrille.pitchen@atmel.com>\0"
+ "Subject\0Re: [PATCH v8 1/2] mfd: devicetree: add bindings for Atmel Flexcom\0"
  "Date\0Tue, 25 Aug 2015 13:42:21 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Lee Jones <lee.jones@linaro.org>\0"
+ "Cc\0<nicolas.ferre@atmel.com>"
+  <boris.brezillon@free-electrons.com>
+  <alexandre.belloni@free-electrons.com>
+  <sameo@linux.intel.com>
+  <linux-arm-kernel@lists.infradead.org>
+  <linux-kernel@vger.kernel.org>
+  <robh+dt@kernel.org>
+  <pawel.moll@arm.com>
+  <mark.rutland@arm.com>
+  <ijc+devicetree@hellion.org.uk>
+  <galak@codeaurora.org>
+ " <devicetree@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "Hi all,\n"
@@ -16,7 +28,7 @@
  "\n"
  "Cyrille\n"
  "\n"
- "Le 24/07/2015 17:08, Lee Jones a ?crit :\n"
+ "Le 24/07/2015 17:08, Lee Jones a \303\251crit :\n"
  "> DT chaps,\n"
  "> \n"
  "> Please can you take a look at this binding.\n"
@@ -79,7 +91,7 @@
  ">> +\n"
  ">> +Example:\n"
  ">> +\n"
- ">> +flexcom at f8034000 {\n"
+ ">> +flexcom@f8034000 {\n"
  ">> +\tcompatible = \"atmel,sama5d2-flexcom\";\n"
  ">> +\treg = <0xf8034000 0x200>;\n"
  ">> +\tclocks = <&flx0_clk>;\n"
@@ -89,7 +101,7 @@
  ">> +\t\t  2 0 0xf8034400 0x200\t\t/* opmode 2: SPI */\n"
  ">> +\t\t  3 0 0xf8034600 0x200>;\t/* opmode 3: I2C */\n"
  ">> +\n"
- ">> +\tspi at 2,0 {\n"
+ ">> +\tspi@2,0 {\n"
  ">> +\t\tcompatible = \"atmel,at91rm9200-spi\";\n"
  ">> +\t\treg = <2 0 0x200>;\n"
  ">> +\t\tinterrupts = <19 IRQ_TYPE_LEVEL_HIGH 7>;\n"
@@ -101,7 +113,7 @@
  ">> +\t\tclock-names = \"spi_clk\";\n"
  ">> +\t\tatmel,fifo-size = <32>;\n"
  ">> +\n"
- ">> +\t\tmtd_dataflash at 0 {\n"
+ ">> +\t\tmtd_dataflash@0 {\n"
  ">> +\t\t\tcompatible = \"atmel,at25f512b\";\n"
  ">> +\t\t\treg = <0>;\n"
  ">> +\t\t\tspi-max-frequency = <20000000>;\n"
@@ -110,4 +122,4 @@
  ">> +};\n"
  >
 
-806253c98d7d6b725a92d9844fed493879c1adef851852aac9ffd49f10d20d8f
+5f5d22d8dcd66b2df5bf47be4c8565793bc0b8cde8e4cdb77198efb32e1af03e

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.