diff for duplicates of <531EEE6A.3080802@codethink.co.uk> diff --git a/a/1.txt b/N1/1.txt index 777ae5a..b77702c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -14,7 +14,8 @@ On 11/03/14 05:16, Simon Horman wrote: >> --- 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 = < @@ -32,7 +33,7 @@ On 11/03/14 05:16, Simon Horman wrote: >> - ret = of_property_read_u32_index(np, "renesas,clock-indices", i, >> + ret = of_property_read_u32_index(np, "clock-indices", i, >> &clkidx); ->> if (parent_name = NULL || ret < 0) +>> if (parent_name == NULL || ret < 0) >> break; > > Won't this break compatibility with existing DTBs? diff --git a/a/content_digest b/N1/content_digest index 50bb000..2e3ba6a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,8 @@ "ref\01394196400-17112-1-git-send-email-ben.dooks@codethink.co.uk\0" "ref\01394196400-17112-2-git-send-email-ben.dooks@codethink.co.uk\0" "ref\020140311051605.GB3649@verge.net.au\0" - "From\0Ben Dooks <ben.dooks@codethink.co.uk>\0" - "Subject\0Re: [PATCH 1/2] clk: shmobile: clk-mstp: change to using clock-indices\0" + "From\0ben.dooks@codethink.co.uk (Ben Dooks)\0" + "Subject\0[PATCH 1/2] clk: shmobile: clk-mstp: change to using clock-indices\0" "Date\0Tue, 11 Mar 2014 11:07:22 +0000\0" "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" @@ -23,7 +23,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" - ">> \t\tclock-output-names >> \t\t\t\"tpu0\", \"mmcif1\", \"sdhi3\", \"sdhi2\",\n" + ">> \t\tclock-output-names =\n" + ">> \t\t\t\"tpu0\", \"mmcif1\", \"sdhi3\", \"sdhi2\",\n" ">> \t\t\t \"sdhi1\", \"sdhi0\", \"mmcif0\";\n" ">> -\t\trenesas,clock-indices = <\n" ">> +\t\tclock-indices = <\n" @@ -41,7 +42,7 @@ ">> -\t\tret = of_property_read_u32_index(np, \"renesas,clock-indices\", i,\n" ">> +\t\tret = of_property_read_u32_index(np, \"clock-indices\", i,\n" ">> \t\t\t\t\t\t &clkidx);\n" - ">> \t\tif (parent_name = NULL || ret < 0)\n" + ">> \t\tif (parent_name == NULL || ret < 0)\n" ">> \t\t\tbreak;\n" ">\n" "> Won't this break compatibility with existing DTBs?\n" @@ -53,4 +54,4 @@ "Ben Dooks\t\t\t\thttp://www.codethink.co.uk/\n" "Senior Engineer\t\t\t\tCodethink - Providing Genius" -93fb70c370bfe4dd8a1c2678dc278d829b21820c128ed55014b30e34008d4208 +3566ab8692a6fa1f4ba3ac59526646e5177e0c47e994a94130539a5f084281eb
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.