All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170819183349.GA13266@Red>

diff --git a/a/1.txt b/N1/1.txt
index 4cfa5fe..55e6bd9 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -72,14 +72,14 @@ On Sat, Aug 19, 2017 at 12:57:07AM +0800, Chen-Yu Tsai wrote:
 > > -Example:
 > > -
 > > +Example with integrated PHY:
-> >  emac: ethernet at 1c0b000 {
+> >  emac: ethernet@1c0b000 {
 > >         compatible = "allwinner,sun8i-h3-emac";
 > >         syscon = <&syscon>;
-> > @@ -75,10 +82,101 @@ emac: ethernet at 1c0b000 {
+> > @@ -75,10 +82,101 @@ emac: ethernet@1c0b000 {
 > >         mdio: mdio {
 > >                 #address-cells = <1>;
 > >                 #size-cells = <0>;
-> > -               int_mii_phy: ethernet-phy at 1 {
+> > -               int_mii_phy: ethernet-phy@1 {
 > > +       };
 > > +       mdio-mux {
 > 
@@ -91,18 +91,18 @@ On Sat, Aug 19, 2017 at 12:57:07AM +0800, Chen-Yu Tsai wrote:
 > > +               #address-cells = <1>;
 > > +               #size-cells = <0>;
 > > +
-> > +               int_mdio: mdio at 1 {
+> > +               int_mdio: mdio@1 {
 > > +                       reg = <1>;
 > > +                       #address-cells = <1>;
 > > +                       #size-cells = <0>;
-> > +                       int_mii_phy: ethernet-phy at 1 {
+> > +                       int_mii_phy: ethernet-phy@1 {
 > > +                               reg = <1>;
 > > +                               clocks = <&ccu CLK_BUS_EPHY>;
 > > +                               resets = <&ccu RST_BUS_EPHY>;
 > > +                               phy-is-integrated
 > > +                       };
 > > +               };
-> > +               ext_mdio: mdio at 0 {
+> > +               ext_mdio: mdio@0 {
 > > +                       reg = <0>;
 > > +                       #address-cells = <1>;
 > > +                       #size-cells = <0>;
@@ -110,7 +110,7 @@ On Sat, Aug 19, 2017 at 12:57:07AM +0800, Chen-Yu Tsai wrote:
 > > +};
 > > +
 > > +Example with external PHY:
-> > +emac: ethernet at 1c0b000 {
+> > +emac: ethernet@1c0b000 {
 > > +       compatible = "allwinner,sun8i-h3-emac";
 > > +       syscon = <&syscon>;
 > > +       reg = <0x01c0b000 0x104>;
@@ -142,22 +142,22 @@ On Sat, Aug 19, 2017 at 12:57:07AM +0800, Chen-Yu Tsai wrote:
 > > +               #address-cells = <1>;
 > > +               #size-cells = <0>;
 > > +
-> > +               int_mdio: mdio at 1 {
+> > +               int_mdio: mdio@1 {
 > > +                       reg = <1>;
 > > +                       #address-cells = <1>;
 > > +                       #size-cells = <0>;
-> > +                       int_mii_phy: ethernet-phy at 1 {
+> > +                       int_mii_phy: ethernet-phy@1 {
 > > +                               reg = <1>;
 > > +                               clocks = <&ccu CLK_BUS_EPHY>;
 > > +                               resets = <&ccu RST_BUS_EPHY>;
 > > +                               phy-is-integrated
 > > +                       };
 > > +               };
-> > +               ext_mdio: mdio at 0 {
+> > +               ext_mdio: mdio@0 {
 > > +                       reg = <0>;
 > > +                       #address-cells = <1>;
 > > +                       #size-cells = <0>;
-> > +                       ext_rgmii_phy: ethernet-phy at 1 {
+> > +                       ext_rgmii_phy: ethernet-phy@1 {
 > > +                               reg = <1>;
 > > +                       };
 > > +               };
@@ -165,7 +165,7 @@ On Sat, Aug 19, 2017 at 12:57:07AM +0800, Chen-Yu Tsai wrote:
 > > +
 > > +Example with SoC without integrated PHY
 > > +
-> > +emac: ethernet at 1c0b000 {
+> > +emac: ethernet@1c0b000 {
 > > +       compatible = "allwinner,sun8i-a83t-emac";
 > > +       syscon = <&syscon>;
 > > +       reg = <0x01c0b000 0x104>;
@@ -183,7 +183,7 @@ On Sat, Aug 19, 2017 at 12:57:07AM +0800, Chen-Yu Tsai wrote:
 > > +       mdio: mdio {
 > > +               #address-cells = <1>;
 > > +               #size-cells = <0>;
-> > +               ext_rgmii_phy: ethernet-phy at 1 {
+> > +               ext_rgmii_phy: ethernet-phy@1 {
 > >                         reg = <1>;
 > > -                       clocks = <&ccu CLK_BUS_EPHY>;
 > > -                       resets = <&ccu RST_BUS_EPHY>;
diff --git a/a/content_digest b/N1/content_digest
index d73d9e8..9536627 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,20 @@
  "ref\020170818122118.4925-1-clabbe.montjoie@gmail.com\0"
  "ref\020170818122118.4925-5-clabbe.montjoie@gmail.com\0"
  "ref\0CAGb2v67tHYh3hcC58kw_8cGHpMm56Swfy67OUq7vxBqmr6ERfw@mail.gmail.com\0"
- "From\0clabbe.montjoie@gmail.com (Corentin Labbe)\0"
- "Subject\0[PATCH v3 4/4] dt-bindings: net: dwmac-sun8i: update documentation about integrated PHY\0"
+ "From\0Corentin Labbe <clabbe.montjoie@gmail.com>\0"
+ "Subject\0Re: [PATCH v3 4/4] dt-bindings: net: dwmac-sun8i: update documentation about integrated PHY\0"
  "Date\0Sat, 19 Aug 2017 20:33:49 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Chen-Yu Tsai <wens@csie.org>\0"
+ "Cc\0Rob Herring <robh+dt@kernel.org>"
+  Mark Rutland <mark.rutland@arm.com>
+  Russell King <linux@armlinux.org.uk>
+  Maxime Ripard <maxime.ripard@free-electrons.com>
+  Giuseppe Cavallaro <peppe.cavallaro@st.com>
+  Alexandre Torgue <alexandre.torgue@st.com>
+  devicetree <devicetree@vger.kernel.org>
+  linux-arm-kernel <linux-arm-kernel@lists.infradead.org>
+  linux-kernel <linux-kernel@vger.kernel.org>
+ " netdev <netdev@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "On Sat, Aug 19, 2017 at 12:57:07AM +0800, Chen-Yu Tsai wrote:\n"
@@ -81,14 +91,14 @@
  "> > -Example:\n"
  "> > -\n"
  "> > +Example with integrated PHY:\n"
- "> >  emac: ethernet at 1c0b000 {\n"
+ "> >  emac: ethernet@1c0b000 {\n"
  "> >         compatible = \"allwinner,sun8i-h3-emac\";\n"
  "> >         syscon = <&syscon>;\n"
- "> > @@ -75,10 +82,101 @@ emac: ethernet at 1c0b000 {\n"
+ "> > @@ -75,10 +82,101 @@ emac: ethernet@1c0b000 {\n"
  "> >         mdio: mdio {\n"
  "> >                 #address-cells = <1>;\n"
  "> >                 #size-cells = <0>;\n"
- "> > -               int_mii_phy: ethernet-phy at 1 {\n"
+ "> > -               int_mii_phy: ethernet-phy@1 {\n"
  "> > +       };\n"
  "> > +       mdio-mux {\n"
  "> \n"
@@ -100,18 +110,18 @@
  "> > +               #address-cells = <1>;\n"
  "> > +               #size-cells = <0>;\n"
  "> > +\n"
- "> > +               int_mdio: mdio at 1 {\n"
+ "> > +               int_mdio: mdio@1 {\n"
  "> > +                       reg = <1>;\n"
  "> > +                       #address-cells = <1>;\n"
  "> > +                       #size-cells = <0>;\n"
- "> > +                       int_mii_phy: ethernet-phy at 1 {\n"
+ "> > +                       int_mii_phy: ethernet-phy@1 {\n"
  "> > +                               reg = <1>;\n"
  "> > +                               clocks = <&ccu CLK_BUS_EPHY>;\n"
  "> > +                               resets = <&ccu RST_BUS_EPHY>;\n"
  "> > +                               phy-is-integrated\n"
  "> > +                       };\n"
  "> > +               };\n"
- "> > +               ext_mdio: mdio at 0 {\n"
+ "> > +               ext_mdio: mdio@0 {\n"
  "> > +                       reg = <0>;\n"
  "> > +                       #address-cells = <1>;\n"
  "> > +                       #size-cells = <0>;\n"
@@ -119,7 +129,7 @@
  "> > +};\n"
  "> > +\n"
  "> > +Example with external PHY:\n"
- "> > +emac: ethernet at 1c0b000 {\n"
+ "> > +emac: ethernet@1c0b000 {\n"
  "> > +       compatible = \"allwinner,sun8i-h3-emac\";\n"
  "> > +       syscon = <&syscon>;\n"
  "> > +       reg = <0x01c0b000 0x104>;\n"
@@ -151,22 +161,22 @@
  "> > +               #address-cells = <1>;\n"
  "> > +               #size-cells = <0>;\n"
  "> > +\n"
- "> > +               int_mdio: mdio at 1 {\n"
+ "> > +               int_mdio: mdio@1 {\n"
  "> > +                       reg = <1>;\n"
  "> > +                       #address-cells = <1>;\n"
  "> > +                       #size-cells = <0>;\n"
- "> > +                       int_mii_phy: ethernet-phy at 1 {\n"
+ "> > +                       int_mii_phy: ethernet-phy@1 {\n"
  "> > +                               reg = <1>;\n"
  "> > +                               clocks = <&ccu CLK_BUS_EPHY>;\n"
  "> > +                               resets = <&ccu RST_BUS_EPHY>;\n"
  "> > +                               phy-is-integrated\n"
  "> > +                       };\n"
  "> > +               };\n"
- "> > +               ext_mdio: mdio at 0 {\n"
+ "> > +               ext_mdio: mdio@0 {\n"
  "> > +                       reg = <0>;\n"
  "> > +                       #address-cells = <1>;\n"
  "> > +                       #size-cells = <0>;\n"
- "> > +                       ext_rgmii_phy: ethernet-phy at 1 {\n"
+ "> > +                       ext_rgmii_phy: ethernet-phy@1 {\n"
  "> > +                               reg = <1>;\n"
  "> > +                       };\n"
  "> > +               };\n"
@@ -174,7 +184,7 @@
  "> > +\n"
  "> > +Example with SoC without integrated PHY\n"
  "> > +\n"
- "> > +emac: ethernet at 1c0b000 {\n"
+ "> > +emac: ethernet@1c0b000 {\n"
  "> > +       compatible = \"allwinner,sun8i-a83t-emac\";\n"
  "> > +       syscon = <&syscon>;\n"
  "> > +       reg = <0x01c0b000 0x104>;\n"
@@ -192,7 +202,7 @@
  "> > +       mdio: mdio {\n"
  "> > +               #address-cells = <1>;\n"
  "> > +               #size-cells = <0>;\n"
- "> > +               ext_rgmii_phy: ethernet-phy at 1 {\n"
+ "> > +               ext_rgmii_phy: ethernet-phy@1 {\n"
  "> >                         reg = <1>;\n"
  "> > -                       clocks = <&ccu CLK_BUS_EPHY>;\n"
  "> > -                       resets = <&ccu RST_BUS_EPHY>;\n"
@@ -206,4 +216,4 @@
  "Thanks I will fix all in next version.\n"
  Regards
 
-79bd9825ca1d0b2fde235c01eeb2b51d14e15624c10c1aefcbe8b276c92a1895
+5d2ca3028d674ed2891c6b5242ace3a2b63212e2a0e34213336cd11f2ea8dbc5

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.