All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <5266779A.2040302@baylibre.com>

diff --git a/a/1.txt b/N1/1.txt
index 930afa1..5503f44 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -53,19 +53,19 @@ Benoit
 > index e61c2e8..8a4c9d9 100644
 > --- a/MAINTAINERS
 > +++ b/MAINTAINERS
-> @@ -6062,6 +6062,12 @@ L:	linux-omap@vger.kernel.org
+> @@ -6062,6 +6062,12 @@ L:	linux-omap at vger.kernel.org
 >   S:	Maintained
 >   F:	drivers/gpio/gpio-omap.c
 >
 > +OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
 > +M:	Mark Jackson <mpfj@newflow.co.uk>
-> +L:	linux-omap@vger.kernel.org
+> +L:	linux-omap at vger.kernel.org
 > +S:	Maintained
 > +F:	arch/arm/boot/dts/am335x-nano.dts
 > +
 >   OMFS FILESYSTEM
 >   M:	Bob Copeland <me@bobcopeland.com>
->   L:	linux-karma-devel@lists.sourceforge.net
+>   L:	linux-karma-devel at lists.sourceforge.net
 > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
 > index e95af3f..543e837 100644
 > --- a/arch/arm/boot/dts/Makefile
@@ -100,7 +100,7 @@ Benoit
 > +	compatible = "ti,am33xx";
 > +
 > +	cpus {
-> +		cpu@0 {
+> +		cpu at 0 {
 > +			cpu0-supply = <&dcdc2_reg>;
 > +		};
 > +	};
@@ -113,7 +113,7 @@ Benoit
 > +	leds {
 > +		compatible = "gpio-leds";
 > +
-> +		led@0 {
+> +		led at 0 {
 > +			label = "nanobone:green:usr1";
 > +			gpios = <&gpio1 5 0>;
 > +			default-state = "off";
@@ -298,22 +298,22 @@ Benoit
 > +	pinctrl-names = "default";
 > +	pinctrl-0 = <&i2c0_pins>;
 > +
-> +	gpio@20 {
+> +	gpio at 20 {
 > +		compatible = "mcp,mcp23017";
 > +		reg = <0x20>;
 > +	};
 > +
-> +	tps: tps@24 {
+> +	tps: tps at 24 {
 > +		reg = <0x24>;
 > +	};
 > +
-> +	eeprom@53 {
+> +	eeprom at 53 {
 > +		compatible = "mcp,24c02";
 > +		reg = <0x53>;
 > +		pagesize = <8>;
 > +	};
 > +
-> +	rtc@68 {
+> +	rtc at 68 {
 > +		compatible = "dallas,ds1307";
 > +		reg = <0x68>;
 > +	};
@@ -335,7 +335,7 @@ Benoit
 > +	#size-cells = <1>;
 > +	ranges = <0 0 0x08000000 0x08000000>;	/* CS0: NOR 128M */
 > +
-> +	nor@0,0 {
+> +	nor at 0,0 {
 > +		reg = <0 0x00000000 0x08000000>;
 > +		compatible = "cfi-flash";
 > +		linux,mtd-name = "spansion,s29gl010p11t";
@@ -391,37 +391,37 @@ Benoit
 > +		|            |
 > +		+------------+-->0x08000000-> NOR end (Free end)
 > +		*/
-> +		partition@0 {
+> +		partition at 0 {
 > +			label = "boot";
 > +			reg = <0x00000000 0x000c0000>; /* 768KB */
 > +		};
 > +
-> +		partition@1 {
+> +		partition at 1 {
 > +			label = "env1";
 > +			reg = <0x000c0000 0x00020000>; /* 128KB */
 > +		};
 > +
-> +		partition@2 {
+> +		partition at 2 {
 > +			label = "env2";
 > +			reg = <0x000e0000 0x00020000>; /* 128KB */
 > +		};
 > +
-> +		partition@3 {
+> +		partition at 3 {
 > +			label = "kernel";
 > +			reg = <0x00100000 0x00400000>; /* 4MB */
 > +		};
 > +
-> +		partition@4 {
+> +		partition at 4 {
 > +			label = "rootfs";
 > +			reg = <0x00500000 0x01000000>; /* 16MB */
 > +		};
 > +
-> +		partition@5 {
+> +		partition at 5 {
 > +			label = "user";
 > +			reg = <0x01500000 0x02b00000>; /* 43MB */
 > +		};
 > +
-> +		partition@6 {
+> +		partition at 6 {
 > +			label = "data";
 > +			reg = <0x04000000 0x04000000>; /* 64MB */
 > +		};
@@ -456,16 +456,16 @@ Benoit
 > +
 > +&tps {
 > +	regulators {
-> +		dcdc1_reg: regulator@0 {
-> +			/* +1.5V voltage with ±4% tolerance */
+> +		dcdc1_reg: regulator at 0 {
+> +			/* +1.5V voltage with ??4% tolerance */
 > +			regulator-min-microvolt = <1450000>;
 > +			regulator-max-microvolt = <1550000>;
 > +			regulator-boot-on;
 > +			regulator-always-on;
 > +		};
 > +
-> +		dcdc2_reg: regulator@1 {
-> +			/* VDD_MPU voltage limits 0.95V - 1.1V with ±4% tolerance */
+> +		dcdc2_reg: regulator at 1 {
+> +			/* VDD_MPU voltage limits 0.95V - 1.1V with ??4% tolerance */
 > +			regulator-name = "vdd_mpu";
 > +			regulator-min-microvolt = <915000>;
 > +			regulator-max-microvolt = <1140000>;
@@ -473,8 +473,8 @@ Benoit
 > +			regulator-always-on;
 > +		};
 > +
-> +		dcdc3_reg: regulator@2 {
-> +			/* VDD_CORE voltage limits 0.95V - 1.1V with ±4% tolerance */
+> +		dcdc3_reg: regulator at 2 {
+> +			/* VDD_CORE voltage limits 0.95V - 1.1V with ??4% tolerance */
 > +			regulator-name = "vdd_core";
 > +			regulator-min-microvolt = <915000>;
 > +			regulator-max-microvolt = <1140000>;
@@ -482,32 +482,32 @@ Benoit
 > +			regulator-always-on;
 > +		};
 > +
-> +		ldo1_reg: regulator@3 {
-> +			/* +1.8V voltage with ±4% tolerance */
+> +		ldo1_reg: regulator at 3 {
+> +			/* +1.8V voltage with ??4% tolerance */
 > +			regulator-min-microvolt = <1750000>;
 > +			regulator-max-microvolt = <1870000>;
 > +			regulator-boot-on;
 > +			regulator-always-on;
 > +		};
 > +
-> +		ldo2_reg: regulator@4 {
-> +			/* +3.3V voltage with ±4% tolerance */
+> +		ldo2_reg: regulator at 4 {
+> +			/* +3.3V voltage with ??4% tolerance */
 > +			regulator-min-microvolt = <3175000>;
 > +			regulator-max-microvolt = <3430000>;
 > +			regulator-boot-on;
 > +			regulator-always-on;
 > +		};
 > +
-> +		ldo3_reg: regulator@5 {
-> +			/* +1.8V voltage with ±4% tolerance */
+> +		ldo3_reg: regulator at 5 {
+> +			/* +1.8V voltage with ??4% tolerance */
 > +			regulator-min-microvolt = <1750000>;
 > +			regulator-max-microvolt = <1870000>;
 > +			regulator-boot-on;
 > +			regulator-always-on;
 > +		};
 > +
-> +		ldo4_reg: regulator@6 {
-> +			/* +3.3V voltage with ±4% tolerance */
+> +		ldo4_reg: regulator at 6 {
+> +			/* +3.3V voltage with ??4% tolerance */
 > +			regulator-min-microvolt = <3175000>;
 > +			regulator-max-microvolt = <3430000>;
 > +			regulator-boot-on;
@@ -519,11 +519,7 @@ Benoit
 
 
 -- 
-Benoît Cousson
+Beno?t Cousson
 BayLibre
 Embedded Linux Technology Lab
 www.baylibre.com
---
-To unsubscribe from this list: send the line "unsubscribe linux-omap" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 95ad024..fc2da06 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,15 +1,8 @@
  "ref\0524E7905.4060907@newflow.co.uk\0"
- "From\0Benoit Cousson <bcousson@baylibre.com>\0"
- "Subject\0Re: [PATCH v3] Add support for Newflow NanoBone board\0"
+ "From\0bcousson@baylibre.com (Benoit Cousson)\0"
+ "Subject\0[PATCH v3] Add support for Newflow NanoBone board\0"
  "Date\0Tue, 22 Oct 2013 15:03:22 +0200\0"
- "To\0Mark Jackson <mpfj-list@newflow.co.uk>"
- " linux-omap@vger.kernel.org <linux-omap@vger.kernel.org>\0"
- "Cc\0Russell King <linux@arm.linux.org.uk>"
-  Javier Martinez Canillas <martinez.javier@gmail.com>
-  devicetree <devicetree@vger.kernel.org>
-  lkml <linux-kernel@vger.kernel.org>
-  linux-arm-kernel@lists.infradead.org <linux-arm-kernel@lists.infradead.org>
- " Tony Lindgren <tony@atomide.com>\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Mark,\n"
@@ -67,19 +60,19 @@
  "> index e61c2e8..8a4c9d9 100644\n"
  "> --- a/MAINTAINERS\n"
  "> +++ b/MAINTAINERS\n"
- "> @@ -6062,6 +6062,12 @@ L:\tlinux-omap@vger.kernel.org\n"
+ "> @@ -6062,6 +6062,12 @@ L:\tlinux-omap at vger.kernel.org\n"
  ">   S:\tMaintained\n"
  ">   F:\tdrivers/gpio/gpio-omap.c\n"
  ">\n"
  "> +OMAP/NEWFLOW NANOBONE MACHINE SUPPORT\n"
  "> +M:\tMark Jackson <mpfj@newflow.co.uk>\n"
- "> +L:\tlinux-omap@vger.kernel.org\n"
+ "> +L:\tlinux-omap at vger.kernel.org\n"
  "> +S:\tMaintained\n"
  "> +F:\tarch/arm/boot/dts/am335x-nano.dts\n"
  "> +\n"
  ">   OMFS FILESYSTEM\n"
  ">   M:\tBob Copeland <me@bobcopeland.com>\n"
- ">   L:\tlinux-karma-devel@lists.sourceforge.net\n"
+ ">   L:\tlinux-karma-devel at lists.sourceforge.net\n"
  "> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile\n"
  "> index e95af3f..543e837 100644\n"
  "> --- a/arch/arm/boot/dts/Makefile\n"
@@ -114,7 +107,7 @@
  "> +\tcompatible = \"ti,am33xx\";\n"
  "> +\n"
  "> +\tcpus {\n"
- "> +\t\tcpu@0 {\n"
+ "> +\t\tcpu at 0 {\n"
  "> +\t\t\tcpu0-supply = <&dcdc2_reg>;\n"
  "> +\t\t};\n"
  "> +\t};\n"
@@ -127,7 +120,7 @@
  "> +\tleds {\n"
  "> +\t\tcompatible = \"gpio-leds\";\n"
  "> +\n"
- "> +\t\tled@0 {\n"
+ "> +\t\tled at 0 {\n"
  "> +\t\t\tlabel = \"nanobone:green:usr1\";\n"
  "> +\t\t\tgpios = <&gpio1 5 0>;\n"
  "> +\t\t\tdefault-state = \"off\";\n"
@@ -312,22 +305,22 @@
  "> +\tpinctrl-names = \"default\";\n"
  "> +\tpinctrl-0 = <&i2c0_pins>;\n"
  "> +\n"
- "> +\tgpio@20 {\n"
+ "> +\tgpio at 20 {\n"
  "> +\t\tcompatible = \"mcp,mcp23017\";\n"
  "> +\t\treg = <0x20>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\ttps: tps@24 {\n"
+ "> +\ttps: tps at 24 {\n"
  "> +\t\treg = <0x24>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\teeprom@53 {\n"
+ "> +\teeprom at 53 {\n"
  "> +\t\tcompatible = \"mcp,24c02\";\n"
  "> +\t\treg = <0x53>;\n"
  "> +\t\tpagesize = <8>;\n"
  "> +\t};\n"
  "> +\n"
- "> +\trtc@68 {\n"
+ "> +\trtc at 68 {\n"
  "> +\t\tcompatible = \"dallas,ds1307\";\n"
  "> +\t\treg = <0x68>;\n"
  "> +\t};\n"
@@ -349,7 +342,7 @@
  "> +\t#size-cells = <1>;\n"
  "> +\tranges = <0 0 0x08000000 0x08000000>;\t/* CS0: NOR 128M */\n"
  "> +\n"
- "> +\tnor@0,0 {\n"
+ "> +\tnor at 0,0 {\n"
  "> +\t\treg = <0 0x00000000 0x08000000>;\n"
  "> +\t\tcompatible = \"cfi-flash\";\n"
  "> +\t\tlinux,mtd-name = \"spansion,s29gl010p11t\";\n"
@@ -405,37 +398,37 @@
  "> +\t\t|            |\n"
  "> +\t\t+------------+-->0x08000000-> NOR end (Free end)\n"
  "> +\t\t*/\n"
- "> +\t\tpartition@0 {\n"
+ "> +\t\tpartition at 0 {\n"
  "> +\t\t\tlabel = \"boot\";\n"
  "> +\t\t\treg = <0x00000000 0x000c0000>; /* 768KB */\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tpartition@1 {\n"
+ "> +\t\tpartition at 1 {\n"
  "> +\t\t\tlabel = \"env1\";\n"
  "> +\t\t\treg = <0x000c0000 0x00020000>; /* 128KB */\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tpartition@2 {\n"
+ "> +\t\tpartition at 2 {\n"
  "> +\t\t\tlabel = \"env2\";\n"
  "> +\t\t\treg = <0x000e0000 0x00020000>; /* 128KB */\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tpartition@3 {\n"
+ "> +\t\tpartition at 3 {\n"
  "> +\t\t\tlabel = \"kernel\";\n"
  "> +\t\t\treg = <0x00100000 0x00400000>; /* 4MB */\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tpartition@4 {\n"
+ "> +\t\tpartition at 4 {\n"
  "> +\t\t\tlabel = \"rootfs\";\n"
  "> +\t\t\treg = <0x00500000 0x01000000>; /* 16MB */\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tpartition@5 {\n"
+ "> +\t\tpartition at 5 {\n"
  "> +\t\t\tlabel = \"user\";\n"
  "> +\t\t\treg = <0x01500000 0x02b00000>; /* 43MB */\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tpartition@6 {\n"
+ "> +\t\tpartition at 6 {\n"
  "> +\t\t\tlabel = \"data\";\n"
  "> +\t\t\treg = <0x04000000 0x04000000>; /* 64MB */\n"
  "> +\t\t};\n"
@@ -470,16 +463,16 @@
  "> +\n"
  "> +&tps {\n"
  "> +\tregulators {\n"
- "> +\t\tdcdc1_reg: regulator@0 {\n"
- "> +\t\t\t/* +1.5V voltage with \303\202\302\2614% tolerance */\n"
+ "> +\t\tdcdc1_reg: regulator at 0 {\n"
+ "> +\t\t\t/* +1.5V voltage with ??4% tolerance */\n"
  "> +\t\t\tregulator-min-microvolt = <1450000>;\n"
  "> +\t\t\tregulator-max-microvolt = <1550000>;\n"
  "> +\t\t\tregulator-boot-on;\n"
  "> +\t\t\tregulator-always-on;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tdcdc2_reg: regulator@1 {\n"
- "> +\t\t\t/* VDD_MPU voltage limits 0.95V - 1.1V with \303\202\302\2614% tolerance */\n"
+ "> +\t\tdcdc2_reg: regulator at 1 {\n"
+ "> +\t\t\t/* VDD_MPU voltage limits 0.95V - 1.1V with ??4% tolerance */\n"
  "> +\t\t\tregulator-name = \"vdd_mpu\";\n"
  "> +\t\t\tregulator-min-microvolt = <915000>;\n"
  "> +\t\t\tregulator-max-microvolt = <1140000>;\n"
@@ -487,8 +480,8 @@
  "> +\t\t\tregulator-always-on;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tdcdc3_reg: regulator@2 {\n"
- "> +\t\t\t/* VDD_CORE voltage limits 0.95V - 1.1V with \303\202\302\2614% tolerance */\n"
+ "> +\t\tdcdc3_reg: regulator at 2 {\n"
+ "> +\t\t\t/* VDD_CORE voltage limits 0.95V - 1.1V with ??4% tolerance */\n"
  "> +\t\t\tregulator-name = \"vdd_core\";\n"
  "> +\t\t\tregulator-min-microvolt = <915000>;\n"
  "> +\t\t\tregulator-max-microvolt = <1140000>;\n"
@@ -496,32 +489,32 @@
  "> +\t\t\tregulator-always-on;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tldo1_reg: regulator@3 {\n"
- "> +\t\t\t/* +1.8V voltage with \303\202\302\2614% tolerance */\n"
+ "> +\t\tldo1_reg: regulator at 3 {\n"
+ "> +\t\t\t/* +1.8V voltage with ??4% tolerance */\n"
  "> +\t\t\tregulator-min-microvolt = <1750000>;\n"
  "> +\t\t\tregulator-max-microvolt = <1870000>;\n"
  "> +\t\t\tregulator-boot-on;\n"
  "> +\t\t\tregulator-always-on;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tldo2_reg: regulator@4 {\n"
- "> +\t\t\t/* +3.3V voltage with \303\202\302\2614% tolerance */\n"
+ "> +\t\tldo2_reg: regulator at 4 {\n"
+ "> +\t\t\t/* +3.3V voltage with ??4% tolerance */\n"
  "> +\t\t\tregulator-min-microvolt = <3175000>;\n"
  "> +\t\t\tregulator-max-microvolt = <3430000>;\n"
  "> +\t\t\tregulator-boot-on;\n"
  "> +\t\t\tregulator-always-on;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tldo3_reg: regulator@5 {\n"
- "> +\t\t\t/* +1.8V voltage with \303\202\302\2614% tolerance */\n"
+ "> +\t\tldo3_reg: regulator at 5 {\n"
+ "> +\t\t\t/* +1.8V voltage with ??4% tolerance */\n"
  "> +\t\t\tregulator-min-microvolt = <1750000>;\n"
  "> +\t\t\tregulator-max-microvolt = <1870000>;\n"
  "> +\t\t\tregulator-boot-on;\n"
  "> +\t\t\tregulator-always-on;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tldo4_reg: regulator@6 {\n"
- "> +\t\t\t/* +3.3V voltage with \303\202\302\2614% tolerance */\n"
+ "> +\t\tldo4_reg: regulator at 6 {\n"
+ "> +\t\t\t/* +3.3V voltage with ??4% tolerance */\n"
  "> +\t\t\tregulator-min-microvolt = <3175000>;\n"
  "> +\t\t\tregulator-max-microvolt = <3430000>;\n"
  "> +\t\t\tregulator-boot-on;\n"
@@ -533,13 +526,9 @@
  "\n"
  "\n"
  "-- \n"
- "Beno\303\256t Cousson\n"
+ "Beno?t Cousson\n"
  "BayLibre\n"
  "Embedded Linux Technology Lab\n"
- "www.baylibre.com\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-omap\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ www.baylibre.com
 
-25fe081fde248c3776fc600b5b8e78e606f8ce0aa98bbefd214f7beca338c3b9
+c10033f3527a2c387438c59227c2159c055932f27b8fb1f5d11677ceccb077a6

diff --git a/a/1.txt b/N2/1.txt
index 930afa1..b2955e7 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -523,7 +523,3 @@ Benoît Cousson
 BayLibre
 Embedded Linux Technology Lab
 www.baylibre.com
---
-To unsubscribe from this list: send the line "unsubscribe linux-omap" in
-the body of a message to majordomo@vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N2/content_digest
index 95ad024..d39048e 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -536,10 +536,6 @@
  "Beno\303\256t Cousson\n"
  "BayLibre\n"
  "Embedded Linux Technology Lab\n"
- "www.baylibre.com\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-omap\" in\n"
- "the body of a message to majordomo@vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ www.baylibre.com
 
-25fe081fde248c3776fc600b5b8e78e606f8ce0aa98bbefd214f7beca338c3b9
+866ce29bce8228ed25785ea9eb7d01e5b72aa6640f40211b79dd088265cbc029

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.