diff for duplicates of <1446721850.4016.58.camel@mtksdaap41> diff --git a/a/1.txt b/N1/1.txt index 5d2d711..e5af30c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -50,7 +50,7 @@ again. > > + #cooling-cells = <2>; > > }; > > -> > cpu1: cpu@1 { +> > cpu1: cpu at 1 { > > @@ -62,6 +75,17 @@ > > reg = <0x001>; > > enable-method = "psci"; @@ -68,7 +68,7 @@ again. > > + dynamic-power-coefficient = <263>; > > }; > > -> > cpu2: cpu@100 { +> > cpu2: cpu at 100 { > > @@ -70,6 +94,18 @@ > > reg = <0x100>; > > enable-method = "psci"; @@ -87,7 +87,7 @@ again. > > + #cooling-cells = <2>; > > }; > > -> > cpu3: cpu@101 { +> > cpu3: cpu at 101 { > > @@ -78,6 +114,17 @@ > > reg = <0x101>; > > enable-method = "psci"; @@ -119,19 +119,19 @@ again. > > + sustainable-power = <1500>; > > + > > + trips { -> > + threshold: trip-point@0 { +> > + threshold: trip-point at 0 { > > + temperature = <68000>; > > + hysteresis = <2000>; > > + type = "passive"; > > + }; > > + -> > + target: trip-point@1 { +> > + target: trip-point at 1 { > > + temperature = <85000>; > > + hysteresis = <2000>; > > + type = "passive"; > > + }; > > + -> > + cpu_crit: cpu_crit@0 { +> > + cpu_crit: cpu_crit at 0 { > > + temperature = <115000>; > > + hysteresis = <2000>; > > + type = "critical"; @@ -139,12 +139,12 @@ again. > > + }; > > + > > + cooling-maps { -> > + map@0 { +> > + map at 0 { > > + trip = <&target>; > > + cooling-device = <&cpu0 0 0>; > > + contribution = <1024>; > > + }; -> > + map@1 { +> > + map at 1 { > > + trip = <&target>; > > + cooling-device = <&cpu2 0 0>; > > + contribution = <2048>; @@ -161,5 +161,5 @@ again. > > > > -- > > To unsubscribe from this list: send the line "unsubscribe linux-pm" in -> > the body of a message to majordomo@vger.kernel.org +> > the body of a message to majordomo at vger.kernel.org > > More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N1/content_digest index 19dd4b4..02201b8 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,28 +1,10 @@ "ref\01445515359-8587-1-git-send-email-dawei.chien@mediatek.com\0" "ref\01445515359-8587-3-git-send-email-dawei.chien@mediatek.com\0" "ref\020151104194111.GD14127@localhost.localdomain\0" - "From\0dawei chien <dawei.chien@mediatek.com>\0" - "Subject\0Re: [PATCH v3 2/2] arm64: dts: mt8173: Add thermal zone node for mt8173.\0" + "From\0dawei.chien@mediatek.com (dawei chien)\0" + "Subject\0[PATCH v3 2/2] arm64: dts: mt8173: Add thermal zone node for mt8173.\0" "Date\0Thu, 5 Nov 2015 19:10:50 +0800\0" - "To\0Eduardo Valentin <edubezval@gmail.com>\0" - "Cc\0Viresh Kumar <viresh.kumar@linaro.org>" - Rafael J. Wysocki <rjw@rjwysocki.net> - Rob Herring <robh+dt@kernel.org> - Pawel Moll <pawel.moll@arm.com> - Mark Rutland <mark.rutland@arm.com> - Ian Campbell <ijc+devicetree@hellion.org.uk> - Kumar Gala <galak@codeaurora.org> - Matthias Brugger <matthias.bgg@gmail.com> - Daniel Kurtz <djkurtz@chromium.org> - Sascha Hauer <s.hauer@pengutronix.de> - Daniel Lezcano <daniel.lezcano@linaro.org> - devicetree@vger.kernel.org - linux-arm-kernel@lists.infradead.org - linux-kernel@vger.kernel.org - linux-pm@vger.kernel.org - linux-mediatek@lists.infradead.org - srv_heupstream@mediatek.com - " Sascha Hauer <kernel@pengutronix.de>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Wed, 2015-11-04 at 11:41 -0800, Eduardo Valentin wrote:\n" @@ -77,7 +59,7 @@ "> > +\t\t\t#cooling-cells = <2>;\n" "> > \t\t};\n" "> > \n" - "> > \t\tcpu1: cpu@1 {\n" + "> > \t\tcpu1: cpu at 1 {\n" "> > @@ -62,6 +75,17 @@\n" "> > \t\t\treg = <0x001>;\n" "> > \t\t\tenable-method = \"psci\";\n" @@ -95,7 +77,7 @@ "> > +\t\t\tdynamic-power-coefficient = <263>;\n" "> > \t\t};\n" "> > \n" - "> > \t\tcpu2: cpu@100 {\n" + "> > \t\tcpu2: cpu at 100 {\n" "> > @@ -70,6 +94,18 @@\n" "> > \t\t\treg = <0x100>;\n" "> > \t\t\tenable-method = \"psci\";\n" @@ -114,7 +96,7 @@ "> > +\t\t\t#cooling-cells = <2>;\n" "> > \t\t};\n" "> > \n" - "> > \t\tcpu3: cpu@101 {\n" + "> > \t\tcpu3: cpu at 101 {\n" "> > @@ -78,6 +114,17 @@\n" "> > \t\t\treg = <0x101>;\n" "> > \t\t\tenable-method = \"psci\";\n" @@ -146,19 +128,19 @@ "> > +\t\t\tsustainable-power = <1500>;\n" "> > +\n" "> > +\t\t\ttrips {\n" - "> > +\t\t\t\tthreshold: trip-point@0 {\n" + "> > +\t\t\t\tthreshold: trip-point at 0 {\n" "> > +\t\t\t\t\ttemperature = <68000>;\n" "> > +\t\t\t\t\thysteresis = <2000>;\n" "> > +\t\t\t\t\ttype = \"passive\";\n" "> > +\t\t\t\t};\n" "> > +\n" - "> > +\t\t\t\ttarget: trip-point@1 {\n" + "> > +\t\t\t\ttarget: trip-point at 1 {\n" "> > +\t\t\t\t\ttemperature = <85000>;\n" "> > +\t\t\t\t\thysteresis = <2000>;\n" "> > +\t\t\t\t\ttype = \"passive\";\n" "> > +\t\t\t\t};\n" "> > +\n" - "> > +\t\t\t\tcpu_crit: cpu_crit@0 {\n" + "> > +\t\t\t\tcpu_crit: cpu_crit at 0 {\n" "> > +\t\t\t\t\ttemperature = <115000>;\n" "> > +\t\t\t\t\thysteresis = <2000>;\n" "> > +\t\t\t\t\ttype = \"critical\";\n" @@ -166,12 +148,12 @@ "> > +\t\t\t};\n" "> > +\n" "> > +\t\t\tcooling-maps {\n" - "> > +\t\t\t\tmap@0 {\n" + "> > +\t\t\t\tmap at 0 {\n" "> > +\t\t\t\t\ttrip = <&target>;\n" "> > +\t\t\t\t\tcooling-device = <&cpu0 0 0>;\n" "> > +\t\t\t\t\tcontribution = <1024>;\n" "> > +\t\t\t\t};\n" - "> > +\t\t\t\tmap@1 {\n" + "> > +\t\t\t\tmap at 1 {\n" "> > +\t\t\t\t\ttrip = <&target>;\n" "> > +\t\t\t\t\tcooling-device = <&cpu2 0 0>;\n" "> > +\t\t\t\t\tcontribution = <2048>;\n" @@ -188,7 +170,7 @@ "> > \n" "> > --\n" "> > To unsubscribe from this list: send the line \"unsubscribe linux-pm\" in\n" - "> > the body of a message to majordomo@vger.kernel.org\n" + "> > the body of a message to majordomo at vger.kernel.org\n" > > More majordomo info at http://vger.kernel.org/majordomo-info.html -05ea29138cfef4b63331fab0aa0167aa9a2b46f09dd3c1ab11809584e410cda9 +8599b0a3792e70e24afe103952d9137d87b5e480abd449fdf0fff3ab19b6163c
diff --git a/a/content_digest b/N2/content_digest index 19dd4b4..0db11e2 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -16,12 +16,12 @@ Daniel Kurtz <djkurtz@chromium.org> Sascha Hauer <s.hauer@pengutronix.de> Daniel Lezcano <daniel.lezcano@linaro.org> - devicetree@vger.kernel.org - linux-arm-kernel@lists.infradead.org - linux-kernel@vger.kernel.org - linux-pm@vger.kernel.org - linux-mediatek@lists.infradead.org - srv_heupstream@mediatek.com + <devicetree@vger.kernel.org> + <linux-arm-kernel@lists.infradead.org> + <linux-kernel@vger.kernel.org> + <linux-pm@vger.kernel.org> + <linux-mediatek@lists.infradead.org> + <srv_heupstream@mediatek.com> " Sascha Hauer <kernel@pengutronix.de>\0" "\00:1\0" "b\0" @@ -191,4 +191,4 @@ "> > the body of a message to majordomo@vger.kernel.org\n" > > More majordomo info at http://vger.kernel.org/majordomo-info.html -05ea29138cfef4b63331fab0aa0167aa9a2b46f09dd3c1ab11809584e410cda9 +1b69518a3b94e2b6bcc5ce990926fe77148ba28be29d81b9706c18756ccb30af
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.