All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <87li0ge9te.fsf@natisbad.org>

diff --git a/a/1.txt b/N1/1.txt
index 530c0ff..2b777ad 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -13,13 +13,13 @@ file. Changes are listed below:
  - Fixed all node names and labels to use respectively '-' and '_'
  - Removed useless clocks and gpio-keys properties
 
-Signed-off-by: Arnaud Ebalard <arno@natisbad.org>
+Signed-off-by: Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>
 ---
 Hi Jason,
 
 This patch applies above the one adding gpio-poweroff driver for the Duo
 v2 I just sent a few minutes ago. Most of the changes it contains were
-Suggested-By: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> ;-)
+Suggested-By: Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> ;-)
 If you have additional ideas or see things that should be fixed, I am
 interested. As soon as I get a final version of this one, I will push
 the same kind of cleanup patches for the RN102 and RN014 boards.
@@ -35,7 +35,7 @@ index 551bfed..0961e80 100644
 +/*
 + * Device Tree file for NETGEAR ReadyNAS Duo v2
 + *
-+ * 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
@@ -147,7 +147,7 @@ index 551bfed..0961e80 100644
  			     &pmx_button_reset>;
  		pinctrl-names = "default";
  
--		button at 1 {
+-		button@1 {
 +		power-button {
  			label = "Power Button";
 -			linux,code = <116>;     /* KEY_POWER */
@@ -155,7 +155,7 @@ index 551bfed..0961e80 100644
 +			linux,code = <KEY_POWER>;
 +			gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
  		};
--		button at 2 {
+-		button@2 {
 +
 +		reset-button {
  			label = "Reset Button";
@@ -164,7 +164,7 @@ index 551bfed..0961e80 100644
 +			linux,code = <KEY_RESTART>;
 +			gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
  		};
--		button at 3 {
+-		button@3 {
 +
 +		backup-button {
  			label = "Backup Button";
@@ -184,7 +184,7 @@ index 551bfed..0961e80 100644
 -                #address-cells = <1>;
 -                #size-cells = <0>;
 -
--                usb_power: regulator at 1 {
+-                usb_power: regulator@1 {
 -                        compatible = "regulator-fixed";
 -                        reg = <1>;
 -                        regulator-name = "USB 3.0 Power";
@@ -218,7 +218,7 @@ index 551bfed..0961e80 100644
  &nand {
 @@ -224,6 +245,7 @@
  
- 	ethphy0: ethernet-phy at 0 {
+ 	ethphy0: ethernet-phy@0 {
  		device_type = "ethernet-phy";
 +		compatible = "marvell,88e1318s";
  		reg = <0>;
@@ -226,3 +226,8 @@ index 551bfed..0961e80 100644
  };
 -- 
 1.8.4.4
+
+--
+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 0085852..e34f4ab 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,18 @@
- "From\0arno@natisbad.org (Arnaud Ebalard)\0"
+ "From\0arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org (Arnaud Ebalard)\0"
  "Subject\0[PATCH] ARM: kirkwood: ReadyNAS Duo v2 .dts cleanup\0"
  "Date\0Fri, 22 Nov 2013 16:27:09 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>"
+  Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
+  Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+ " Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@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\0"
  "\00:1\0"
  "b\0"
  "\n"
@@ -19,13 +30,13 @@
  " - Fixed all node names and labels to use respectively '-' and '_'\n"
  " - Removed useless clocks and gpio-keys properties\n"
  "\n"
- "Signed-off-by: Arnaud Ebalard <arno@natisbad.org>\n"
+ "Signed-off-by: Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>\n"
  "---\n"
  "Hi Jason,\n"
  "\n"
  "This patch applies above the one adding gpio-poweroff driver for the Duo\n"
  "v2 I just sent a few minutes ago. Most of the changes it contains were\n"
- "Suggested-By: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> ;-)\n"
+ "Suggested-By: Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> ;-)\n"
  "If you have additional ideas or see things that should be fixed, I am\n"
  "interested. As soon as I get a final version of this one, I will push\n"
  "the same kind of cleanup patches for the RN102 and RN014 boards.\n"
@@ -41,7 +52,7 @@
  "+/*\n"
  "+ * Device Tree file for NETGEAR ReadyNAS Duo v2\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"
@@ -153,7 +164,7 @@
  " \t\t\t     &pmx_button_reset>;\n"
  " \t\tpinctrl-names = \"default\";\n"
  " \n"
- "-\t\tbutton at 1 {\n"
+ "-\t\tbutton@1 {\n"
  "+\t\tpower-button {\n"
  " \t\t\tlabel = \"Power Button\";\n"
  "-\t\t\tlinux,code = <116>;     /* KEY_POWER */\n"
@@ -161,7 +172,7 @@
  "+\t\t\tlinux,code = <KEY_POWER>;\n"
  "+\t\t\tgpios = <&gpio1 15 GPIO_ACTIVE_LOW>;\n"
  " \t\t};\n"
- "-\t\tbutton at 2 {\n"
+ "-\t\tbutton@2 {\n"
  "+\n"
  "+\t\treset-button {\n"
  " \t\t\tlabel = \"Reset Button\";\n"
@@ -170,7 +181,7 @@
  "+\t\t\tlinux,code = <KEY_RESTART>;\n"
  "+\t\t\tgpios = <&gpio0 13 GPIO_ACTIVE_LOW>;\n"
  " \t\t};\n"
- "-\t\tbutton at 3 {\n"
+ "-\t\tbutton@3 {\n"
  "+\n"
  "+\t\tbackup-button {\n"
  " \t\t\tlabel = \"Backup Button\";\n"
@@ -190,7 +201,7 @@
  "-                #address-cells = <1>;\n"
  "-                #size-cells = <0>;\n"
  "-\n"
- "-                usb_power: regulator at 1 {\n"
+ "-                usb_power: regulator@1 {\n"
  "-                        compatible = \"regulator-fixed\";\n"
  "-                        reg = <1>;\n"
  "-                        regulator-name = \"USB 3.0 Power\";\n"
@@ -224,13 +235,18 @@
  " &nand {\n"
  "@@ -224,6 +245,7 @@\n"
  " \n"
- " \tethphy0: ethernet-phy at 0 {\n"
+ " \tethphy0: ethernet-phy@0 {\n"
  " \t\tdevice_type = \"ethernet-phy\";\n"
  "+\t\tcompatible = \"marvell,88e1318s\";\n"
  " \t\treg = <0>;\n"
  " \t};\n"
  " };\n"
  "-- \n"
- 1.8.4.4
+ "1.8.4.4\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
 
-b4a8569be2cb834ee89afcde0d1fc50e34819430b9603a08cb71553b8197ccac
+e91e4dcaac16e5120b5176820ac9e010a6ddb3fddfcc09fc35c53f2a18f04357

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.