diff for duplicates of <51519FD3.5000402@gmail.com> diff --git a/a/1.txt b/N1/1.txt index 85f187c..1b80a1a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -70,7 +70,7 @@ simply an implementation decision in CortexA cores. > + > +Both required and optional properties listed below must be defined -> +under node /cpus/cpu@x. Where x is the first cpu inside a cluster. +> +under node /cpus/cpu at x. Where x is the first cpu inside a cluster. > + > +NOTE: Cpus should boot in the order specified in DT and all cpus for a cluster > +must be present contiguously. Generic DT driver will check only node 'x' for @@ -99,7 +99,7 @@ binding is already defined. > + #address-cells = <1>; > + #size-cells = <0>; > + -> + cpu@0 { +> + cpu at 0 { > + compatible = "arm,cortex-a15"; > + reg = <0>; > + next-level-cache = <&L2>; @@ -112,13 +112,13 @@ binding is already defined. > + clock-latency = <61036>; /* two CLK32 periods */ > + }; > + -> + cpu@1 { +> + cpu at 1 { > + compatible = "arm,cortex-a15"; > + reg = <1>; > + next-level-cache = <&L2>; > + }; > + -> + cpu@100 { +> + cpu at 100 { > + compatible = "arm,cortex-a7"; > + reg = <100>; > + next-level-cache = <&L2>; @@ -131,7 +131,7 @@ binding is already defined. > + clock-latency = <61036>; /* two CLK32 periods */ > + }; > + -> + cpu@101 { +> + cpu at 101 { > + compatible = "arm,cortex-a7"; > + reg = <101>; > + next-level-cache = <&L2>; @@ -148,8 +148,8 @@ binding is already defined. > +CPU FREQUENCY DRIVERS - ARM BIG LITTLE > +M: Viresh Kumar <viresh.kumar@linaro.org> > +M: Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com> -> +L: cpufreq@vger.kernel.org -> +L: linux-pm@vger.kernel.org +> +L: cpufreq at vger.kernel.org +> +L: linux-pm at vger.kernel.org > +W: http://www.arm.com/products/processors/technologies/biglittleprocessing.php > +S: Maintained > +F: drivers/cpufreq/arm_big_little.h diff --git a/a/content_digest b/N1/content_digest index 0543287..ce8c233 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,26 +1,8 @@ "ref\01f864ec505cae7c5daea3810a3c26e0f5cda38ea.1364290815.git.viresh.kumar@linaro.org\0" - "From\0Rob Herring <robherring2@gmail.com>\0" - "Subject\0Re: [PATCH V2] cpufreq: ARM big LITTLE: Add generic cpufreq driver and its DT glue\0" + "From\0robherring2@gmail.com (Rob Herring)\0" + "Subject\0[PATCH V2] cpufreq: ARM big LITTLE: Add generic cpufreq driver and its DT glue\0" "Date\0Tue, 26 Mar 2013 08:17:07 -0500\0" - "To\0Viresh Kumar <viresh.kumar@linaro.org>\0" - "Cc\0Rafael J. Wysocki <rjw@sisk.pl>" - nicolas.pitre@linaro.org - robin.randhawa@arm.com - linux@arm.linux.org.uk - mark.hambleton@broadcom.com - linux-pm@vger.kernel.org - Sudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com> - devicetree-discuss@lists.ozlabs.org - Liviu.Dudau@arm.com - linux-kernel@vger.kernel.org - cpufreq@vger.kernel.org - linaro-kernel@lists.linaro.org - Steve.Bannister@arm.com - arvind.chauhan@arm.com - linux-arm-kernel@lists.infradead.org - charles.garcia-tobin@arm.com - Mark Langsdorf <mark.langsdorf@calxeda.com> - " Shawn Guo <shawn.guo@linaro.org>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On 03/26/2013 04:51 AM, Viresh Kumar wrote:\n" @@ -95,7 +77,7 @@ "\n" "> +\n" "> +Both required and optional properties listed below must be defined\n" - "> +under node /cpus/cpu@x. Where x is the first cpu inside a cluster.\n" + "> +under node /cpus/cpu at x. Where x is the first cpu inside a cluster.\n" "> +\n" "> +NOTE: Cpus should boot in the order specified in DT and all cpus for a cluster\n" "> +must be present contiguously. Generic DT driver will check only node 'x' for\n" @@ -124,7 +106,7 @@ "> +\t#address-cells = <1>;\n" "> +\t#size-cells = <0>;\n" "> +\n" - "> +\tcpu@0 {\n" + "> +\tcpu at 0 {\n" "> +\t\tcompatible = \"arm,cortex-a15\";\n" "> +\t\treg = <0>;\n" "> +\t\tnext-level-cache = <&L2>;\n" @@ -137,13 +119,13 @@ "> +\t\tclock-latency = <61036>; /* two CLK32 periods */\n" "> +\t};\n" "> +\n" - "> +\tcpu@1 {\n" + "> +\tcpu at 1 {\n" "> +\t\tcompatible = \"arm,cortex-a15\";\n" "> +\t\treg = <1>;\n" "> +\t\tnext-level-cache = <&L2>;\n" "> +\t};\n" "> +\n" - "> +\tcpu@100 {\n" + "> +\tcpu at 100 {\n" "> +\t\tcompatible = \"arm,cortex-a7\";\n" "> +\t\treg = <100>;\n" "> +\t\tnext-level-cache = <&L2>;\n" @@ -156,7 +138,7 @@ "> +\t\tclock-latency = <61036>; /* two CLK32 periods */\n" "> +\t};\n" "> +\n" - "> +\tcpu@101 {\n" + "> +\tcpu at 101 {\n" "> +\t\tcompatible = \"arm,cortex-a7\";\n" "> +\t\treg = <101>;\n" "> +\t\tnext-level-cache = <&L2>;\n" @@ -173,8 +155,8 @@ "> +CPU FREQUENCY DRIVERS - ARM BIG LITTLE\n" "> +M:\tViresh Kumar <viresh.kumar@linaro.org>\n" "> +M:\tSudeep KarkadaNagesha <sudeep.karkadanagesha@arm.com>\n" - "> +L:\tcpufreq@vger.kernel.org\n" - "> +L:\tlinux-pm@vger.kernel.org\n" + "> +L:\tcpufreq at vger.kernel.org\n" + "> +L:\tlinux-pm at vger.kernel.org\n" "> +W:\thttp://www.arm.com/products/processors/technologies/biglittleprocessing.php\n" "> +S:\tMaintained\n" "> +F:\tdrivers/cpufreq/arm_big_little.h\n" @@ -274,4 +256,4 @@ "\n" Rob -0f7790941ccca73b7d8a9730436f974dcffad4fdb76ca39ae20eab8865a0089d +b6534dd2e37d2d46129b53e9e0d2e05683d0ea93ea65063a236eec45809c53b3
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.