All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <527ECBDD.7050607@gmail.com>

diff --git a/a/1.txt b/N1/1.txt
index 7850d36..014e8b4 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -11,7 +11,7 @@ On 11/09/2013 09:27 PM, Arnaud Ebalard wrote:
 > Support for both of those is currently work in progress and does not
 > prevent boot.
 >
-> Signed-off-by: Arnaud Ebalard <arno@natisbad.org>
+> Signed-off-by: Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>
 > ---
 [...]
 >   arch/arm/boot/dts/Makefile                     |   1 +
@@ -39,7 +39,7 @@ makes a call here.
 > +/*
 > + * Device Tree file for NETGEAR ReadyNAS 2120
 > + *
-> + * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org>
+> + * Copyright (C) 2013, Arnaud EBALARD <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>
 > + *
 > + * This program is free software; you can redistribute it and/or
 > + * modify it under the terms of the GNU General Public License
@@ -152,7 +152,7 @@ makes a call here.
 > +				};
 > +			};
 > +
-> +			serial at 12000 {
+> +			serial@12000 {
 > +				clock-frequency = <250000000>;
 
 Where does that 250MHz come from? If it is an internal clock
@@ -165,7 +165,7 @@ If it is TCLK it can be optained from <&coreclk 0>.
 > +			};
 > +
 > +			mdio {
-> +				phy0: ethernet-phy at 0 {
+> +				phy0: ethernet-phy@0 {
 > +					reg = <0>;
 
 Can you evaluate PHYs compatible from u-boot or post vendor:prodid
@@ -173,36 +173,36 @@ from MDIO registers?
 
 > +				};
 > +
-> +				phy1: ethernet-phy at 1 {
+> +				phy1: ethernet-phy@1 {
 > +					reg = <1>;
 > +				};
 > +			};
 > +
-> +			ethernet at 70000 {
+> +			ethernet@70000 {
 > +				status = "okay";
 > +				phy = <&phy0>;
 > +				phy-mode = "rgmii-id";
 > +			};
 > +
-> +			ethernet at 74000 {
+> +			ethernet@74000 {
 > +				status = "okay";
 > +				phy = <&phy1>;
 > +				phy-mode = "rgmii-id";
 > +			};
 > +
 > +			/* Front USB 2.0 port */
-> +			usb at 50000 {
+> +			usb@50000 {
 > +				status = "okay";
 > +			};
 > +
-> +			i2c at 11000 {
+> +			i2c@11000 {
 > +				compatible = "marvell,mv64xxx-i2c";
 > +				clock-frequency = <400000>;
 > +				status = "okay";
 > +
 > +				/* Rear fan #1 of 3 (Protechnic MGT4012XB-O20,
 > +				 * 8000RPM) near eSATA port */
-> +				g762_fan1: g762 at 3e {
+> +				g762_fan1: g762@3e {
 > +					compatible = "gmt,g762";
 > +					reg = <0x3e>;
 > +					clocks = <&g762_clk>; /* input clock */
@@ -212,7 +212,7 @@ from MDIO registers?
 > +				};
 > +
 > +				/* Rear fan #2 of 3 at the center */
-> +				g762_fan2: g762 at 48 {
+> +				g762_fan2: g762@48 {
 > +					compatible = "gmt,g762";
 > +					reg = <0x48>;
 > +					clocks = <&g762_clk>; /* input clock */
@@ -222,7 +222,7 @@ from MDIO registers?
 > +				};
 > +
 > +				/* Rear fan #3 of 3 */
-> +				g762_fan3: g762 at 49 {
+> +				g762_fan3: g762@49 {
 > +					compatible = "gmt,g762";
 > +					reg = <0x49>;
 > +					clocks = <&g762_clk>; /* input clock */
@@ -231,7 +231,7 @@ from MDIO registers?
 > +					pwm_polarity = <0>;
 > +				};
 > +
-> +				g751: g751 at 4c {
+> +				g751: g751@4c {
 > +					compatible = "gmt,g751";
 > +					reg = <0x4c>;
 > +				};
@@ -316,9 +316,9 @@ Again, no addressing of those buttons possible.
 > +			     &reset_key_pin>;
 > +		pinctrl-names = "default";
 > +
-> +		button at 1 {
+> +		button@1 {
 
-Instead of button at n you can name the nodes after their function,
+Instead of button@n you can name the nodes after their function,
 e.g. power_button, reset_button, ...
 
 I know both comments above are in the current binding documentation
@@ -333,7 +333,7 @@ Sebastian
 > +			gpios = <&gpio0 27 0>;
 > +		};
 > +
-> +		button at 2 {
+> +		button@2 {
 > +			label = "Reset Button";
 > +			linux,code = <0x198>;   /* KEY_RESTART */
 > +			gpios = <&gpio1 9 1>;
@@ -348,3 +348,8 @@ Sebastian
 > +	};
 > +};
 >
+
+--
+To unsubscribe from this list: send the line "unsubscribe devicetree" in
+the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index 6a626d8..0bce826 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,23 @@
  "ref\087bo1tmibv.fsf@natisbad.org\0"
- "From\0sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)\0"
- "Subject\0[PATCH] ARM: mvebu: Add Netgear ReadyNAS 2120 board\0"
+ "ref\087bo1tmibv.fsf-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org\0"
+ "From\0Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Subject\0Re: [PATCH] ARM: mvebu: Add Netgear ReadyNAS 2120 board\0"
  "Date\0Sun, 10 Nov 2013 00:57:17 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>"
+  Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>
+  Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+  Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+  Ezequiel Garcia <ezequiel.garcia-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+ " Thomas Petazzoni <thomas.petazzoni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0"
+ "Cc\0Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org>"
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org>
+  Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>
+  Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
+  Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org>
+  Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " Guenter Roeck <linux-0h96xk9xTtrk1uMJSBkQmQ@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On 11/09/2013 09:27 PM, Arnaud Ebalard wrote:\n"
@@ -18,7 +33,7 @@
  "> Support for both of those is currently work in progress and does not\n"
  "> prevent boot.\n"
  ">\n"
- "> Signed-off-by: Arnaud Ebalard <arno@natisbad.org>\n"
+ "> Signed-off-by: Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>\n"
  "> ---\n"
  "[...]\n"
  ">   arch/arm/boot/dts/Makefile                     |   1 +\n"
@@ -46,7 +61,7 @@
  "> +/*\n"
  "> + * Device Tree file for NETGEAR ReadyNAS 2120\n"
  "> + *\n"
- "> + * Copyright (C) 2013, Arnaud EBALARD <arno@natisbad.org>\n"
+ "> + * Copyright (C) 2013, Arnaud EBALARD <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>\n"
  "> + *\n"
  "> + * This program is free software; you can redistribute it and/or\n"
  "> + * modify it under the terms of the GNU General Public License\n"
@@ -159,7 +174,7 @@
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tserial at 12000 {\n"
+ "> +\t\t\tserial@12000 {\n"
  "> +\t\t\t\tclock-frequency = <250000000>;\n"
  "\n"
  "Where does that 250MHz come from? If it is an internal clock\n"
@@ -172,7 +187,7 @@
  "> +\t\t\t};\n"
  "> +\n"
  "> +\t\t\tmdio {\n"
- "> +\t\t\t\tphy0: ethernet-phy at 0 {\n"
+ "> +\t\t\t\tphy0: ethernet-phy@0 {\n"
  "> +\t\t\t\t\treg = <0>;\n"
  "\n"
  "Can you evaluate PHYs compatible from u-boot or post vendor:prodid\n"
@@ -180,36 +195,36 @@
  "\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tphy1: ethernet-phy at 1 {\n"
+ "> +\t\t\t\tphy1: ethernet-phy@1 {\n"
  "> +\t\t\t\t\treg = <1>;\n"
  "> +\t\t\t\t};\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tethernet at 70000 {\n"
+ "> +\t\t\tethernet@70000 {\n"
  "> +\t\t\t\tstatus = \"okay\";\n"
  "> +\t\t\t\tphy = <&phy0>;\n"
  "> +\t\t\t\tphy-mode = \"rgmii-id\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\tethernet at 74000 {\n"
+ "> +\t\t\tethernet@74000 {\n"
  "> +\t\t\t\tstatus = \"okay\";\n"
  "> +\t\t\t\tphy = <&phy1>;\n"
  "> +\t\t\t\tphy-mode = \"rgmii-id\";\n"
  "> +\t\t\t};\n"
  "> +\n"
  "> +\t\t\t/* Front USB 2.0 port */\n"
- "> +\t\t\tusb at 50000 {\n"
+ "> +\t\t\tusb@50000 {\n"
  "> +\t\t\t\tstatus = \"okay\";\n"
  "> +\t\t\t};\n"
  "> +\n"
- "> +\t\t\ti2c at 11000 {\n"
+ "> +\t\t\ti2c@11000 {\n"
  "> +\t\t\t\tcompatible = \"marvell,mv64xxx-i2c\";\n"
  "> +\t\t\t\tclock-frequency = <400000>;\n"
  "> +\t\t\t\tstatus = \"okay\";\n"
  "> +\n"
  "> +\t\t\t\t/* Rear fan #1 of 3 (Protechnic MGT4012XB-O20,\n"
  "> +\t\t\t\t * 8000RPM) near eSATA port */\n"
- "> +\t\t\t\tg762_fan1: g762 at 3e {\n"
+ "> +\t\t\t\tg762_fan1: g762@3e {\n"
  "> +\t\t\t\t\tcompatible = \"gmt,g762\";\n"
  "> +\t\t\t\t\treg = <0x3e>;\n"
  "> +\t\t\t\t\tclocks = <&g762_clk>; /* input clock */\n"
@@ -219,7 +234,7 @@
  "> +\t\t\t\t};\n"
  "> +\n"
  "> +\t\t\t\t/* Rear fan #2 of 3 at the center */\n"
- "> +\t\t\t\tg762_fan2: g762 at 48 {\n"
+ "> +\t\t\t\tg762_fan2: g762@48 {\n"
  "> +\t\t\t\t\tcompatible = \"gmt,g762\";\n"
  "> +\t\t\t\t\treg = <0x48>;\n"
  "> +\t\t\t\t\tclocks = <&g762_clk>; /* input clock */\n"
@@ -229,7 +244,7 @@
  "> +\t\t\t\t};\n"
  "> +\n"
  "> +\t\t\t\t/* Rear fan #3 of 3 */\n"
- "> +\t\t\t\tg762_fan3: g762 at 49 {\n"
+ "> +\t\t\t\tg762_fan3: g762@49 {\n"
  "> +\t\t\t\t\tcompatible = \"gmt,g762\";\n"
  "> +\t\t\t\t\treg = <0x49>;\n"
  "> +\t\t\t\t\tclocks = <&g762_clk>; /* input clock */\n"
@@ -238,7 +253,7 @@
  "> +\t\t\t\t\tpwm_polarity = <0>;\n"
  "> +\t\t\t\t};\n"
  "> +\n"
- "> +\t\t\t\tg751: g751 at 4c {\n"
+ "> +\t\t\t\tg751: g751@4c {\n"
  "> +\t\t\t\t\tcompatible = \"gmt,g751\";\n"
  "> +\t\t\t\t\treg = <0x4c>;\n"
  "> +\t\t\t\t};\n"
@@ -323,9 +338,9 @@
  "> +\t\t\t     &reset_key_pin>;\n"
  "> +\t\tpinctrl-names = \"default\";\n"
  "> +\n"
- "> +\t\tbutton at 1 {\n"
+ "> +\t\tbutton@1 {\n"
  "\n"
- "Instead of button at n you can name the nodes after their function,\n"
+ "Instead of button@n you can name the nodes after their function,\n"
  "e.g. power_button, reset_button, ...\n"
  "\n"
  "I know both comments above are in the current binding documentation\n"
@@ -340,7 +355,7 @@
  "> +\t\t\tgpios = <&gpio0 27 0>;\n"
  "> +\t\t};\n"
  "> +\n"
- "> +\t\tbutton at 2 {\n"
+ "> +\t\tbutton@2 {\n"
  "> +\t\t\tlabel = \"Reset Button\";\n"
  "> +\t\t\tlinux,code = <0x198>;   /* KEY_RESTART */\n"
  "> +\t\t\tgpios = <&gpio1 9 1>;\n"
@@ -354,6 +369,11 @@
  "> +\t\tgpios = <&gpio1 10 1>;\n"
  "> +\t};\n"
  "> +};\n"
- >
+ ">\n"
+ "\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-3758684289f765128ba2303b67e49cd21d30043cb3374415b586dbf464a9d98c
+287a57d63fa7ff1298f1496d07c0d0b4c5964f340379a226e33e67968b90c4a6

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.