diff for duplicates of <529EA1F7.7040201@gmail.com> diff --git a/a/1.txt b/N1/1.txt index d8433e6..9c1a553 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,12 +1,12 @@ On 11/22/2013 03:36 PM, Jason Gunthorpe wrote: > On Fri, Nov 22, 2013 at 09:07:01PM +0100, Arnaud Ebalard wrote: >> mdio { ->> phy0: ethernet-phy at 0 { +>> phy0: ethernet-phy@0 { >> + compatible = "marvell,88e1318s"; >> reg = <0>; >> }; >> ->> phy1: ethernet-phy at 1 { +>> phy1: ethernet-phy@1 { >> + compatible = "marvell,88e1318s"; >> reg = <1>; >> }; @@ -55,7 +55,7 @@ Rob > Jason > > From 1aab2047b6dfb8b814673718dfa7ef0ea0c7a0ef Mon Sep 17 00:00:00 2001 -> From: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> +> From: Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org> > Date: Thu, 12 Sep 2013 17:36:13 -0600 > Subject: [PATCH] of_mdio: Allow the DT to specify the phy ID and avoid > autoprobing @@ -72,7 +72,7 @@ Rob > reset at that time, the reset is only released once the ethernet > driver starts. > -> Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com> +> Signed-off-by: Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org> > --- > drivers/of/of_mdio.c | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) @@ -95,4 +95,9 @@ Rob > > if (!phy || IS_ERR(phy)) { > dev_err(&mdio->dev, -> +> + +-- +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 1854e38..91d955c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,21 +1,36 @@ "ref\0cover.1385148929.git.arno@natisbad.org\0" "ref\0bd899cfc2b0b3d22a7442d76b3901ca81ca86f11.1385148929.git.arno@natisbad.org\0" "ref\020131122213610.GC30358@obsidianresearch.com\0" - "From\0robherring2@gmail.com (Rob Herring)\0" - "Subject\0[PATCH 3/4] ARM: mvebu: NETGEAR ReadyNAS 104 .dts file cleanup\0" + "ref\020131122213610.GC30358-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org\0" + "From\0Rob Herring <robherring2-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "Subject\0Re: [PATCH 3/4] ARM: mvebu: NETGEAR ReadyNAS 104 .dts file cleanup\0" "Date\0Tue, 03 Dec 2013 21:31:03 -0600\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>" + Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org> + " Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>\0" + "Cc\0Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>" + Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> + Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org> + Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> + Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org> + Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> + Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org> + Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org + " Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" "\00:1\0" "b\0" "On 11/22/2013 03:36 PM, Jason Gunthorpe wrote:\n" "> On Fri, Nov 22, 2013 at 09:07:01PM +0100, Arnaud Ebalard wrote:\n" ">> \t\t\tmdio {\n" - ">> \t\t\t\tphy0: ethernet-phy at 0 {\n" + ">> \t\t\t\tphy0: ethernet-phy@0 {\n" ">> +\t\t\t\t\tcompatible = \"marvell,88e1318s\";\n" ">> \t\t\t\t\treg = <0>;\n" ">> \t\t\t\t};\n" ">> \n" - ">> \t\t\t\tphy1: ethernet-phy at 1 {\n" + ">> \t\t\t\tphy1: ethernet-phy@1 {\n" ">> +\t\t\t\t\tcompatible = \"marvell,88e1318s\";\n" ">> \t\t\t\t\treg = <1>;\n" ">> \t\t\t\t};\n" @@ -64,7 +79,7 @@ "> Jason\n" "> \n" "> From 1aab2047b6dfb8b814673718dfa7ef0ea0c7a0ef Mon Sep 17 00:00:00 2001\n" - "> From: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>\n" + "> From: Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>\n" "> Date: Thu, 12 Sep 2013 17:36:13 -0600\n" "> Subject: [PATCH] of_mdio: Allow the DT to specify the phy ID and avoid\n" "> autoprobing\n" @@ -81,7 +96,7 @@ "> reset at that time, the reset is only released once the ethernet\n" "> driver starts.\n" "> \n" - "> Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>\n" + "> Signed-off-by: Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>\n" "> ---\n" "> drivers/of/of_mdio.c | 7 ++++++-\n" "> 1 file changed, 6 insertions(+), 1 deletion(-)\n" @@ -104,6 +119,11 @@ "> \n" "> \t\tif (!phy || IS_ERR(phy)) {\n" "> \t\t\tdev_err(&mdio->dev,\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 -2f6c40746a243318e0861fd99694dad3bcd09f3dbc080976f88f95d3cb94b6a3 +c7d30233b44bd23f9350796be3138f594233bc84d0db03bbf7d8bf4cfa71d405
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.