diff for duplicates of <5036B8EB.5050502@wwwdotorg.org> diff --git a/a/1.txt b/N1/1.txt index c30b955..067c844 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -45,7 +45,7 @@ pinctrl-0 property has to have two entries. i.e. a completely hypothetical example roughly based on yours below: - pinctrl_1: pinctrl@11000000 { + pinctrl_1: pinctrl at 11000000 { uart0_rxd: uart0-rxd { samsung,pins = "gpa0-0"; samsung,pin-function = <2>; @@ -61,14 +61,14 @@ i.e. a completely hypothetical example roughly based on yours below: }; }; - uart@13800000 { + uart at 13800000 { pinctrl-names = "default"; pinctrl-0 = <&uart0_rxd &uart0_txd>; }; rather than: - pinctrl_1: pinctrl@11000000 { + pinctrl_1: pinctrl at 11000000 { uart0_opt1: uart0-opt1 { uart0_rxd: uart0-rxd { samsung,pins = "gpa0-0"; @@ -86,7 +86,7 @@ rather than: }; }; - uart@13800000 { + uart at 13800000 { pinctrl-names = "default"; pinctrl-0 = <&uart0_opt1; }; diff --git a/a/content_digest b/N1/content_digest index 1cde248..2819e67 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,19 +1,9 @@ "ref\01345720529-32315-1-git-send-email-thomas.abraham@linaro.org\0" "ref\01345720529-32315-2-git-send-email-thomas.abraham@linaro.org\0" - "From\0Stephen Warren <swarren@wwwdotorg.org>\0" - "Subject\0Re: [PATCH v3 1/4] pinctrl: add samsung pinctrl and gpiolib driver\0" + "From\0swarren@wwwdotorg.org (Stephen Warren)\0" + "Subject\0[PATCH v3 1/4] pinctrl: add samsung pinctrl and gpiolib driver\0" "Date\0Thu, 23 Aug 2012 17:12:43 -0600\0" - "To\0Thomas Abraham <thomas.abraham@linaro.org>\0" - "Cc\0linux-kernel@vger.kernel.org" - devicetree-discuss@lists.ozlabs.org - linux-arm-kernel@lists.infradead.org - linux-samsung-soc@vger.kernel.org - linus.walleij@linaro.org - grant.likely@secretlab.ca - rob.herring@calxeda.com - kgene.kim@samsung.com - dong.aisheng@linaro.org - " patches@linaro.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 08/23/2012 05:15 AM, Thomas Abraham wrote:\n" @@ -63,7 +53,7 @@ "\n" "i.e. a completely hypothetical example roughly based on yours below:\n" "\n" - "\tpinctrl_1: pinctrl@11000000 {\n" + "\tpinctrl_1: pinctrl at 11000000 {\n" "\t\tuart0_rxd: uart0-rxd {\n" "\t\t\tsamsung,pins = \"gpa0-0\";\n" "\t\t\tsamsung,pin-function = <2>;\n" @@ -79,14 +69,14 @@ "\t\t};\n" "\t};\n" "\n" - "\tuart@13800000 {\n" + "\tuart at 13800000 {\n" "\t\tpinctrl-names = \"default\";\n" "\t\tpinctrl-0 = <&uart0_rxd &uart0_txd>;\n" "\t};\n" "\n" "rather than:\n" "\n" - "\tpinctrl_1: pinctrl@11000000 {\n" + "\tpinctrl_1: pinctrl at 11000000 {\n" "\t\tuart0_opt1: uart0-opt1 {\n" "\t\t\tuart0_rxd: uart0-rxd {\n" "\t\t\t\tsamsung,pins = \"gpa0-0\";\n" @@ -104,7 +94,7 @@ "\t\t};\n" "\t};\n" "\n" - "\tuart@13800000 {\n" + "\tuart at 13800000 {\n" "\t\tpinctrl-names = \"default\";\n" "\t\tpinctrl-0 = <&uart0_opt1;\n" "\t};\n" @@ -150,4 +140,4 @@ "\n" I've only had time to review the binding document so far. -f3717f914a2cab196ef43277fe63202e371c64a816c825305052e508420a3bb8 +9f10be2b2a533e32e1a84269b0e9836ba06684cb7755787f1aaa294b3ce7f626
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.