All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <537A30AA.8080107@cogentembedded.com>

diff --git a/a/1.txt b/N1/1.txt
index 5c05737..c441611 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -2,7 +2,7 @@ Hello.
 
 On 05/19/2014 04:57 PM, Zhangfei Gao wrote:
 
-> Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
+> Signed-off-by: Zhangfei Gao <zhangfei.gao-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
 > ---
 >   .../bindings/net/hisilicon-hix5hd2-net.txt         |   37 ++++++++++++++++++++
 >   1 file changed, 37 insertions(+)
@@ -49,7 +49,7 @@ cases there's none.
 > +[2] Documentation/devicetree/bindings/net/phy.txt
 > +
 > +Example:
-> +	gmac0: ethernet at f9840000 {
+> +	gmac0: ethernet@f9840000 {
 > +		compatible = "hisilicon,hix5hd2-mac";
 > +		reg = <0xf9840000 0x1000>,<0xf984300c 0x4>;
 > +		#address-cells = <1>;
@@ -63,7 +63,7 @@ cases there's none.
 > +		interrupts = <0 71 4>;
 > +		clocks = <&clock HIX5HD2_MAC0_CLK>;
 > +
-> +		phy0: ethernet-phy at 2 {
+> +		phy0: ethernet-phy@2 {
 
     I'd rather label ut phy2...
 
@@ -76,3 +76,8 @@ cases there's none.
 > +	};
 
 WBR, Sergei
+
+--
+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 dcbf41a..0df8c86 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,16 +1,28 @@
  "ref\01400504227-12047-1-git-send-email-zhangfei.gao@linaro.org\0"
  "ref\01400504227-12047-3-git-send-email-zhangfei.gao@linaro.org\0"
- "From\0sergei.shtylyov@cogentembedded.com (Sergei Shtylyov)\0"
- "Subject\0[PATCH 2/3] Documentation: add Device tree bindings for Hisilicon hix5hd2 ethernet\0"
+ "ref\01400504227-12047-3-git-send-email-zhangfei.gao-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org\0"
+ "From\0Sergei Shtylyov <sergei.shtylyov-M4DtvfQ/ZS1MRgGoP+s0PdBPR1lH4CV8@public.gmane.org>\0"
+ "Subject\0Re: [PATCH 2/3] Documentation: add Device tree bindings for Hisilicon hix5hd2 ethernet\0"
  "Date\0Mon, 19 May 2014 20:26:18 +0400\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Zhangfei Gao <zhangfei.gao-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>"
+  davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org
+  arnd-r2nGTMty4D4@public.gmane.org
+  f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
+  mark.rutland-5wv7dgnIgG8@public.gmane.org
+  David.Laight-ZS65k/vG3HxXrIkS9f7CXA@public.gmane.org
+  eric.dumazet-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
+  haifeng.yan-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org
+ " jchxue-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0"
+ "Cc\0linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org"
+  netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0"
  "\00:1\0"
  "b\0"
  "Hello.\n"
  "\n"
  "On 05/19/2014 04:57 PM, Zhangfei Gao wrote:\n"
  "\n"
- "> Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>\n"
+ "> Signed-off-by: Zhangfei Gao <zhangfei.gao-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n"
  "> ---\n"
  ">   .../bindings/net/hisilicon-hix5hd2-net.txt         |   37 ++++++++++++++++++++\n"
  ">   1 file changed, 37 insertions(+)\n"
@@ -57,7 +69,7 @@
  "> +[2] Documentation/devicetree/bindings/net/phy.txt\n"
  "> +\n"
  "> +Example:\n"
- "> +\tgmac0: ethernet at f9840000 {\n"
+ "> +\tgmac0: ethernet@f9840000 {\n"
  "> +\t\tcompatible = \"hisilicon,hix5hd2-mac\";\n"
  "> +\t\treg = <0xf9840000 0x1000>,<0xf984300c 0x4>;\n"
  "> +\t\t#address-cells = <1>;\n"
@@ -71,7 +83,7 @@
  "> +\t\tinterrupts = <0 71 4>;\n"
  "> +\t\tclocks = <&clock HIX5HD2_MAC0_CLK>;\n"
  "> +\n"
- "> +\t\tphy0: ethernet-phy at 2 {\n"
+ "> +\t\tphy0: ethernet-phy@2 {\n"
  "\n"
  "    I'd rather label ut phy2...\n"
  "\n"
@@ -83,6 +95,11 @@
  "> +\t\t};\n"
  "> +\t};\n"
  "\n"
- WBR, Sergei
+ "WBR, Sergei\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
 
-fd3efc09c105f30b42f1b8b5ee68f64d0bee191c262ec15fb98bf698b96e8e45
+d9ffbd9239b07fd280ffcad3a438ae795d307dbf65b93ed08b8181841b884dd5

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.