diff for duplicates of <50239815.6020108@codethink.co.uk> diff --git a/a/1.txt b/N1/1.txt index eb3fcf3..cf83f54 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -7,12 +7,12 @@ On 08/08/12 14:19, Ian Molton wrote: >>> The SMI / PHY stuff should look very similar, so I'm happy with something >>> like: >>> ->>> mdio@2000 { +>>> mdio at 2000 { >>> #address-cells = <1>; >>> #size-cells = <1>; >>> device_type = "mdio"; >>> compatible = "marvell,mv643xx-mdio"; ->>> phy0: ethernet-phy@0 { +>>> phy0: ethernet-phy at 0 { >>> device_type = "ethernet-phy"; >>> compatible = "marvell,whatever"; >>> interrupts = <76>; @@ -20,7 +20,7 @@ On 08/08/12 14:19, Ian Molton wrote: >>> reg = <0 32>; // Auto probed phy addr >>> }; >>> ->>> phy1: ethernet-phy@3 { +>>> phy1: ethernet-phy at 3 { >>> device_type = "ethernet-phy"; >>> compatible = "marvell,whatever"; >>> interrupts = <77>; @@ -46,7 +46,7 @@ On 08/08/12 14:19, Ian Molton wrote: > I can certainly investigate that. I couldn't see any good evidence that > it was a supported mechanism when I looked. > ->> I also don't understand how the phy driver would locate ethernet-phy@0 +>> I also don't understand how the phy driver would locate ethernet-phy at 0 >> on the bus if it does not know the address. >> >>> The ethernet driver itself is more complicated: @@ -75,7 +75,7 @@ On 08/08/12 14:19, Ian Molton wrote: >>> multiply instantiating a driver three times over the same address >>> space. >>> ->>> ethernet@2400 { +>>> ethernet at 2400 { >>> compatible = "marvell,mv643xx-eth"; >>> reg = <0x2400 0x1c00> >>> interrupt_parent = <&mpic>; @@ -84,7 +84,7 @@ On 08/08/12 14:19, Ian Molton wrote: >>> phys = <&phy0>, <&phy1>, <&phy2>; >>> }; >>> ->>> ethernet@6400 { +>>> ethernet at 6400 { >>> compatible = "marvell,mv643xx-eth"; >>> reg = <0x6400 0x1c00> >>> interrupt_parent = <&mpic>; @@ -110,40 +110,40 @@ On 08/08/12 14:19, Ian Molton wrote: >>> port. This can never be done cleanly since the port address ranges >>> overlap: >>> ->>> pseudo_eth@2400 { +>>> pseudo_eth at 2400 { >>> #address-cells = <1>; >>> #size-cells = <0>; >>> compatible = "marvell,mv643xx-shared-eth" >>> reg = <0x2400 0x1c00>; >>> ->>> ethernet@0 { +>>> ethernet at 0 { >>> compatible = "marvell,mv643xx-port"; >>> interrupts = <4>; >>> interrupt_parent = <&mpic>; >>> phy = <&phy0>; >>> }; >>> ->>> ethernet@1 { +>>> ethernet at 1 { >>> compatible = "marvell,mv643xx-port"; >>> interrupts = <5>; >>> interrupt_parent = <&mpic>; >>> phy = <&phy1>; >>> }; >>> ->>> ethernet@2 { +>>> ethernet at 2 { >>> compatible = "marvell,mv643xx-port"; >>> interrupts = <6>; >>> interrupt_parent = <&mpic>; >>> phy = <&phy2>; >>> }; >>> } ->>> pseudo_eth@6400 { +>>> pseudo_eth at 6400 { >>> #address-cells = <1>; >>> #size-cells = <0>; >>> compatible = "marvell,mv643xx-shared-eth" >>> reg = <0x6400 0x1c00>; >>> ->>> ethernet@0 { +>>> ethernet at 0 { >>> compatible = "marvell,mv643xx-port"; >>> interrupts = <4>; >>> interrupt_parent = <&mpic>; @@ -207,5 +207,5 @@ On 08/08/12 14:19, Ian Molton wrote: > -Ian > -- > To unsubscribe from this list: send the line "unsubscribe netdev" in -> the body of a message to majordomo@vger.kernel.org +> the body of a message to majordomo at vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 85ae8af..3cd07ca 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -3,18 +3,10 @@ "ref\0502252A6.4090409@codethink.co.uk\0" "ref\0201208081239.16778.arnd@arndb.de\0" "ref\050226779.6060201@codethink.co.uk\0" - "From\0Ian Molton <ian.molton@codethink.co.uk>\0" - "Subject\0Re: [PATCH v3 0/7] mv643xx.c: Add basic device tree support.\0" + "From\0ian.molton@codethink.co.uk (Ian Molton)\0" + "Subject\0[PATCH v3 0/7] mv643xx.c: Add basic device tree support.\0" "Date\0Thu, 09 Aug 2012 11:59:33 +0100\0" - "To\0Arnd Bergmann <arnd@arndb.de>\0" - "Cc\0thomas.petazzoni@free-electrons.com" - andrew@lunn.ch - netdev@vger.kernel.org - devicetree-discuss@lists.ozlabs.org - ben.dooks@codethink.co.uk - linuxppc-dev@lists.ozlabs.org - David Miller <davem@davemloft.net> - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Adding devicetree-discuss and linuxppc-dev, as well as Dale Farnsworth,\n" @@ -26,12 +18,12 @@ ">>> The SMI / PHY stuff should look very similar, so I'm happy with something\n" ">>> like:\n" ">>>\n" - ">>> mdio@2000 {\n" + ">>> mdio at 2000 {\n" ">>> #address-cells = <1>;\n" ">>> #size-cells = <1>;\n" ">>> device_type = \"mdio\";\n" ">>> compatible = \"marvell,mv643xx-mdio\";\n" - ">>> phy0: ethernet-phy@0 {\n" + ">>> phy0: ethernet-phy at 0 {\n" ">>> device_type = \"ethernet-phy\";\n" ">>> compatible = \"marvell,whatever\";\n" ">>> interrupts = <76>;\n" @@ -39,7 +31,7 @@ ">>> reg = <0 32>; // Auto probed phy addr\n" ">>> };\n" ">>>\n" - ">>> phy1: ethernet-phy@3 {\n" + ">>> phy1: ethernet-phy at 3 {\n" ">>> device_type = \"ethernet-phy\";\n" ">>> compatible = \"marvell,whatever\";\n" ">>> interrupts = <77>;\n" @@ -65,7 +57,7 @@ "> I can certainly investigate that. I couldn't see any good evidence that\n" "> it was a supported mechanism when I looked.\n" ">\n" - ">> I also don't understand how the phy driver would locate ethernet-phy@0\n" + ">> I also don't understand how the phy driver would locate ethernet-phy at 0\n" ">> on the bus if it does not know the address.\n" ">>\n" ">>> The ethernet driver itself is more complicated:\n" @@ -94,7 +86,7 @@ ">>> multiply instantiating a driver three times over the same address\n" ">>> space.\n" ">>>\n" - ">>> ethernet@2400 {\n" + ">>> ethernet at 2400 {\n" ">>> compatible = \"marvell,mv643xx-eth\";\n" ">>> reg = <0x2400 0x1c00>\n" ">>> interrupt_parent = <&mpic>;\n" @@ -103,7 +95,7 @@ ">>> phys = <&phy0>, <&phy1>, <&phy2>;\n" ">>> };\n" ">>>\n" - ">>> ethernet@6400 {\n" + ">>> ethernet at 6400 {\n" ">>> compatible = \"marvell,mv643xx-eth\";\n" ">>> reg = <0x6400 0x1c00>\n" ">>> interrupt_parent = <&mpic>;\n" @@ -129,40 +121,40 @@ ">>> port. This can never be done cleanly since the port address ranges\n" ">>> overlap:\n" ">>>\n" - ">>> pseudo_eth@2400 {\n" + ">>> pseudo_eth at 2400 {\n" ">>> #address-cells = <1>;\n" ">>> #size-cells = <0>;\n" ">>> compatible = \"marvell,mv643xx-shared-eth\"\n" ">>> reg = <0x2400 0x1c00>;\n" ">>>\n" - ">>> ethernet@0 {\n" + ">>> ethernet at 0 {\n" ">>> compatible = \"marvell,mv643xx-port\";\n" ">>> interrupts = <4>;\n" ">>> interrupt_parent = <&mpic>;\n" ">>> phy = <&phy0>;\n" ">>> };\n" ">>>\n" - ">>> ethernet@1 {\n" + ">>> ethernet at 1 {\n" ">>> compatible = \"marvell,mv643xx-port\";\n" ">>> interrupts = <5>;\n" ">>> interrupt_parent = <&mpic>;\n" ">>> phy = <&phy1>;\n" ">>> };\n" ">>>\n" - ">>> ethernet@2 {\n" + ">>> ethernet at 2 {\n" ">>> compatible = \"marvell,mv643xx-port\";\n" ">>> interrupts = <6>;\n" ">>> interrupt_parent = <&mpic>;\n" ">>> phy = <&phy2>;\n" ">>> };\n" ">>> }\n" - ">>> pseudo_eth@6400 {\n" + ">>> pseudo_eth at 6400 {\n" ">>> #address-cells = <1>;\n" ">>> #size-cells = <0>;\n" ">>> compatible = \"marvell,mv643xx-shared-eth\"\n" ">>> reg = <0x6400 0x1c00>;\n" ">>>\n" - ">>> ethernet@0 {\n" + ">>> ethernet at 0 {\n" ">>> compatible = \"marvell,mv643xx-port\";\n" ">>> interrupts = <4>;\n" ">>> interrupt_parent = <&mpic>;\n" @@ -226,7 +218,7 @@ "> -Ian\n" "> --\n" "> To unsubscribe from this list: send the line \"unsubscribe netdev\" in\n" - "> the body of a message to majordomo@vger.kernel.org\n" + "> the body of a message to majordomo at vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -7de11023dba902b9a2110461c92df256d4bb15895a1e020c094aad80fe3f1a00 +a79d0c54f4d62feab8cd14a80d8b946275050be79b089bd70e0f635899531c50
diff --git a/a/content_digest b/N2/content_digest index 85ae8af..419cbaf 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -7,14 +7,15 @@ "Subject\0Re: [PATCH v3 0/7] mv643xx.c: Add basic device tree support.\0" "Date\0Thu, 09 Aug 2012 11:59:33 +0100\0" "To\0Arnd Bergmann <arnd@arndb.de>\0" - "Cc\0thomas.petazzoni@free-electrons.com" + "Cc\0David Miller <davem@davemloft.net>" + linux-arm-kernel@lists.infradead.org andrew@lunn.ch + thomas.petazzoni@free-electrons.com + ben.dooks@codethink.co.uk netdev@vger.kernel.org devicetree-discuss@lists.ozlabs.org - ben.dooks@codethink.co.uk linuxppc-dev@lists.ozlabs.org - David Miller <davem@davemloft.net> - " linux-arm-kernel@lists.infradead.org\0" + " dale@farnsworth.org\0" "\00:1\0" "b\0" "Adding devicetree-discuss and linuxppc-dev, as well as Dale Farnsworth,\n" @@ -229,4 +230,4 @@ "> the body of a message to majordomo@vger.kernel.org\n" > More majordomo info at http://vger.kernel.org/majordomo-info.html -7de11023dba902b9a2110461c92df256d4bb15895a1e020c094aad80fe3f1a00 +22aa8f80efbecb008b0eb85f063dcb798888dc04d35c449004d0185fa6d12a9d
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.