diff for duplicates of <54F6CC1A.3030102@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 2b46913..f8ed62f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -74,7 +74,7 @@ True. >> pinctrl-2 = <&state_i2cmux_idle>; >> >> + /* Enabled child bus 0 */ ->> i2c@0 { +>> i2c at 0 { >> reg = <0>; >> #address-cells = <1>; >> @@ -79,10 +80,12 @@ Example: @@ -82,20 +82,20 @@ True. >> }; >> >> + /* Disabled child bus 1 */ ->> i2c@1 { +>> i2c at 1 { >> reg = <1>; >> #address-cells = <1>; >> #size-cells = <0>; >> + status = "disabled"; > -> To make the example cover more cases, perhaps make child node i2c@0 -> disabled and i2c@1 enabled. Then, the example would show what happens to +> To make the example cover more cases, perhaps make child node i2c at 0 +> disabled and i2c at 1 enabled. Then, the example would show what happens to > pinctrl-names when there are gaps in the reg property numbering space of > enabled children? The idea was to make nothing happen to pinctrl-names if you enable/ disable any of the children. But I can move the disabled status to -i2c@0 to make it more clear that there should still be a pinctrl-names +i2c at 0 to make it more clear that there should still be a pinctrl-names cell for it. Sebastian diff --git a/a/content_digest b/N1/content_digest index 1897019..94ad625 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,20 +2,10 @@ "ref\01425039885-5137-1-git-send-email-sebastian.hesselbarth@gmail.com\0" "ref\01425039885-5137-2-git-send-email-sebastian.hesselbarth@gmail.com\0" "ref\054F4C185.9080808@wwwdotorg.org\0" - "ref\054F4C185.9080808-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org\0" - "From\0Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" - "Subject\0Re: [PATCH v2 1/4] i2c: mux-pinctrl: Rework to honor disabled child nodes\0" + "From\0sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)\0" + "Subject\0[PATCH v2 1/4] i2c: mux-pinctrl: Rework to honor disabled child nodes\0" "Date\0Wed, 04 Mar 2015 10:10:50 +0100\0" - "To\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@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> - Gabriel Dobato <dobatog-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org> - linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 02.03.2015 21:01, Stephen Warren wrote:\n" @@ -94,7 +84,7 @@ ">> pinctrl-2 = <&state_i2cmux_idle>;\n" ">>\n" ">> + /* Enabled child bus 0 */\n" - ">> i2c@0 {\n" + ">> i2c at 0 {\n" ">> reg = <0>;\n" ">> #address-cells = <1>;\n" ">> @@ -79,10 +80,12 @@ Example:\n" @@ -102,22 +92,22 @@ ">> };\n" ">>\n" ">> + /* Disabled child bus 1 */\n" - ">> i2c@1 {\n" + ">> i2c at 1 {\n" ">> reg = <1>;\n" ">> #address-cells = <1>;\n" ">> #size-cells = <0>;\n" ">> + status = \"disabled\";\n" ">\n" - "> To make the example cover more cases, perhaps make child node i2c@0\n" - "> disabled and i2c@1 enabled. Then, the example would show what happens to\n" + "> To make the example cover more cases, perhaps make child node i2c at 0\n" + "> disabled and i2c at 1 enabled. Then, the example would show what happens to\n" "> pinctrl-names when there are gaps in the reg property numbering space of\n" "> enabled children?\n" "\n" "The idea was to make nothing happen to pinctrl-names if you enable/\n" "disable any of the children. But I can move the disabled status to\n" - "i2c@0 to make it more clear that there should still be a pinctrl-names\n" + "i2c at 0 to make it more clear that there should still be a pinctrl-names\n" "cell for it.\n" "\n" Sebastian -b5a3b3f553d165c8efcc35035404163aab2cd1eb5fd061e60f7f0c57a6ea3695 +1f577319ec71f1f5e91df60465d38b0ca7dec1aee5f74d8b3ba1eb1eb08a5493
diff --git a/a/content_digest b/N2/content_digest index 1897019..ac48add 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,20 +2,19 @@ "ref\01425039885-5137-1-git-send-email-sebastian.hesselbarth@gmail.com\0" "ref\01425039885-5137-2-git-send-email-sebastian.hesselbarth@gmail.com\0" "ref\054F4C185.9080808@wwwdotorg.org\0" - "ref\054F4C185.9080808-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org\0" - "From\0Sebastian Hesselbarth <sebastian.hesselbarth-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "From\0Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>\0" "Subject\0Re: [PATCH v2 1/4] i2c: mux-pinctrl: Rework to honor disabled child nodes\0" "Date\0Wed, 04 Mar 2015 10:10:50 +0100\0" - "To\0Stephen Warren <swarren-3lzwWm7+Weoh9ZMKESR00Q@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> - Gabriel Dobato <dobatog-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> - Wolfram Sang <wsa-z923LK4zBo2bacvFa/9K2g@public.gmane.org> - linux-i2c-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - " linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\0" + "To\0Stephen Warren <swarren@wwwdotorg.org>\0" + "Cc\0Jason Cooper <jason@lakedaemon.net>" + Andrew Lunn <andrew@lunn.ch> + Gregory Clement <gregory.clement@free-electrons.com> + Gabriel Dobato <dobatog@gmail.com> + Wolfram Sang <wsa@the-dreams.de> + linux-i2c@vger.kernel.org + devicetree@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " linux-kernel@vger.kernel.org\0" "\00:1\0" "b\0" "On 02.03.2015 21:01, Stephen Warren wrote:\n" @@ -120,4 +119,4 @@ "\n" Sebastian -b5a3b3f553d165c8efcc35035404163aab2cd1eb5fd061e60f7f0c57a6ea3695 +f0b9a2e0887f6e7dc523764ca22c901c20084c2f0953ba055a6dec08dc338378
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.