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

diff --git a/a/1.txt b/N1/1.txt
index b6bf358..9ba319b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -23,7 +23,7 @@ It is stilll needed because some settings (allwinner,leds-active-low for example
 > 
 > I would suggest a binding something like:
 > 
-> emac: ethernet at 1c0b000 {
+> emac: ethernet@1c0b000 {
 >         compatible = "allwinner,sun8i-h3-emac";
 >         syscon = <&syscon>;
 >         reg = <0x01c0b000 0x104>;
@@ -49,22 +49,22 @@ It is stilll needed because some settings (allwinner,leds-active-low for example
 >                 #address-cells = <1>;
 >                 #size-cells = <0>;
 > 
-> 		mdio at 0 {
+> 		mdio@0 {
 > 			reg = <0>;
 >                         #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>;
 >                         };
 >                 };
->                 ext_mdio: mdio at 0 {
+>                 ext_mdio: mdio@0 {
 >                         #address-cells = <1>;
 >                         #size-cells = <0>;
 > 
->                         ext_rgmii_phy: ethernet-phy at 1 {
+>                         ext_rgmii_phy: ethernet-phy@1 {
 >                                 reg = <1>;
 >                         };
 >                 };
@@ -73,8 +73,8 @@ It is stilll needed because some settings (allwinner,leds-active-low for example
 > 
 
 I am trying to do that but I get:
-dwmac-sun8i 1c30000.ethernet: Error: Failed to find reg for child /soc/ethernet at 1c30000/mdio
-dwmac-sun8i 1c30000.ethernet: Error: Failed to find reg for child /soc/ethernet at 1c30000/mdio-mux
+dwmac-sun8i 1c30000.ethernet: Error: Failed to find reg for child /soc/ethernet@1c30000/mdio
+dwmac-sun8i 1c30000.ethernet: Error: Failed to find reg for child /soc/ethernet@1c30000/mdio-mux
 dwmac-sun8i 1c30000.ethernet: Error: No acceptable child buses found
 
 So it seems that mdio_mux_init() must be run on mdio-mux and not on emac node.
diff --git a/a/content_digest b/N1/content_digest
index c373f0d..03840e2 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,10 +1,23 @@
  "ref\020170826073311.25612-1-clabbe.montjoie@gmail.com\0"
  "ref\020170826073311.25612-5-clabbe.montjoie@gmail.com\0"
  "ref\020170826212051.GA10418@lunn.ch\0"
- "From\0clabbe.montjoie@gmail.com (Corentin Labbe)\0"
- "Subject\0[PATCH v4 4/5] net: stmmac: dwmac-sun8i: choose internal PHY via phy-is-integrated\0"
+ "From\0Corentin Labbe <clabbe.montjoie@gmail.com>\0"
+ "Subject\0Re: [PATCH v4 4/5] net: stmmac: dwmac-sun8i: choose internal PHY via phy-is-integrated\0"
  "Date\0Tue, 29 Aug 2017 10:34:32 +0200\0"
- "To\0linux-arm-kernel@lists.infradead.org\0"
+ "To\0Andrew Lunn <andrew@lunn.ch>\0"
+ "Cc\0robh+dt@kernel.org"
+  mark.rutland@arm.com
+  maxime.ripard@free-electrons.com
+  wens@csie.org
+  linux@armlinux.org.uk
+  peppe.cavallaro@st.com
+  alexandre.torgue@st.com
+  f.fainelli@gmail.com
+  icenowy@aosc.io
+  netdev@vger.kernel.org
+  devicetree@vger.kernel.org
+  linux-arm-kernel@lists.infradead.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Sat, Aug 26, 2017 at 11:20:51PM +0200, Andrew Lunn wrote:\n"
@@ -32,7 +45,7 @@
  "> \n"
  "> I would suggest a binding something like:\n"
  "> \n"
- "> emac: ethernet at 1c0b000 {\n"
+ "> emac: ethernet@1c0b000 {\n"
  ">         compatible = \"allwinner,sun8i-h3-emac\";\n"
  ">         syscon = <&syscon>;\n"
  ">         reg = <0x01c0b000 0x104>;\n"
@@ -58,22 +71,22 @@
  ">                 #address-cells = <1>;\n"
  ">                 #size-cells = <0>;\n"
  "> \n"
- "> \t\tmdio at 0 {\n"
+ "> \t\tmdio@0 {\n"
  "> \t\t\treg = <0>;\n"
  ">                         #address-cells = <1>;\n"
  ">                         #size-cells = <0>;\n"
  "> \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"
  ">                         };\n"
  ">                 };\n"
- ">                 ext_mdio: mdio at 0 {\n"
+ ">                 ext_mdio: mdio@0 {\n"
  ">                         #address-cells = <1>;\n"
  ">                         #size-cells = <0>;\n"
  "> \n"
- ">                         ext_rgmii_phy: ethernet-phy at 1 {\n"
+ ">                         ext_rgmii_phy: ethernet-phy@1 {\n"
  ">                                 reg = <1>;\n"
  ">                         };\n"
  ">                 };\n"
@@ -82,8 +95,8 @@
  "> \n"
  "\n"
  "I am trying to do that but I get:\n"
- "dwmac-sun8i 1c30000.ethernet: Error: Failed to find reg for child /soc/ethernet at 1c30000/mdio\n"
- "dwmac-sun8i 1c30000.ethernet: Error: Failed to find reg for child /soc/ethernet at 1c30000/mdio-mux\n"
+ "dwmac-sun8i 1c30000.ethernet: Error: Failed to find reg for child /soc/ethernet@1c30000/mdio\n"
+ "dwmac-sun8i 1c30000.ethernet: Error: Failed to find reg for child /soc/ethernet@1c30000/mdio-mux\n"
  "dwmac-sun8i 1c30000.ethernet: Error: No acceptable child buses found\n"
  "\n"
  "So it seems that mdio_mux_init() must be run on mdio-mux and not on emac node.\n"
@@ -94,4 +107,4 @@
  "\n"
  Regards
 
-54798ee5037fbcff0be05ddc4bfcd698b8263ed8065021192c151ed1d7e491a0
+991097a61e82c0b824b52eacb2d28f8ba8540add2659e867fac6bf8474084dcd

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.