diff for duplicates of <20140505225013.5739.23946@quantum> diff --git a/a/1.txt b/N1/1.txt index c8d0e61..4bb16d7 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -25,7 +25,8 @@ Mike > --- a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt > +++ b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt > @@ -43,7 +43,7 @@ Example -> clock-output-names > "tpu0", "mmcif1", "sdhi3", "sdhi2", +> clock-output-names = +> "tpu0", "mmcif1", "sdhi3", "sdhi2", > "sdhi1", "sdhi0", "mmcif0"; > - renesas,clock-indices = < > + clock-indices = < @@ -63,7 +64,7 @@ Mike > - ret = of_property_read_u32_index(np, "renesas,clock-indices", i, > - &clkidx); > + ret = of_property_read_u32_index(np, idxname, i, &clkidx); -> if (parent_name = NULL || ret < 0) +> if (parent_name == NULL || ret < 0) > break; > > -- diff --git a/a/content_digest b/N1/content_digest index c64e5e5..f802e62 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01397577994-12061-1-git-send-email-ben.dooks@codethink.co.uk\0" - "From\0Mike Turquette <mturquette@linaro.org>\0" - "Subject\0Re: [PATCH] clk: shmobile: clk-mstp: change to using clock-indices\0" - "Date\0Mon, 05 May 2014 22:50:13 +0000\0" + "From\0mturquette@linaro.org (Mike Turquette)\0" + "Subject\0[PATCH] clk: shmobile: clk-mstp: change to using clock-indices\0" + "Date\0Mon, 05 May 2014 15:50:13 -0700\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" @@ -32,7 +32,8 @@ "> --- a/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt\n" "> +++ b/Documentation/devicetree/bindings/clock/renesas,cpg-mstp-clocks.txt\n" "> @@ -43,7 +43,7 @@ Example\n" - "> clock-output-names > \"tpu0\", \"mmcif1\", \"sdhi3\", \"sdhi2\",\n" + "> clock-output-names =\n" + "> \"tpu0\", \"mmcif1\", \"sdhi3\", \"sdhi2\",\n" "> \"sdhi1\", \"sdhi0\", \"mmcif0\";\n" "> - renesas,clock-indices = <\n" "> + clock-indices = <\n" @@ -70,11 +71,11 @@ "> - ret = of_property_read_u32_index(np, \"renesas,clock-indices\", i,\n" "> - &clkidx);\n" "> + ret = of_property_read_u32_index(np, idxname, i, &clkidx);\n" - "> if (parent_name = NULL || ret < 0)\n" + "> if (parent_name == NULL || ret < 0)\n" "> break;\n" "> \n" "> -- \n" "> 1.9.1\n" > -43478abbfff949d87ca77cf6e2423a9333beadec419c2181aea4a4ea856522a6 +49ab371349a61e15435eb63de12554b91adb06b64200ce7842b5bac3b0b07ceb
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.