diff for duplicates of <20160804162844.GC1207@linaro.org> diff --git a/a/1.txt b/N1/1.txt index 6f68363..ea64f8f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -28,7 +28,7 @@ PC, the domain state is an extension of the CPU state and rightful place for that is the cpu-idle-states property. Just like the example you have. -> cpu@0 { +> cpu at 0 { > /*...*/ > cpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>; > }; @@ -65,7 +65,7 @@ if (psci_has_osi_pd) { pr_warn("CPU%d: Error setting PSCI OSI mode\n", cpu); } -> cpu@0 { +> cpu at 0 { > /*...*/ > cpu-idle-states = <&CPU_SLEEP>; > power-domains = <CPU_PD>; @@ -126,14 +126,14 @@ composite is made by an OR of the CPU state and the cluster idle state. >> + idle-states = <&CLUSTER_SLEEP_0>, <&CLUSTER_SLEEP_1>; >> + }; >> + ->> + CLUSTER_SLEEP_0: idle-state@0 { +>> + CLUSTER_SLEEP_0: idle-state at 0 { >> + compatible = "arm,idle-state"; >> + entry-latency-us = <1000>; >> + exit-latency-us = <2000>; >> + residency-us = <10000>; >> + }; >> + ->> + CLUSTER_SLEEP_1: idle-state@1 { +>> + CLUSTER_SLEEP_1: idle-state at 1 { >> + compatible = "arm,idle-state"; >> + entry-latency-us = <5000>; >> + exit-latency-us = <5000>; diff --git a/a/content_digest b/N1/content_digest index fcea36a..32053e9 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,22 +1,10 @@ "ref\01469829385-11511-1-git-send-email-lina.iyer@linaro.org\0" "ref\01469829385-11511-3-git-send-email-lina.iyer@linaro.org\0" "ref\020160804152453.GB1732@brendan-thinkstation\0" - "From\0Lina Iyer <lina.iyer@linaro.org>\0" - "Subject\0Re: [PATCH v2 02/14] dt/bindings: update binding for PM domain idle states\0" + "From\0lina.iyer@linaro.org (Lina Iyer)\0" + "Subject\0[PATCH v2 02/14] dt/bindings: update binding for PM domain idle states\0" "Date\0Thu, 4 Aug 2016 10:28:44 -0600\0" - "To\0Brendan Jackman <brendan.jackman@arm.com>\0" - "Cc\0Mark Rutland <mark.rutland@arm.com>" - devicetree@vger.kernel.org - ulf.hansson@linaro.org - linux-pm@vger.kernel.org - sboyd@codeaurora.org - khilman@kernel.org - rjw@rjwysocki.net - Axel Haslam <ahaslam+renesas@baylibre.com> - Marc Titinger <mtitinger+renesas@baylibre.com> - linux-arm-msm@vger.kernel.org - andy.gross@linaro.org - " linux-arm-kernel@lists.infradead.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Brenden,\n" @@ -49,7 +37,7 @@ "for that is the cpu-idle-states property. Just like the example you\n" "have.\n" "\n" - ">\tcpu@0 {\n" + ">\tcpu at 0 {\n" ">\t\t/*...*/\n" ">\t\tcpu-idle-states = <&CPU_SLEEP &CLUSTER_SLEEP>;\n" ">\t};\n" @@ -86,7 +74,7 @@ " pr_warn(\"CPU%d: Error setting PSCI OSI mode\\n\", cpu);\n" "}\n" "\n" - ">\tcpu@0 {\n" + ">\tcpu at 0 {\n" ">\t\t/*...*/\n" ">\t\tcpu-idle-states = <&CPU_SLEEP>;\n" ">\t\tpower-domains = <CPU_PD>;\n" @@ -147,14 +135,14 @@ ">> +\t\t\tidle-states = <&CLUSTER_SLEEP_0>, <&CLUSTER_SLEEP_1>;\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tCLUSTER_SLEEP_0: idle-state@0 {\n" + ">> +\t\tCLUSTER_SLEEP_0: idle-state at 0 {\n" ">> +\t\t\tcompatible = \"arm,idle-state\";\n" ">> +\t\t\tentry-latency-us = <1000>;\n" ">> +\t\t\texit-latency-us = <2000>;\n" ">> +\t\t\tresidency-us = <10000>;\n" ">> +\t\t};\n" ">> +\n" - ">> +\t\tCLUSTER_SLEEP_1: idle-state@1 {\n" + ">> +\t\tCLUSTER_SLEEP_1: idle-state at 1 {\n" ">> +\t\t\tcompatible = \"arm,idle-state\";\n" ">> +\t\t\tentry-latency-us = <5000>;\n" ">> +\t\t\texit-latency-us = <5000>;\n" @@ -204,4 +192,4 @@ ">Regards,\n" >Brendan -61ddf97b09972a8893a964842155d20d22ca65ef71c425b782b624002b6cfddc +9c224ca8bba500975557b71e690dcbed04bda4ef76a9658a1ffefaad8b87c106
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.