All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <54BF14FB.8050300@samsung.com>

diff --git a/a/1.txt b/N1/1.txt
index 403b302..e32df45 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -49,7 +49,7 @@ On 01/15/2015 10:08 AM, Kevin Hilman wrote:
 >  		};
 >  	};
 >  
-> +	i2c_0: i2c@12C60000 {
+> +	i2c_0: i2c at 12C60000 {
 
 It's ok but IMHO it can split using label reference, e.g. 
 
@@ -62,35 +62,35 @@ Thanks.
 > +		status = "okay";
 > +
 > +		/* A15 cluster: VDD_ARM */
-> +		ina231@40 {
+> +		ina231 at 40 {
 > +			compatible = "ti,ina231";
 > +			reg = <0x40>;
 > +			shunt-resistor = <10000>;
 > +		};
 > +
 > +		/* memory: VDD_MEM */
-> +		ina231@41 {
+> +		ina231 at 41 {
 > +			compatible = "ti,ina231";
 > +			reg = <0x41>;
 > +			shunt-resistor = <10000>;
 > +		};
 > +
 > +		/* GPU: VDD_G3D */
-> +		ina231@44 {
+> +		ina231 at 44 {
 > +			compatible = "ti,ina231";
 > +			reg = <0x44>;
 > +			shunt-resistor = <10000>;
 > +		};
 > +
 > +		/* A7 cluster: VDD_KFC */
-> +		ina231@45 {
+> +		ina231 at 45 {
 > +			compatible = "ti,ina231";
 > +			reg = <0x45>;
 > +			shunt-resistor = <10000>;
 > +		};
 > +	};
 > +
->  	i2c_2: i2c@12C80000 {
+>  	i2c_2: i2c at 12C80000 {
 >  		samsung,i2c-sda-delay = <100>;
 >  		samsung,i2c-max-bus-freq = <66000>;
 >
diff --git a/a/content_digest b/N1/content_digest
index 3a1161d..4df75d3 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,23 +1,8 @@
  "ref\01421284089-421-1-git-send-email-khilman@kernel.org\0"
- "From\0Joonyoung Shim <jy0922.shim@samsung.com>\0"
- "Subject\0Re: [PATCH v2] ARM: dts: exynos5422-odroidxu3: add on-board INA231 sensors\0"
+ "From\0jy0922.shim@samsung.com (Joonyoung Shim)\0"
+ "Subject\0[PATCH v2] ARM: dts: exynos5422-odroidxu3: add on-board INA231 sensors\0"
  "Date\0Wed, 21 Jan 2015 11:54:51 +0900\0"
- "To\0Kevin Hilman <khilman@kernel.org>"
-  Kukjin Kim <kgene.kim@samsung.com>
- " linux-samsung-soc@vger.kernel.org\0"
- "Cc\0linaro-kernel@lists.linaro.org"
-  Javier Martinez Canillas <javier.martinez@collabora.co.uk>
-  Sjoerd Simons <sjoerd.simons@collabora.co.uk>
-  Rob Herring <robh+dt@kernel.org>
-  Pawel Moll <pawel.moll@arm.com>
-  Mark Rutland <mark.rutland@arm.com>
-  Ian Campbell <ijc+devicetree@hellion.org.uk>
-  Kumar Gala <galak@codeaurora.org>
-  Russell King <linux@arm.linux.org.uk>
-  Kukjin Kim <kgene@kernel.org>
-  open list:OPEN FIRMWARE AND... <devicetree@vger.kernel.org>
-  moderated list:ARM PORT <linux-arm-kernel@lists.infradead.org>
- " open list <linux-kernel@vger.kernel.org>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Kevin,\n"
@@ -71,7 +56,7 @@
  ">  \t\t};\n"
  ">  \t};\n"
  ">  \n"
- "> +\ti2c_0: i2c@12C60000 {\n"
+ "> +\ti2c_0: i2c at 12C60000 {\n"
  "\n"
  "It's ok but IMHO it can split using label reference, e.g. \n"
  "\n"
@@ -84,37 +69,37 @@
  "> +\t\tstatus = \"okay\";\n"
  "> +\n"
  "> +\t\t/* A15 cluster: VDD_ARM */\n"
- "> +\t\tina231@40 {\n"
+ "> +\t\tina231 at 40 {\n"
  "> +\t\t\tcompatible = \"ti,ina231\";\n"
  "> +\t\t\treg = <0x40>;\n"
  "> +\t\t\tshunt-resistor = <10000>;\n"
  "> +\t\t};\n"
  "> +\n"
  "> +\t\t/* memory: VDD_MEM */\n"
- "> +\t\tina231@41 {\n"
+ "> +\t\tina231 at 41 {\n"
  "> +\t\t\tcompatible = \"ti,ina231\";\n"
  "> +\t\t\treg = <0x41>;\n"
  "> +\t\t\tshunt-resistor = <10000>;\n"
  "> +\t\t};\n"
  "> +\n"
  "> +\t\t/* GPU: VDD_G3D */\n"
- "> +\t\tina231@44 {\n"
+ "> +\t\tina231 at 44 {\n"
  "> +\t\t\tcompatible = \"ti,ina231\";\n"
  "> +\t\t\treg = <0x44>;\n"
  "> +\t\t\tshunt-resistor = <10000>;\n"
  "> +\t\t};\n"
  "> +\n"
  "> +\t\t/* A7 cluster: VDD_KFC */\n"
- "> +\t\tina231@45 {\n"
+ "> +\t\tina231 at 45 {\n"
  "> +\t\t\tcompatible = \"ti,ina231\";\n"
  "> +\t\t\treg = <0x45>;\n"
  "> +\t\t\tshunt-resistor = <10000>;\n"
  "> +\t\t};\n"
  "> +\t};\n"
  "> +\n"
- ">  \ti2c_2: i2c@12C80000 {\n"
+ ">  \ti2c_2: i2c at 12C80000 {\n"
  ">  \t\tsamsung,i2c-sda-delay = <100>;\n"
  ">  \t\tsamsung,i2c-max-bus-freq = <66000>;\n"
  >
 
-b0867936eb14f8a667c73a927b80d61f9d00001599b838b8006ddcd66a0c24ba
+7317e41ef7981f2824211bf6fe9ed9968256df5e855f8fc9f7105edf957e2d6f

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.