diff for duplicates of <871tau8hpj.fsf@free-electrons.com> diff --git a/a/1.txt b/N1/1.txt index 1513458..c182bb4 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,6 +1,6 @@ Hi Sascha, - On jeu., d?c. 10 2015, Sascha Hauer <s.hauer@pengutronix.de> wrote: + On jeu., déc. 10 2015, Sascha Hauer <s.hauer@pengutronix.de> wrote: > Hi Gregory, > @@ -18,7 +18,7 @@ Hi Sascha, > the phy device node should get the reset gpio. I know it's more work, So you suggest to pass from this binding: -macb1: ethernet at fc028000 { +macb1: ethernet@fc028000 { phy-mode = "rmii"; status = "okay"; #address-cells = <1>; @@ -26,7 +26,7 @@ macb1: ethernet at fc028000 { status = "okay"; phy-reset-gpio = <&pioE 6 GPIO_ACTIVE_HIGH>; - ethernet-phy at 1 { + ethernet-phy@1 { reg = <0x1>; interrupt-parent = <&pioB>; interrupts = <31 IRQ_TYPE_EDGE_FALLING>; @@ -35,14 +35,14 @@ macb1: ethernet at fc028000 { }; to this binding -macb1: ethernet at fc028000 { +macb1: ethernet@fc028000 { phy-mode = "rmii"; status = "okay"; #address-cells = <1>; #size-cells = <0>; status = "okay"; - ethernet-phy at 1 { + ethernet-phy@1 { reg = <0x1>; interrupt-parent = <&pioB>; interrupts = <31 IRQ_TYPE_EDGE_FALLING>; diff --git a/a/content_digest b/N1/content_digest index 81e83da..f643150 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,14 +1,21 @@ "ref\01449683383-5022-1-git-send-email-gregory.clement@free-electrons.com\0" "ref\020151210073756.GA11966@pengutronix.de\0" - "From\0gregory.clement@free-electrons.com (Gregory CLEMENT)\0" - "Subject\0[PATCH] net/macb: add support for resetting PHY using GPIO\0" + "From\0Gregory CLEMENT <gregory.clement@free-electrons.com>\0" + "Subject\0Re: [PATCH] net/macb: add support for resetting PHY using GPIO\0" "Date\0Thu, 10 Dec 2015 16:08:08 +0100\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Sascha Hauer <s.hauer@pengutronix.de>\0" + "Cc\0David S. Miller <davem@davemloft.net>" + linux-kernel@vger.kernel.org + netdev@vger.kernel.org + Nicolas Ferre <nicolas.ferre@atmel.com> + linux-arm-kernel@lists.infradead.org + devicetree@vger.kernel.org + " Thomas Petazzoni <thomas.petazzoni@free-electrons.com>\0" "\00:1\0" "b\0" "Hi Sascha,\n" " \n" - " On jeu., d?c. 10 2015, Sascha Hauer <s.hauer@pengutronix.de> wrote:\n" + " On jeu., d\303\251c. 10 2015, Sascha Hauer <s.hauer@pengutronix.de> wrote:\n" "\n" "> Hi Gregory,\n" ">\n" @@ -26,7 +33,7 @@ "> the phy device node should get the reset gpio. I know it's more work,\n" "\n" "So you suggest to pass from this binding:\n" - "macb1: ethernet at fc028000 {\n" + "macb1: ethernet@fc028000 {\n" "\tphy-mode = \"rmii\";\n" "\tstatus = \"okay\";\n" "\t#address-cells = <1>;\n" @@ -34,7 +41,7 @@ "\tstatus = \"okay\";\n" "\tphy-reset-gpio = <&pioE 6 GPIO_ACTIVE_HIGH>;\n" "\n" - "\tethernet-phy at 1 {\n" + "\tethernet-phy@1 {\n" "\t\treg = <0x1>;\n" "\t\tinterrupt-parent = <&pioB>;\n" "\t\tinterrupts = <31 IRQ_TYPE_EDGE_FALLING>;\n" @@ -43,14 +50,14 @@ "};\n" "\n" "to this binding\n" - "macb1: ethernet at fc028000 {\n" + "macb1: ethernet@fc028000 {\n" "\tphy-mode = \"rmii\";\n" "\tstatus = \"okay\";\n" "\t#address-cells = <1>;\n" "\t#size-cells = <0>;\n" "\tstatus = \"okay\";\n" "\n" - "\tethernet-phy at 1 {\n" + "\tethernet-phy@1 {\n" "\t\treg = <0x1>;\n" "\t\tinterrupt-parent = <&pioB>;\n" "\t\tinterrupts = <31 IRQ_TYPE_EDGE_FALLING>;\n" @@ -85,4 +92,4 @@ "development, consulting, training and support.\n" http://free-electrons.com -9647950786931c0685450c705be25ce9914159872176ca5139617a87cf7efc6a +ba36fc99b5ec8191eb904515919fb074685e54df643e6773f5b9af4866b12574
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.