diff for duplicates of <20131122213610.GC30358@obsidianresearch.com> diff --git a/a/1.txt b/N1/1.txt index 2b058cd..218ed57 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,11 +1,11 @@ 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>; > }; @@ -49,7 +49,7 @@ Regards, 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 @@ -66,7 +66,7 @@ of_mdiobus_register is called. Specifically, my case has the phy in 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(-) @@ -91,3 +91,8 @@ index d5a57a9..dbe6932 100644 dev_err(&mdio->dev, -- 1.8.1.2 + +-- +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 4ff6d81..c01c2a2 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,19 +1,33 @@ "ref\0cover.1385148929.git.arno@natisbad.org\0" "ref\0bd899cfc2b0b3d22a7442d76b3901ca81ca86f11.1385148929.git.arno@natisbad.org\0" - "From\0jgunthorpe@obsidianresearch.com (Jason Gunthorpe)\0" - "Subject\0[PATCH 3/4] ARM: mvebu: NETGEAR ReadyNAS 104 .dts file cleanup\0" + "ref\0bd899cfc2b0b3d22a7442d76b3901ca81ca86f11.1385148929.git.arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org\0" + "From\0Jason Gunthorpe <jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>\0" + "Subject\0Re: [PATCH 3/4] ARM: mvebu: NETGEAR ReadyNAS 104 .dts file cleanup\0" "Date\0Fri, 22 Nov 2013 14:36:10 -0700\0" - "To\0linux-arm-kernel@lists.infradead.org\0" + "To\0Arnaud Ebalard <arno-LkuqDEemtHBg9hUCZPvPmw@public.gmane.org>" + " Grant Likely <grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>\0" + "Cc\0Jason Cooper <jason-NLaQJdtUoK4Be96aLqz0jA@public.gmane.org>" + Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org> + Gregory Clement <gregory.clement-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> + Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> + Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org> + devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org + Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> + Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org> + Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> + Ian Campbell <ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org> + Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org> + " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0" "\00:1\0" "b\0" "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" @@ -57,7 +71,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" @@ -74,7 +88,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" @@ -98,6 +112,11 @@ " \t\tif (!phy || IS_ERR(phy)) {\n" " \t\t\tdev_err(&mdio->dev,\n" "-- \n" - 1.8.1.2 + "1.8.1.2\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 -10273d6021f09d6c26a89c7726f128565f249ef2256eb6b10a2319d371f26880 +520d0b88a1e32ee32b8a1ea9977cb3b3d5e0833f277652bf304a3c2d24a89379
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.