diff for duplicates of <54D88290.6030501@atmel.com> diff --git a/a/1.txt b/N1/1.txt index 7718fcd..8a8983c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -4,11 +4,11 @@ On 2/9/2015 5:24 PM, Boris Brezillon wrote: > Hi Josh, > > On Mon, 9 Feb 2015 17:17:03 +0800 -> Josh Wu <josh.wu@atmel.com> wrote: +> Josh Wu <josh.wu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> wrote: > >> Add at91 sama5d4 xplained board support. >> ->> Signed-off-by: Josh Wu <josh.wu@atmel.com> +>> Signed-off-by: Josh Wu <josh.wu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> >> --- >> >> Changes in v2: @@ -41,29 +41,29 @@ On 2/9/2015 5:24 PM, Boris Brezillon wrote: >> + * at91-sama5d4_xplained.dts - Device Tree file for SAMA5D4 Xplained board >> + * >> + * Copyright (C) 2015 Atmel, ->> + * 2015 Josh Wu <josh.wu@atmel.com> +>> + * 2015 Josh Wu <josh.wu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> >> + * > [...] > >> + ahb { >> + apb { ->> + spi0: spi at f8010000 { +>> + spi0: spi@f8010000 { >> + cs-gpios = <&pioC 3 0>, <0>, <0>, <0>; >> + status = "okay"; ->> + m25p80 at 0 { +>> + m25p80@0 { >> + compatible = "atmel,at25df321a"; >> + spi-max-frequency = <50000000>; >> + reg = <0>; >> + }; >> + }; >> + ->> + macb0: ethernet at f8020000 { +>> + macb0: ethernet@f8020000 { >> + phy-mode = "rmii"; >> + status = "okay"; > Could you define the PHY device attached to this ethernet MAC IP ? > > -> ethernet-phy at 1 { +> ethernet-phy@1 { > reg = <0x1>; > /* > * interrupt-parent = <&pioB>; @@ -83,3 +83,8 @@ Josh Wu > > Boris > + +-- +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 6391333..45371a9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,9 +1,22 @@ "ref\01423473423-17798-1-git-send-email-josh.wu@atmel.com\0" "ref\020150209102435.56f39b81@bbrezillon\0" - "From\0josh.wu@atmel.com (Josh Wu)\0" - "Subject\0[PATCH v2] ARM: at91: dts: sama5d4: add dts for sama5d4 xplained board\0" + "From\0Josh Wu <josh.wu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\0" + "Subject\0Re: [PATCH v2] ARM: at91: dts: sama5d4: add dts for sama5d4 xplained board\0" "Date\0Mon, 9 Feb 2015 17:49:04 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>\0" + "Cc\0Nicolas Ferre <nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>" + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + Alexandre Belloni <alexandre.belloni-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> + Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org> + Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org> + Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> + Andrew Victor <linux-PelNFVqkFnVyf+4FbqDuWQ@public.gmane.org> + Jean-Christophe Plagniol-Villard <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" "\00:1\0" "b\0" "Hi, Boris\n" @@ -12,11 +25,11 @@ "> Hi Josh,\n" ">\n" "> On Mon, 9 Feb 2015 17:17:03 +0800\n" - "> Josh Wu <josh.wu@atmel.com> wrote:\n" + "> Josh Wu <josh.wu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> wrote:\n" ">\n" ">> Add at91 sama5d4 xplained board support.\n" ">>\n" - ">> Signed-off-by: Josh Wu <josh.wu@atmel.com>\n" + ">> Signed-off-by: Josh Wu <josh.wu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n" ">> ---\n" ">>\n" ">> Changes in v2:\n" @@ -49,29 +62,29 @@ ">> + * at91-sama5d4_xplained.dts - Device Tree file for SAMA5D4 Xplained board\n" ">> + *\n" ">> + * Copyright (C) 2015 Atmel,\n" - ">> + * 2015 Josh Wu <josh.wu@atmel.com>\n" + ">> + * 2015 Josh Wu <josh.wu-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org>\n" ">> + *\n" "> [...]\n" ">\n" ">> +\tahb {\n" ">> +\t\tapb {\n" - ">> +\t\t\tspi0: spi at f8010000 {\n" + ">> +\t\t\tspi0: spi@f8010000 {\n" ">> +\t\t\t\tcs-gpios = <&pioC 3 0>, <0>, <0>, <0>;\n" ">> +\t\t\t\tstatus = \"okay\";\n" - ">> +\t\t\t\tm25p80 at 0 {\n" + ">> +\t\t\t\tm25p80@0 {\n" ">> +\t\t\t\t\tcompatible = \"atmel,at25df321a\";\n" ">> +\t\t\t\t\tspi-max-frequency = <50000000>;\n" ">> +\t\t\t\t\treg = <0>;\n" ">> +\t\t\t\t};\n" ">> +\t\t\t};\n" ">> +\n" - ">> +\t\t\tmacb0: ethernet at f8020000 {\n" + ">> +\t\t\tmacb0: ethernet@f8020000 {\n" ">> +\t\t\t\tphy-mode = \"rmii\";\n" ">> +\t\t\t\tstatus = \"okay\";\n" "> Could you define the PHY device attached to this ethernet MAC IP ?\n" ">\n" ">\n" - "> ethernet-phy at 1 {\n" + "> ethernet-phy@1 {\n" "> reg = <0x1>;\n" "> /*\n" "> \t\t\t\t\t * interrupt-parent = <&pioB>;\n" @@ -90,6 +103,11 @@ "> Best Regards,\n" ">\n" "> Boris\n" - > + ">\n" + "\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 -8f27bc2ea929f5ca7968cb90759f07a880238578048fac3e57a968009a72c659 +48fc74dca4b1ff4be5f405e22d3d3cd14e79bb5fe4bcf40870c3bf6b488d3c60
diff --git a/a/1.txt b/N2/1.txt index 7718fcd..79128d1 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -47,23 +47,23 @@ On 2/9/2015 5:24 PM, Boris Brezillon wrote: > >> + ahb { >> + apb { ->> + spi0: spi at f8010000 { +>> + spi0: spi@f8010000 { >> + cs-gpios = <&pioC 3 0>, <0>, <0>, <0>; >> + status = "okay"; ->> + m25p80 at 0 { +>> + m25p80@0 { >> + compatible = "atmel,at25df321a"; >> + spi-max-frequency = <50000000>; >> + reg = <0>; >> + }; >> + }; >> + ->> + macb0: ethernet at f8020000 { +>> + macb0: ethernet@f8020000 { >> + phy-mode = "rmii"; >> + status = "okay"; > Could you define the PHY device attached to this ethernet MAC IP ? > > -> ethernet-phy at 1 { +> ethernet-phy@1 { > reg = <0x1>; > /* > * interrupt-parent = <&pioB>; diff --git a/a/content_digest b/N2/content_digest index 6391333..5b2a877 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,9 +1,22 @@ "ref\01423473423-17798-1-git-send-email-josh.wu@atmel.com\0" "ref\020150209102435.56f39b81@bbrezillon\0" - "From\0josh.wu@atmel.com (Josh Wu)\0" - "Subject\0[PATCH v2] ARM: at91: dts: sama5d4: add dts for sama5d4 xplained board\0" + "From\0Josh Wu <josh.wu@atmel.com>\0" + "Subject\0Re: [PATCH v2] ARM: at91: dts: sama5d4: add dts for sama5d4 xplained board\0" "Date\0Mon, 9 Feb 2015 17:49:04 +0800\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Boris Brezillon <boris.brezillon@free-electrons.com>\0" + "Cc\0Nicolas Ferre <nicolas.ferre@atmel.com>" + <linux-arm-kernel@lists.infradead.org> + Alexandre Belloni <alexandre.belloni@free-electrons.com> + Rob Herring <robh+dt@kernel.org> + Pawel Moll <pawel.moll@arm.com> + Mark Rutland <mark.rutland@arm.com> + Ian Campbell <ijc+devicetree@hellion.org.uk> + Kumar Gala <galak@codeaurora.org> + Russell King <linux@arm.linux.org.uk> + Andrew Victor <linux@maxim.org.za> + Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> + <devicetree@vger.kernel.org> + " <linux-kernel@vger.kernel.org>\0" "\00:1\0" "b\0" "Hi, Boris\n" @@ -55,23 +68,23 @@ ">\n" ">> +\tahb {\n" ">> +\t\tapb {\n" - ">> +\t\t\tspi0: spi at f8010000 {\n" + ">> +\t\t\tspi0: spi@f8010000 {\n" ">> +\t\t\t\tcs-gpios = <&pioC 3 0>, <0>, <0>, <0>;\n" ">> +\t\t\t\tstatus = \"okay\";\n" - ">> +\t\t\t\tm25p80 at 0 {\n" + ">> +\t\t\t\tm25p80@0 {\n" ">> +\t\t\t\t\tcompatible = \"atmel,at25df321a\";\n" ">> +\t\t\t\t\tspi-max-frequency = <50000000>;\n" ">> +\t\t\t\t\treg = <0>;\n" ">> +\t\t\t\t};\n" ">> +\t\t\t};\n" ">> +\n" - ">> +\t\t\tmacb0: ethernet at f8020000 {\n" + ">> +\t\t\tmacb0: ethernet@f8020000 {\n" ">> +\t\t\t\tphy-mode = \"rmii\";\n" ">> +\t\t\t\tstatus = \"okay\";\n" "> Could you define the PHY device attached to this ethernet MAC IP ?\n" ">\n" ">\n" - "> ethernet-phy at 1 {\n" + "> ethernet-phy@1 {\n" "> reg = <0x1>;\n" "> /*\n" "> \t\t\t\t\t * interrupt-parent = <&pioB>;\n" @@ -92,4 +105,4 @@ "> Boris\n" > -8f27bc2ea929f5ca7968cb90759f07a880238578048fac3e57a968009a72c659 +09f62511f8879817b347335e11c97ca78f29ebda8d05d8f0773514e1a37f2a57
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.