diff for duplicates of <20170914185301.GB4021@Red> diff --git a/a/1.txt b/N1/1.txt index eb80b1d..21e9541 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,7 +5,7 @@ On Wed, Sep 13, 2017 at 01:20:04PM -0500, Rob Herring wrote: > > > > This patch add documentation about the MDIO switch used on sun8i-h3-emac > > > > for integrated PHY. > > > > -> > > > Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com> +> > > > Signed-off-by: Corentin Labbe <clabbe.montjoie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > > > > --- > > > > .../devicetree/bindings/net/dwmac-sun8i.txt | 127 +++++++++++++++++++-- > > > > 1 file changed, 120 insertions(+), 7 deletions(-) @@ -67,10 +67,10 @@ On Wed, Sep 13, 2017 at 01:20:04PM -0500, Rob Herring wrote: > > > > -Example: > > > > - > > > > +Example with integrated PHY: -> > > > emac: ethernet at 1c0b000 { +> > > > emac: ethernet@1c0b000 { > > > > compatible = "allwinner,sun8i-h3-emac"; > > > > syscon = <&syscon>; -> > > > @@ -72,13 +86,112 @@ emac: ethernet at 1c0b000 { +> > > > @@ -72,13 +86,112 @@ emac: ethernet@1c0b000 { > > > > phy-handle = <&int_mii_phy>; > > > > phy-mode = "mii"; > > > > allwinner,leds-active-low; @@ -97,7 +97,7 @@ On Wed, Sep 13, 2017 at 01:20:04PM -0500, Rob Herring wrote: It will be snps,dwmac-mdio but putting mdio-mux as a child of it (the mdio node) give me: [ 18.175338] libphy: stmmac: probed -[ 18.175379] mdio_bus stmmac-0: /soc/ethernet at 1c30000/mdio/mdio-mux has invalid PHY address +[ 18.175379] mdio_bus stmmac-0: /soc/ethernet@1c30000/mdio/mdio-mux has invalid PHY address [ 18.175408] mdio_bus stmmac-0: scan phy mdio-mux at address 0 [ 18.175450] mdio_bus stmmac-0: scan phy mdio-mux at address 1 [ 18.175482] mdio_bus stmmac-0: scan phy mdio-mux at address 2 @@ -140,7 +140,7 @@ Does it is acceptable ? or perhaps patching of_mdiobus_register() to not scan no > > > > + #address-cells = <1>; > > > > + #size-cells = <0>; > > > > + -> > > > + int_mdio: mdio at 1 { +> > > > + int_mdio: mdio@1 { > > > > + reg = <0>; > > unit address of 1 and reg prop of 0 don't match. Build your dtb with @@ -150,3 +150,7 @@ Does it is acceptable ? or perhaps patching of_mdiobus_register() to not scan no reg are arbitrary value (like mdio-mux-mmioreg), but in our case it is easy to fix this warning. Thanks +-- +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 d1746b7..f5588d3 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,10 +3,24 @@ "ref\020170908072538.rqsp6dobwsqmzrsr@flea.lan\0" "ref\020170908074325.GB29999@Red\0" "ref\020170913182004.uniyo5opeilcfk7r@rob-hp-laptop\0" - "From\0clabbe.montjoie@gmail.com (Corentin Labbe)\0" - "Subject\0[PATCH v5 05/10] dt-bindings: net: dwmac-sun8i: update documentation about integrated PHY\0" + "From\0Corentin Labbe <clabbe.montjoie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Subject\0Re: [PATCH v5 05/10] dt-bindings: net: dwmac-sun8i: update documentation about integrated PHY\0" "Date\0Thu, 14 Sep 2017 20:53:01 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\0" + "Cc\0Maxime Ripard <maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>" + mark.rutland-5wv7dgnIgG8@public.gmane.org + wens-jdAy2FN1RRM@public.gmane.org + linux-I+IVW8TIWO2tmTQ+vhA3Yw@public.gmane.org + catalin.marinas-5wv7dgnIgG8@public.gmane.org + will.deacon-5wv7dgnIgG8@public.gmane.org + peppe.cavallaro-qxv4g6HH51o@public.gmane.org + alexandre.torgue-qxv4g6HH51o@public.gmane.org + andrew-g2DYL2Zd6BY@public.gmane.org + f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@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\0" "\00:1\0" "b\0" "On Wed, Sep 13, 2017 at 01:20:04PM -0500, Rob Herring wrote:\n" @@ -16,7 +30,7 @@ "> > > > This patch add documentation about the MDIO switch used on sun8i-h3-emac\n" "> > > > for integrated PHY.\n" "> > > > \n" - "> > > > Signed-off-by: Corentin Labbe <clabbe.montjoie@gmail.com>\n" + "> > > > Signed-off-by: Corentin Labbe <clabbe.montjoie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n" "> > > > ---\n" "> > > > .../devicetree/bindings/net/dwmac-sun8i.txt | 127 +++++++++++++++++++--\n" "> > > > 1 file changed, 120 insertions(+), 7 deletions(-)\n" @@ -78,10 +92,10 @@ "> > > > -Example:\n" "> > > > -\n" "> > > > +Example with integrated PHY:\n" - "> > > > emac: ethernet at 1c0b000 {\n" + "> > > > emac: ethernet@1c0b000 {\n" "> > > > \tcompatible = \"allwinner,sun8i-h3-emac\";\n" "> > > > \tsyscon = <&syscon>;\n" - "> > > > @@ -72,13 +86,112 @@ emac: ethernet at 1c0b000 {\n" + "> > > > @@ -72,13 +86,112 @@ emac: ethernet@1c0b000 {\n" "> > > > \tphy-handle = <&int_mii_phy>;\n" "> > > > \tphy-mode = \"mii\";\n" "> > > > \tallwinner,leds-active-low;\n" @@ -108,7 +122,7 @@ "\n" "It will be snps,dwmac-mdio but putting mdio-mux as a child of it (the mdio node) give me:\n" "[ 18.175338] libphy: stmmac: probed\n" - "[ 18.175379] mdio_bus stmmac-0: /soc/ethernet at 1c30000/mdio/mdio-mux has invalid PHY address\n" + "[ 18.175379] mdio_bus stmmac-0: /soc/ethernet@1c30000/mdio/mdio-mux has invalid PHY address\n" "[ 18.175408] mdio_bus stmmac-0: scan phy mdio-mux at address 0\n" "[ 18.175450] mdio_bus stmmac-0: scan phy mdio-mux at address 1\n" "[ 18.175482] mdio_bus stmmac-0: scan phy mdio-mux at address 2\n" @@ -151,7 +165,7 @@ "> > > > +\t\t#address-cells = <1>;\n" "> > > > +\t\t#size-cells = <0>;\n" "> > > > +\n" - "> > > > +\t\tint_mdio: mdio at 1 {\n" + "> > > > +\t\tint_mdio: mdio@1 {\n" "> > > > +\t\t\treg = <0>;\n" "> \n" "> unit address of 1 and reg prop of 0 don't match. Build your dtb with \n" @@ -160,6 +174,10 @@ "\n" "reg are arbitrary value (like mdio-mux-mmioreg), but in our case it is easy to fix this warning.\n" "\n" - Thanks + "Thanks\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 -b99c66adb89511b4dd771dc2794196fa894b14032a33e3a5e829dce6395457ba +f294c1d18fe8b733c3c3e747f8470eed96f1e6050c15350f77be87478b99dacc
diff --git a/a/1.txt b/N2/1.txt index eb80b1d..184cdbb 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -67,10 +67,10 @@ On Wed, Sep 13, 2017 at 01:20:04PM -0500, Rob Herring wrote: > > > > -Example: > > > > - > > > > +Example with integrated PHY: -> > > > emac: ethernet at 1c0b000 { +> > > > emac: ethernet@1c0b000 { > > > > compatible = "allwinner,sun8i-h3-emac"; > > > > syscon = <&syscon>; -> > > > @@ -72,13 +86,112 @@ emac: ethernet at 1c0b000 { +> > > > @@ -72,13 +86,112 @@ emac: ethernet@1c0b000 { > > > > phy-handle = <&int_mii_phy>; > > > > phy-mode = "mii"; > > > > allwinner,leds-active-low; @@ -97,7 +97,7 @@ On Wed, Sep 13, 2017 at 01:20:04PM -0500, Rob Herring wrote: It will be snps,dwmac-mdio but putting mdio-mux as a child of it (the mdio node) give me: [ 18.175338] libphy: stmmac: probed -[ 18.175379] mdio_bus stmmac-0: /soc/ethernet at 1c30000/mdio/mdio-mux has invalid PHY address +[ 18.175379] mdio_bus stmmac-0: /soc/ethernet@1c30000/mdio/mdio-mux has invalid PHY address [ 18.175408] mdio_bus stmmac-0: scan phy mdio-mux at address 0 [ 18.175450] mdio_bus stmmac-0: scan phy mdio-mux at address 1 [ 18.175482] mdio_bus stmmac-0: scan phy mdio-mux at address 2 @@ -140,7 +140,7 @@ Does it is acceptable ? or perhaps patching of_mdiobus_register() to not scan no > > > > + #address-cells = <1>; > > > > + #size-cells = <0>; > > > > + -> > > > + int_mdio: mdio at 1 { +> > > > + int_mdio: mdio@1 { > > > > + reg = <0>; > > unit address of 1 and reg prop of 0 don't match. Build your dtb with diff --git a/a/content_digest b/N2/content_digest index d1746b7..ccd8b8c 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -3,10 +3,24 @@ "ref\020170908072538.rqsp6dobwsqmzrsr@flea.lan\0" "ref\020170908074325.GB29999@Red\0" "ref\020170913182004.uniyo5opeilcfk7r@rob-hp-laptop\0" - "From\0clabbe.montjoie@gmail.com (Corentin Labbe)\0" - "Subject\0[PATCH v5 05/10] dt-bindings: net: dwmac-sun8i: update documentation about integrated PHY\0" + "From\0Corentin Labbe <clabbe.montjoie@gmail.com>\0" + "Subject\0Re: [PATCH v5 05/10] dt-bindings: net: dwmac-sun8i: update documentation about integrated PHY\0" "Date\0Thu, 14 Sep 2017 20:53:01 +0200\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Rob Herring <robh@kernel.org>\0" + "Cc\0Maxime Ripard <maxime.ripard@free-electrons.com>" + mark.rutland@arm.com + wens@csie.org + linux@armlinux.org.uk + catalin.marinas@arm.com + will.deacon@arm.com + peppe.cavallaro@st.com + alexandre.torgue@st.com + andrew@lunn.ch + f.fainelli@gmail.com + 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 Wed, Sep 13, 2017 at 01:20:04PM -0500, Rob Herring wrote:\n" @@ -78,10 +92,10 @@ "> > > > -Example:\n" "> > > > -\n" "> > > > +Example with integrated PHY:\n" - "> > > > emac: ethernet at 1c0b000 {\n" + "> > > > emac: ethernet@1c0b000 {\n" "> > > > \tcompatible = \"allwinner,sun8i-h3-emac\";\n" "> > > > \tsyscon = <&syscon>;\n" - "> > > > @@ -72,13 +86,112 @@ emac: ethernet at 1c0b000 {\n" + "> > > > @@ -72,13 +86,112 @@ emac: ethernet@1c0b000 {\n" "> > > > \tphy-handle = <&int_mii_phy>;\n" "> > > > \tphy-mode = \"mii\";\n" "> > > > \tallwinner,leds-active-low;\n" @@ -108,7 +122,7 @@ "\n" "It will be snps,dwmac-mdio but putting mdio-mux as a child of it (the mdio node) give me:\n" "[ 18.175338] libphy: stmmac: probed\n" - "[ 18.175379] mdio_bus stmmac-0: /soc/ethernet at 1c30000/mdio/mdio-mux has invalid PHY address\n" + "[ 18.175379] mdio_bus stmmac-0: /soc/ethernet@1c30000/mdio/mdio-mux has invalid PHY address\n" "[ 18.175408] mdio_bus stmmac-0: scan phy mdio-mux at address 0\n" "[ 18.175450] mdio_bus stmmac-0: scan phy mdio-mux at address 1\n" "[ 18.175482] mdio_bus stmmac-0: scan phy mdio-mux at address 2\n" @@ -151,7 +165,7 @@ "> > > > +\t\t#address-cells = <1>;\n" "> > > > +\t\t#size-cells = <0>;\n" "> > > > +\n" - "> > > > +\t\tint_mdio: mdio at 1 {\n" + "> > > > +\t\tint_mdio: mdio@1 {\n" "> > > > +\t\t\treg = <0>;\n" "> \n" "> unit address of 1 and reg prop of 0 don't match. Build your dtb with \n" @@ -162,4 +176,4 @@ "\n" Thanks -b99c66adb89511b4dd771dc2794196fa894b14032a33e3a5e829dce6395457ba +d19c8412ba9e251a25807d008932cf0d5ee0613adbee22d298a6b7a41f61c9c3
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.