All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <201403201531.20416.arnd@arndb.de>

diff --git a/a/1.txt b/N1/1.txt
index c504e74..0c8cf9b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -178,28 +178,28 @@ still easier.
 > To be honest, I am not familiar with syscon_regmap_lookup_by_phandle.
 > 
 > Florian has suggested
->               ppe: ppe at 28c0000 {
+>               ppe: ppe@28c0000 {
 >                         compatible = "hisilicon,hip04-ppe";
 >                         reg = <0x28c0000 0x10000>;
 >                         #address-cells = <1>;
 >                         #size-cells = <0>;
 > 
->                         eth0_port: port at 1f {
+>                         eth0_port: port@1f {
 >                                 reg = <31>;
 
 		minor comment: I'd use 0x1f for the reg too.
 
 >                         };
 > 
->                         eth1_port: port at 0 {
+>                         eth1_port: port@0 {
 >                                 reg = <0>;
 >                         };
 > 
->                         eth2_port: port at 8 {
+>                         eth2_port: port@8 {
 >                                 reg = <8>;
 >                         };
 >                 };
->                 fe: ethernet at 28b0000 {
+>                 fe: ethernet@28b0000 {
 >                         compatible = "hisilicon,hip04-mac";
 >                         reg = <0x28b0000 0x10000>;
 >                         interrupts = <0 413 4>;
@@ -219,13 +219,13 @@ would get messy if your hardware shares them with other units.
 
 It's probably a little simpler to avoid the sub-nodes and instead do
 
->               ppe: ppe at 28c0000 {
+>               ppe: ppe@28c0000 {
 >                         compatible = "hisilicon,hip04-ppe";
 >                         reg = <0x28c0000 0x10000>;
 >                         #address-cells = <1>;
 >                         #size-cells = <0>;
 >                 };
->                 fe: ethernet at 28b0000 {
+>                 fe: ethernet@28b0000 {
 >                         compatible = "hisilicon,hip04-mac";
 >                         reg = <0x28b0000 0x10000>;
 >                         interrupts = <0 413 4>;
diff --git a/a/content_digest b/N1/content_digest
index f9357ed..c82de87 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,15 @@
  "ref\01395132017-15928-1-git-send-email-zhangfei.gao@linaro.org\0"
  "ref\04611515.XyVGvsaLcW@wuerfel\0"
  "ref\0CAMj5Bkiaw=BT_EUdjthPjgk_pp0z44yPjh4_AfHXqiJLUiDe=g@mail.gmail.com\0"
- "From\0arnd@arndb.de (Arnd Bergmann)\0"
- "Subject\0[PATCH 3/3] net: hisilicon: new hip04 ethernet driver\0"
+ "From\0Arnd Bergmann <arnd@arndb.de>\0"
+ "Subject\0Re: [PATCH 3/3] net: hisilicon: new hip04 ethernet driver\0"
  "Date\0Thu, 20 Mar 2014 15:31:20 +0100\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Zhangfei Gao <zhangfei.gao@gmail.com>\0"
+ "Cc\0Zhangfei Gao <zhangfei.gao@linaro.org>"
+  netdev <netdev@vger.kernel.org>
+  David S. Miller <davem@davemloft.net>
+  linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
+ " devicetree@vger.kernel.org <devicetree@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "On Thursday 20 March 2014, Zhangfei Gao wrote:\n"
@@ -187,28 +192,28 @@
  "> To be honest, I am not familiar with syscon_regmap_lookup_by_phandle.\n"
  "> \n"
  "> Florian has suggested\n"
- ">               ppe: ppe at 28c0000 {\n"
+ ">               ppe: ppe@28c0000 {\n"
  ">                         compatible = \"hisilicon,hip04-ppe\";\n"
  ">                         reg = <0x28c0000 0x10000>;\n"
  ">                         #address-cells = <1>;\n"
  ">                         #size-cells = <0>;\n"
  "> \n"
- ">                         eth0_port: port at 1f {\n"
+ ">                         eth0_port: port@1f {\n"
  ">                                 reg = <31>;\n"
  "\n"
  "\t\tminor comment: I'd use 0x1f for the reg too.\n"
  "\n"
  ">                         };\n"
  "> \n"
- ">                         eth1_port: port at 0 {\n"
+ ">                         eth1_port: port@0 {\n"
  ">                                 reg = <0>;\n"
  ">                         };\n"
  "> \n"
- ">                         eth2_port: port at 8 {\n"
+ ">                         eth2_port: port@8 {\n"
  ">                                 reg = <8>;\n"
  ">                         };\n"
  ">                 };\n"
- ">                 fe: ethernet at 28b0000 {\n"
+ ">                 fe: ethernet@28b0000 {\n"
  ">                         compatible = \"hisilicon,hip04-mac\";\n"
  ">                         reg = <0x28b0000 0x10000>;\n"
  ">                         interrupts = <0 413 4>;\n"
@@ -228,13 +233,13 @@
  "\n"
  "It's probably a little simpler to avoid the sub-nodes and instead do\n"
  "\n"
- ">               ppe: ppe at 28c0000 {\n"
+ ">               ppe: ppe@28c0000 {\n"
  ">                         compatible = \"hisilicon,hip04-ppe\";\n"
  ">                         reg = <0x28c0000 0x10000>;\n"
  ">                         #address-cells = <1>;\n"
  ">                         #size-cells = <0>;\n"
  ">                 };\n"
- ">                 fe: ethernet at 28b0000 {\n"
+ ">                 fe: ethernet@28b0000 {\n"
  ">                         compatible = \"hisilicon,hip04-mac\";\n"
  ">                         reg = <0x28b0000 0x10000>;\n"
  ">                         interrupts = <0 413 4>;\n"
@@ -281,4 +286,4 @@
  "\n"
  "\tArnd"
 
-c6d3ce04b909562fcfb622cb206c589dea7eee34743947055c5af39c0003cd4c
+e1707ab68821204b34246459e6a468d18b07bda0e6e30051e0f2214fe84b4fdb

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.