All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160704140458.GC3282@lunn.ch>

diff --git a/a/1.txt b/N1/1.txt
index 510cf9c..d6a5a54 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,7 +1,7 @@
 On Mon, Jul 04, 2016 at 02:34:41PM +0530, Kedareswara rao Appana wrote:
 > Device-tree binding documentation for xilinx gmiitorgmii converter.
 > 
-> Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>
+> Signed-off-by: Kedareswara rao Appana <appanad-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
 > ---
 > Changes for v2:
 > --> New patch.
@@ -39,10 +39,10 @@ On Mon, Jul 04, 2016 at 02:34:41PM +0530, Kedareswara rao Appana wrote:
 > +	mdio {
 > +                #address-cells = <1>;
 > +                #size-cells = <0>;
-> +		ethernet-phy at 0 {
+> +		ethernet-phy@0 {
 > +			......
 > +		};
-> +                gmii_to_rgmii: gmii_to_rgmii at 8 {
+> +                gmii_to_rgmii: gmii_to_rgmii@8 {
 > +                        compatible = "xlnx,gmiitorgmii";
 > +                        reg = <8>;
 > +                };
@@ -69,18 +69,18 @@ can then look this up using phy-handle:
                 #address-cells = <1>;
                 #size-cells = <0>;
 
-                phy: ethernet-phy at 0 {
+                phy: ethernet-phy@0 {
                         reg = <0>;
                 };
 
-                gmii_to_rgmii: gmii-to-rgmii at 8 {
+                gmii_to_rgmii: gmii-to-rgmii@8 {
                         compatible = "xlnx,gmiitorgmii";
                         reg = <8>;
 			phy-handle = <&phy>;
                 };
        };
 
-        macb0: ethernet at fffc4000 {
+        macb0: ethernet@fffc4000 {
                 compatible = "cdns,at32ap7000-macb";
                 reg = <0xfffc4000 0x4000>;
                 interrupts = <21>;
@@ -89,7 +89,7 @@ can then look this up using phy-handle:
                 local-mac-address = [3a 0e 03 04 05 06];
                 clock-names = "pclk", "hclk", "tx_clk";
                 clocks = <&clkc 30>, <&clkc 30>, <&clkc 13>;
-                ethernet-phy at 1 {
+                ethernet-phy@1 {
                         reg = <0x1>;
                         reset-gpios = <&pioE 6 1>;
                 };
@@ -109,3 +109,7 @@ MAC driver, and you have a generic solution which will work with any
 MAC and PHY.
 
     Andrew
+--
+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 6b87455..bb3a464 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,15 +1,30 @@
  "ref\01467623084-15471-1-git-send-email-appanad@xilinx.com\0"
  "ref\01467623084-15471-2-git-send-email-appanad@xilinx.com\0"
- "From\0andrew@lunn.ch (Andrew Lunn)\0"
- "Subject\0[RFC PATCH v2 1/4] Documentation: DT: net: Add Xilinx gmiitorgmii converter device tree binding documentation\0"
+ "ref\01467623084-15471-2-git-send-email-appanad-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org\0"
+ "From\0Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>\0"
+ "Subject\0Re: [RFC PATCH v2 1/4] Documentation: DT: net: Add Xilinx gmiitorgmii converter device tree binding documentation\0"
  "Date\0Mon, 4 Jul 2016 16:04:58 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Kedareswara rao Appana <appana.durga.rao-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>\0"
+ "Cc\0robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org"
+  mark.rutland-5wv7dgnIgG8@public.gmane.org
+  michal.simek-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org
+  soren.brinkmann-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org
+  punnaia-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org
+  nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org
+  f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
+  anirudh-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org
+  harinik-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org
+  netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " Kedareswara rao Appana <appanad-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On Mon, Jul 04, 2016 at 02:34:41PM +0530, Kedareswara rao Appana wrote:\n"
  "> Device-tree binding documentation for xilinx gmiitorgmii converter.\n"
  "> \n"
- "> Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com>\n"
+ "> Signed-off-by: Kedareswara rao Appana <appanad-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>\n"
  "> ---\n"
  "> Changes for v2:\n"
  "> --> New patch.\n"
@@ -47,10 +62,10 @@
  "> +\tmdio {\n"
  "> +                #address-cells = <1>;\n"
  "> +                #size-cells = <0>;\n"
- "> +\t\tethernet-phy at 0 {\n"
+ "> +\t\tethernet-phy@0 {\n"
  "> +\t\t\t......\n"
  "> +\t\t};\n"
- "> +                gmii_to_rgmii: gmii_to_rgmii at 8 {\n"
+ "> +                gmii_to_rgmii: gmii_to_rgmii@8 {\n"
  "> +                        compatible = \"xlnx,gmiitorgmii\";\n"
  "> +                        reg = <8>;\n"
  "> +                };\n"
@@ -77,18 +92,18 @@
  "                #address-cells = <1>;\n"
  "                #size-cells = <0>;\n"
  "\n"
- "                phy: ethernet-phy at 0 {\n"
+ "                phy: ethernet-phy@0 {\n"
  "                        reg = <0>;\n"
  "                };\n"
  "\n"
- "                gmii_to_rgmii: gmii-to-rgmii at 8 {\n"
+ "                gmii_to_rgmii: gmii-to-rgmii@8 {\n"
  "                        compatible = \"xlnx,gmiitorgmii\";\n"
  "                        reg = <8>;\n"
  "\t\t\tphy-handle = <&phy>;\n"
  "                };\n"
  "       };\n"
  "\n"
- "        macb0: ethernet at fffc4000 {\n"
+ "        macb0: ethernet@fffc4000 {\n"
  "                compatible = \"cdns,at32ap7000-macb\";\n"
  "                reg = <0xfffc4000 0x4000>;\n"
  "                interrupts = <21>;\n"
@@ -97,7 +112,7 @@
  "                local-mac-address = [3a 0e 03 04 05 06];\n"
  "                clock-names = \"pclk\", \"hclk\", \"tx_clk\";\n"
  "                clocks = <&clkc 30>, <&clkc 30>, <&clkc 13>;\n"
- "                ethernet-phy at 1 {\n"
+ "                ethernet-phy@1 {\n"
  "                        reg = <0x1>;\n"
  "                        reset-gpios = <&pioE 6 1>;\n"
  "                };\n"
@@ -116,6 +131,10 @@
  "MAC driver, and you have a generic solution which will work with any\n"
  "MAC and PHY.\n"
  "\n"
-     Andrew
+ "    Andrew\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
 
-a339f255fc2e6faff24046e8e16ff1d36cf520cc6cb0eca691d50c1d90024733
+d535efa9bd58009cfc65cb281d589a1d1727748b73540686a0ea8379c65e7b9d

diff --git a/a/1.txt b/N2/1.txt
index 510cf9c..5ef8444 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -39,10 +39,10 @@ On Mon, Jul 04, 2016 at 02:34:41PM +0530, Kedareswara rao Appana wrote:
 > +	mdio {
 > +                #address-cells = <1>;
 > +                #size-cells = <0>;
-> +		ethernet-phy at 0 {
+> +		ethernet-phy@0 {
 > +			......
 > +		};
-> +                gmii_to_rgmii: gmii_to_rgmii at 8 {
+> +                gmii_to_rgmii: gmii_to_rgmii@8 {
 > +                        compatible = "xlnx,gmiitorgmii";
 > +                        reg = <8>;
 > +                };
@@ -69,18 +69,18 @@ can then look this up using phy-handle:
                 #address-cells = <1>;
                 #size-cells = <0>;
 
-                phy: ethernet-phy at 0 {
+                phy: ethernet-phy@0 {
                         reg = <0>;
                 };
 
-                gmii_to_rgmii: gmii-to-rgmii at 8 {
+                gmii_to_rgmii: gmii-to-rgmii@8 {
                         compatible = "xlnx,gmiitorgmii";
                         reg = <8>;
 			phy-handle = <&phy>;
                 };
        };
 
-        macb0: ethernet at fffc4000 {
+        macb0: ethernet@fffc4000 {
                 compatible = "cdns,at32ap7000-macb";
                 reg = <0xfffc4000 0x4000>;
                 interrupts = <21>;
@@ -89,7 +89,7 @@ can then look this up using phy-handle:
                 local-mac-address = [3a 0e 03 04 05 06];
                 clock-names = "pclk", "hclk", "tx_clk";
                 clocks = <&clkc 30>, <&clkc 30>, <&clkc 13>;
-                ethernet-phy at 1 {
+                ethernet-phy@1 {
                         reg = <0x1>;
                         reset-gpios = <&pioE 6 1>;
                 };
diff --git a/a/content_digest b/N2/content_digest
index 6b87455..7b2f95f 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,9 +1,23 @@
  "ref\01467623084-15471-1-git-send-email-appanad@xilinx.com\0"
  "ref\01467623084-15471-2-git-send-email-appanad@xilinx.com\0"
- "From\0andrew@lunn.ch (Andrew Lunn)\0"
- "Subject\0[RFC PATCH v2 1/4] Documentation: DT: net: Add Xilinx gmiitorgmii converter device tree binding documentation\0"
+ "From\0Andrew Lunn <andrew@lunn.ch>\0"
+ "Subject\0Re: [RFC PATCH v2 1/4] Documentation: DT: net: Add Xilinx gmiitorgmii converter device tree binding documentation\0"
  "Date\0Mon, 4 Jul 2016 16:04:58 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Kedareswara rao Appana <appana.durga.rao@xilinx.com>\0"
+ "Cc\0robh+dt@kernel.org"
+  mark.rutland@arm.com
+  michal.simek@xilinx.com
+  soren.brinkmann@xilinx.com
+  punnaia@xilinx.com
+  nicolas.ferre@atmel.com
+  f.fainelli@gmail.com
+  anirudh@xilinx.com
+  harinik@xilinx.com
+  netdev@vger.kernel.org
+  devicetree@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+  linux-kernel@vger.kernel.org
+ " Kedareswara rao Appana <appanad@xilinx.com>\0"
  "\00:1\0"
  "b\0"
  "On Mon, Jul 04, 2016 at 02:34:41PM +0530, Kedareswara rao Appana wrote:\n"
@@ -47,10 +61,10 @@
  "> +\tmdio {\n"
  "> +                #address-cells = <1>;\n"
  "> +                #size-cells = <0>;\n"
- "> +\t\tethernet-phy at 0 {\n"
+ "> +\t\tethernet-phy@0 {\n"
  "> +\t\t\t......\n"
  "> +\t\t};\n"
- "> +                gmii_to_rgmii: gmii_to_rgmii at 8 {\n"
+ "> +                gmii_to_rgmii: gmii_to_rgmii@8 {\n"
  "> +                        compatible = \"xlnx,gmiitorgmii\";\n"
  "> +                        reg = <8>;\n"
  "> +                };\n"
@@ -77,18 +91,18 @@
  "                #address-cells = <1>;\n"
  "                #size-cells = <0>;\n"
  "\n"
- "                phy: ethernet-phy at 0 {\n"
+ "                phy: ethernet-phy@0 {\n"
  "                        reg = <0>;\n"
  "                };\n"
  "\n"
- "                gmii_to_rgmii: gmii-to-rgmii at 8 {\n"
+ "                gmii_to_rgmii: gmii-to-rgmii@8 {\n"
  "                        compatible = \"xlnx,gmiitorgmii\";\n"
  "                        reg = <8>;\n"
  "\t\t\tphy-handle = <&phy>;\n"
  "                };\n"
  "       };\n"
  "\n"
- "        macb0: ethernet at fffc4000 {\n"
+ "        macb0: ethernet@fffc4000 {\n"
  "                compatible = \"cdns,at32ap7000-macb\";\n"
  "                reg = <0xfffc4000 0x4000>;\n"
  "                interrupts = <21>;\n"
@@ -97,7 +111,7 @@
  "                local-mac-address = [3a 0e 03 04 05 06];\n"
  "                clock-names = \"pclk\", \"hclk\", \"tx_clk\";\n"
  "                clocks = <&clkc 30>, <&clkc 30>, <&clkc 13>;\n"
- "                ethernet-phy at 1 {\n"
+ "                ethernet-phy@1 {\n"
  "                        reg = <0x1>;\n"
  "                        reset-gpios = <&pioE 6 1>;\n"
  "                };\n"
@@ -118,4 +132,4 @@
  "\n"
      Andrew
 
-a339f255fc2e6faff24046e8e16ff1d36cf520cc6cb0eca691d50c1d90024733
+35be40212c7e5dac3300c1f4dcc70b62eecaadda662b8f5d39ef22a3af1d2c14

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.