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

diff --git a/a/1.txt b/N1/1.txt
index e48ad7a..2269189 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,6 +1,6 @@
 Hi Andrew,
 
-Andrew Lunn <andrew@lunn.ch> writes:
+Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> writes:
 
 >> diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi b/arch/arm/boot/dts/armada-370-xp.dtsi
 >> index 2be9723bcdf3..8e65abf46fba 100644
@@ -10,18 +10,22 @@ Andrew Lunn <andrew@lunn.ch> writes:
 >>  			#size-cells = <1>;
 >>  			ranges = <0 MBUS_ID(0xf0, 0x01) 0 0x100000>;
 >>  
->> +			pinctrl: pin-ctrl at 18000 {
+>> +			pinctrl: pin-ctrl@18000 {
 >> +				reg = <0x18000 0x38>;
 >> +			};
 >> +
->>  			rtc at 10300 {
+>>  			rtc@10300 {
 >>  				compatible = "marvell,orion-rtc";
 >>  				reg = <0x10300 0x20>;
 >
 > We try to keep entries in these files in numeric address order.
-> So this should go after serial at 12100
+> So this should go after serial@12100
 
 I should have remembered that. I had this comment a long time ago on an
 unrelated series.
 
 a+
+--
+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 e7b8d36..802a8ad 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,15 +1,28 @@
  "ref\0cover.1416598536.git.arno@natisbad.org\0"
  "ref\02daf170fc0a35852111a3e101df73c789bbbb276.1416598536.git.arno@natisbad.org\0"
  "ref\020141121201844.GD20238@lunn.ch\0"
- "From\0arno@natisbad.org (Arnaud Ebalard)\0"
- "Subject\0[PATCHv5 04/10] arm: mvebu: move Armada 370/XP pinctrl node definition armada-370-xp.dtsi\0"
+ "ref\020141121201844.GD20238-g2DYL2Zd6BY@public.gmane.org\0"
+ "From\0arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org (Arnaud Ebalard)\0"
+ "Subject\0Re: [PATCHv5 04/10] arm: mvebu: move Armada 370/XP pinctrl node definition armada-370-xp.dtsi\0"
  "Date\0Sat, 22 Nov 2014 00:13:27 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\0"
+ "Cc\0Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>"
+  Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+  Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+  Ben Peddell <klightspeed-aslSrjg9ejhWX4hkXwHRhw@public.gmane.org>
+  Russell 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"
  "Hi Andrew,\n"
  "\n"
- "Andrew Lunn <andrew@lunn.ch> writes:\n"
+ "Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> writes:\n"
  "\n"
  ">> diff --git a/arch/arm/boot/dts/armada-370-xp.dtsi b/arch/arm/boot/dts/armada-370-xp.dtsi\n"
  ">> index 2be9723bcdf3..8e65abf46fba 100644\n"
@@ -19,20 +32,24 @@
  ">>  \t\t\t#size-cells = <1>;\n"
  ">>  \t\t\tranges = <0 MBUS_ID(0xf0, 0x01) 0 0x100000>;\n"
  ">>  \n"
- ">> +\t\t\tpinctrl: pin-ctrl at 18000 {\n"
+ ">> +\t\t\tpinctrl: pin-ctrl@18000 {\n"
  ">> +\t\t\t\treg = <0x18000 0x38>;\n"
  ">> +\t\t\t};\n"
  ">> +\n"
- ">>  \t\t\trtc at 10300 {\n"
+ ">>  \t\t\trtc@10300 {\n"
  ">>  \t\t\t\tcompatible = \"marvell,orion-rtc\";\n"
  ">>  \t\t\t\treg = <0x10300 0x20>;\n"
  ">\n"
  "> We try to keep entries in these files in numeric address order.\n"
- "> So this should go after serial at 12100\n"
+ "> So this should go after serial@12100\n"
  "\n"
  "I should have remembered that. I had this comment a long time ago on an\n"
  "unrelated series.\n"
  "\n"
- a+
+ "a+\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
 
-d3aad23a802b62429aecf6f73c04f448b8abcebcd33852d7b92c45916dbc66db
+309d2ca6a384b18401d615c1253f4aa18307e8bf4aa3e669c31f228dafb974b4

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.