All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <52615A5D.7030002@baylibre.com>

diff --git a/a/1.txt b/N1/1.txt
index 0d70425..5281c23 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -93,7 +93,7 @@ Benoit
 >> +
 >> +/ {
 >> +	cpus {
->> +		cpu@0 {
+>> +		cpu at 0 {
 >> +			cpu0-supply = <&vcc>;
 >> +		};
 >> +	};
@@ -103,7 +103,7 @@ Benoit
 >> +		reg = <0x80000000 0x40000000>; /* 1 GB */
 >> +	};
 >> +
->> +	vemmc: fixedregulator@0 {
+>> +	vemmc: fixedregulator at 0 {
 >> +		compatible = "regulator-fixed";
 >> +		regulator-name = "VEMMC";
 >> +		regulator-min-microvolt = <2900000>;
@@ -130,7 +130,7 @@ Benoit
 >> +&i2c1 {
 >> +	clock-frequency = <2900000>;
 >> +
->> +	twl: twl@48 {
+>> +	twl: twl at 48 {
 >> +		reg = <0x48>;
 >> +		interrupts = <7>; /* SYS_NIRQ cascaded to intc */
 >> +		interrupt-parent = <&intc>;
@@ -184,7 +184,7 @@ Benoit
 >> +&gpmc {
 >> +	ranges = <0 0 0x04000000 0x20000000>;
 >> +
->> +	onenand@0,0 {
+>> +	onenand at 0,0 {
 >> +		#address-cells = <1>;
 >> +		#size-cells = <1>;
 >> +		reg = <0 0 0x20000000>;
@@ -223,31 +223,31 @@ Benoit
 >> +		 * MTD partition table corresponding to Nokia's MeeGo 1.2
 >> +		 * Harmattan release.
 >> +		 */
->> +		partition@0 {
+>> +		partition at 0 {
 >> +			label = "bootloader";
 >> +			reg = <0x00000000 0x00100000>;
 >> +		};
->> +		partition@1 {
+>> +		partition at 1 {
 >> +			label = "config";
 >> +			reg = <0x00100000 0x002c0000>;
 >> +		};
->> +		partition@2 {
+>> +		partition at 2 {
 >> +			label = "kernel";
 >> +			reg = <0x003c0000 0x01000000>;
 >> +		};
->> +		partition@3 {
+>> +		partition at 3 {
 >> +			label = "log";
 >> +			reg = <0x013c0000 0x00200000>;
 >> +		};
->> +		partition@4 {
+>> +		partition at 4 {
 >> +			label = "var";
 >> +			reg = <0x015c0000 0x1ca40000>;
 >> +		};
->> +		partition@5 {
+>> +		partition at 5 {
 >> +			label = "moslo";
 >> +			reg = <0x1e000000 0x02000000>;
 >> +		};
->> +		partition@6 {
+>> +		partition at 6 {
 >> +			label = "omap2-onenand";
 >> +			reg = <0x00000000 0x20000000>;
 >> +		};
@@ -283,7 +283,7 @@ Benoit
 
 
 -- 
-Benoît Cousson
+Beno?t Cousson
 BayLibre
 Embedded Linux Technology Lab
 www.baylibre.com
diff --git a/a/content_digest b/N1/content_digest
index 5c00e26..8b3b2b4 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,13 +1,9 @@
  "ref\01381869369-14626-1-git-send-email-aaro.koskinen@iki.fi\0"
  "ref\020131016003536.GA15154@atomide.com\0"
- "From\0Benoit Cousson <bcousson@baylibre.com>\0"
- "Subject\0Re: [PATCH v3] ARM: dts: add minimal DT support for Nokia N950 & N9 phones\0"
+ "From\0bcousson@baylibre.com (Benoit Cousson)\0"
+ "Subject\0[PATCH v3] ARM: dts: add minimal DT support for Nokia N950 & N9 phones\0"
  "Date\0Fri, 18 Oct 2013 17:57:17 +0200\0"
- "To\0Tony Lindgren <tony@atomide.com>"
- " Aaro Koskinen <aaro.koskinen@iki.fi>\0"
- "Cc\0devicetree@vger.kernel.org"
-  linux-omap@vger.kernel.org
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On 16/10/2013 02:35, Tony Lindgren wrote:\n"
@@ -105,7 +101,7 @@
  ">> +\n"
  ">> +/ {\n"
  ">> +\tcpus {\n"
- ">> +\t\tcpu@0 {\n"
+ ">> +\t\tcpu at 0 {\n"
  ">> +\t\t\tcpu0-supply = <&vcc>;\n"
  ">> +\t\t};\n"
  ">> +\t};\n"
@@ -115,7 +111,7 @@
  ">> +\t\treg = <0x80000000 0x40000000>; /* 1 GB */\n"
  ">> +\t};\n"
  ">> +\n"
- ">> +\tvemmc: fixedregulator@0 {\n"
+ ">> +\tvemmc: fixedregulator at 0 {\n"
  ">> +\t\tcompatible = \"regulator-fixed\";\n"
  ">> +\t\tregulator-name = \"VEMMC\";\n"
  ">> +\t\tregulator-min-microvolt = <2900000>;\n"
@@ -142,7 +138,7 @@
  ">> +&i2c1 {\n"
  ">> +\tclock-frequency = <2900000>;\n"
  ">> +\n"
- ">> +\ttwl: twl@48 {\n"
+ ">> +\ttwl: twl at 48 {\n"
  ">> +\t\treg = <0x48>;\n"
  ">> +\t\tinterrupts = <7>; /* SYS_NIRQ cascaded to intc */\n"
  ">> +\t\tinterrupt-parent = <&intc>;\n"
@@ -196,7 +192,7 @@
  ">> +&gpmc {\n"
  ">> +\tranges = <0 0 0x04000000 0x20000000>;\n"
  ">> +\n"
- ">> +\tonenand@0,0 {\n"
+ ">> +\tonenand at 0,0 {\n"
  ">> +\t\t#address-cells = <1>;\n"
  ">> +\t\t#size-cells = <1>;\n"
  ">> +\t\treg = <0 0 0x20000000>;\n"
@@ -235,31 +231,31 @@
  ">> +\t\t * MTD partition table corresponding to Nokia's MeeGo 1.2\n"
  ">> +\t\t * Harmattan release.\n"
  ">> +\t\t */\n"
- ">> +\t\tpartition@0 {\n"
+ ">> +\t\tpartition at 0 {\n"
  ">> +\t\t\tlabel = \"bootloader\";\n"
  ">> +\t\t\treg = <0x00000000 0x00100000>;\n"
  ">> +\t\t};\n"
- ">> +\t\tpartition@1 {\n"
+ ">> +\t\tpartition at 1 {\n"
  ">> +\t\t\tlabel = \"config\";\n"
  ">> +\t\t\treg = <0x00100000 0x002c0000>;\n"
  ">> +\t\t};\n"
- ">> +\t\tpartition@2 {\n"
+ ">> +\t\tpartition at 2 {\n"
  ">> +\t\t\tlabel = \"kernel\";\n"
  ">> +\t\t\treg = <0x003c0000 0x01000000>;\n"
  ">> +\t\t};\n"
- ">> +\t\tpartition@3 {\n"
+ ">> +\t\tpartition at 3 {\n"
  ">> +\t\t\tlabel = \"log\";\n"
  ">> +\t\t\treg = <0x013c0000 0x00200000>;\n"
  ">> +\t\t};\n"
- ">> +\t\tpartition@4 {\n"
+ ">> +\t\tpartition at 4 {\n"
  ">> +\t\t\tlabel = \"var\";\n"
  ">> +\t\t\treg = <0x015c0000 0x1ca40000>;\n"
  ">> +\t\t};\n"
- ">> +\t\tpartition@5 {\n"
+ ">> +\t\tpartition at 5 {\n"
  ">> +\t\t\tlabel = \"moslo\";\n"
  ">> +\t\t\treg = <0x1e000000 0x02000000>;\n"
  ">> +\t\t};\n"
- ">> +\t\tpartition@6 {\n"
+ ">> +\t\tpartition at 6 {\n"
  ">> +\t\t\tlabel = \"omap2-onenand\";\n"
  ">> +\t\t\treg = <0x00000000 0x20000000>;\n"
  ">> +\t\t};\n"
@@ -295,9 +291,9 @@
  "\n"
  "\n"
  "-- \n"
- "Beno\303\256t Cousson\n"
+ "Beno?t Cousson\n"
  "BayLibre\n"
  "Embedded Linux Technology Lab\n"
  www.baylibre.com
 
-91eff696eea82dee15df66107f7c6c424f9143159a867361d0757aba52ef7d3d
+5465c383a6fe5814a400fa56e406501a5b6b1d8b0706f089b40c3301586b4576

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.