All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <52B189F2.3080604@cogentembedded.com>

diff --git a/a/content_digest b/N1/content_digest
index 69c3546..b1ad157 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,14 +2,8 @@
  "ref\01387316678-10174-5-git-send-email-wsa@the-dreams.de\0"
  "From\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0"
  "Subject\0Re: [PATCH 4/5] arm: shmobile: genmai: adapt dts to use native i2c driver\0"
- "Date\0Wed, 18 Dec 2013 15:41:38 +0400\0"
- "To\0Wolfram Sang <wsa@the-dreams.de>"
- " linux-sh@vger.kernel.org\0"
- "Cc\0linux-i2c@vger.kernel.org"
-  Magnus Damm <magnus.damm@gmail.com>
-  Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-  Simon Horman <horms@verge.net.au>
- " linux-arm-kernel@lists.infradead.org\0"
+ "Date\0Wed, 18 Dec 2013 11:41:38 +0000\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hello.\n"
@@ -78,4 +72,4 @@
  "\n"
  WBR, Sergei
 
-c86f323ee770aee9b0b737fee55d971d9de61241d3dc2d02b257421918bb2d87
+846c8cc59acf0f1422c707ecd92c41e2f2d2fc450457430eb85221127a80ad48

diff --git a/a/1.txt b/N2/1.txt
index 9816810..531be1e 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -22,7 +22,7 @@ On 18-12-2013 1:44, Wolfram Sang wrote:
 >   		};
 >   	};
 > -
-> -	i2c@0 {
+> -	i2c at 0 {
 > -		compatible = "i2c-gpio";
 > -		gpios = <&port1 5 GPIO_ACTIVE_HIGH /* sda */
 > -			 &port1 4 GPIO_ACTIVE_HIGH /* scl */
@@ -33,7 +33,7 @@ On 18-12-2013 1:44, Wolfram Sang wrote:
 > -		#address-cells = <1>;
 > -		#size-cells = <0>;
 > -
-> -		flash@50 {
+> -		flash at 50 {
 > -			compatible = "renesas,24c128";
 > -			reg = <0x50>;
 > -			pagesize = <64>;
@@ -51,9 +51,9 @@ On 18-12-2013 1:44, Wolfram Sang wrote:
 > +	status = "okay";
 > +	clock-frequency = <400000>;
 > +
-> +	eeprom: 24c128@50 {
+> +	eeprom: 24c128 at 50 {
 
-    The node was called "flash@50" for a reason: according to ePAPR spec,  for 
+    The node was called "flash at 50" for a reason: according to ePAPR spec,  for 
 node names the generic device names should be used, not chip-specific.
 
 > +		compatible = "renesas,24c128";
diff --git a/a/content_digest b/N2/content_digest
index 69c3546..29d264f 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,15 +1,9 @@
  "ref\01387316678-10174-1-git-send-email-wsa@the-dreams.de\0"
  "ref\01387316678-10174-5-git-send-email-wsa@the-dreams.de\0"
- "From\0Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>\0"
- "Subject\0Re: [PATCH 4/5] arm: shmobile: genmai: adapt dts to use native i2c driver\0"
+ "From\0sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)\0"
+ "Subject\0[PATCH 4/5] arm: shmobile: genmai: adapt dts to use native i2c driver\0"
  "Date\0Wed, 18 Dec 2013 15:41:38 +0400\0"
- "To\0Wolfram Sang <wsa@the-dreams.de>"
- " linux-sh@vger.kernel.org\0"
- "Cc\0linux-i2c@vger.kernel.org"
-  Magnus Damm <magnus.damm@gmail.com>
-  Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-  Simon Horman <horms@verge.net.au>
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hello.\n"
@@ -36,7 +30,7 @@
  ">   \t\t};\n"
  ">   \t};\n"
  "> -\n"
- "> -\ti2c@0 {\n"
+ "> -\ti2c at 0 {\n"
  "> -\t\tcompatible = \"i2c-gpio\";\n"
  "> -\t\tgpios = <&port1 5 GPIO_ACTIVE_HIGH /* sda */\n"
  "> -\t\t\t &port1 4 GPIO_ACTIVE_HIGH /* scl */\n"
@@ -47,7 +41,7 @@
  "> -\t\t#address-cells = <1>;\n"
  "> -\t\t#size-cells = <0>;\n"
  "> -\n"
- "> -\t\tflash@50 {\n"
+ "> -\t\tflash at 50 {\n"
  "> -\t\t\tcompatible = \"renesas,24c128\";\n"
  "> -\t\t\treg = <0x50>;\n"
  "> -\t\t\tpagesize = <64>;\n"
@@ -65,9 +59,9 @@
  "> +\tstatus = \"okay\";\n"
  "> +\tclock-frequency = <400000>;\n"
  "> +\n"
- "> +\teeprom: 24c128@50 {\n"
+ "> +\teeprom: 24c128 at 50 {\n"
  "\n"
- "    The node was called \"flash@50\" for a reason: according to ePAPR spec,  for \n"
+ "    The node was called \"flash at 50\" for a reason: according to ePAPR spec,  for \n"
  "node names the generic device names should be used, not chip-specific.\n"
  "\n"
  "> +\t\tcompatible = \"renesas,24c128\";\n"
@@ -78,4 +72,4 @@
  "\n"
  WBR, Sergei
 
-c86f323ee770aee9b0b737fee55d971d9de61241d3dc2d02b257421918bb2d87
+c139c2110ced6541c4bb5358aa60b466e9d4f689b81f83a15dc0bbc99003a0c7

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.