diff for duplicates of <20140924183204.GE27076@developer> diff --git a/a/1.txt b/N1/1.txt index 9c0e993..437503a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,7 +5,7 @@ On Thu, Aug 21, 2014 at 01:17:21PM +0300, Mikko Perttunen wrote: > The device will do a controlled shutdown when either the CPU, GPU > or MEM thermal zone reaches 101 degrees Celsius. > -> Signed-off-by: Mikko Perttunen <mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> +> Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> > --- > v5: added cooling-maps nodes > @@ -28,7 +28,7 @@ need/want to add the maps? > + thermal-zones { > + cpu { > + trips { -> + trip@0 { +> + trip at 0 { > + temperature = <101000>; > + hysteresis = <0>; > + type = "critical"; @@ -41,7 +41,7 @@ need/want to add the maps? > + > + mem { > + trips { -> + trip@0 { +> + trip at 0 { > + temperature = <101000>; > + hysteresis = <0>; > + type = "critical"; @@ -54,7 +54,7 @@ need/want to add the maps? > + > + gpu { > + trips { -> + trip@0 { +> + trip at 0 { > + temperature = <101000>; > + hysteresis = <0>; > + type = "critical"; diff --git a/a/content_digest b/N1/content_digest index 998d3bd..786b794 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,18 +1,9 @@ "ref\01408616242-21009-1-git-send-email-mperttunen@nvidia.com\0" "ref\01408616242-21009-4-git-send-email-mperttunen@nvidia.com\0" - "ref\01408616242-21009-4-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org\0" - "From\0Eduardo Valentin <edubezval-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" - "Subject\0Re: [PATCH v5 3/4] ARM: tegra: Add thermal trip points for Jetson TK1\0" + "From\0edubezval@gmail.com (Eduardo Valentin)\0" + "Subject\0[PATCH v5 3/4] ARM: tegra: Add thermal trip points for Jetson TK1\0" "Date\0Wed, 24 Sep 2014 14:32:06 -0400\0" - "To\0Mikko Perttunen <mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0" - "Cc\0rui.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org" - swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org - thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org - linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - " juha-matti.tilli-X3B1VOXEql0@public.gmane.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hello Mikko,\n" @@ -22,7 +13,7 @@ "> The device will do a controlled shutdown when either the CPU, GPU\n" "> or MEM thermal zone reaches 101 degrees Celsius.\n" "> \n" - "> Signed-off-by: Mikko Perttunen <mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" + "> Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>\n" "> ---\n" "> v5: added cooling-maps nodes\n" "> \n" @@ -45,7 +36,7 @@ "> +\tthermal-zones {\n" "> +\t\tcpu {\n" "> +\t\t\ttrips {\n" - "> +\t\t\t\ttrip@0 {\n" + "> +\t\t\t\ttrip at 0 {\n" "> +\t\t\t\t\ttemperature = <101000>;\n" "> +\t\t\t\t\thysteresis = <0>;\n" "> +\t\t\t\t\ttype = \"critical\";\n" @@ -58,7 +49,7 @@ "> +\n" "> +\t\tmem {\n" "> +\t\t\ttrips {\n" - "> +\t\t\t\ttrip@0 {\n" + "> +\t\t\t\ttrip at 0 {\n" "> +\t\t\t\t\ttemperature = <101000>;\n" "> +\t\t\t\t\thysteresis = <0>;\n" "> +\t\t\t\t\ttype = \"critical\";\n" @@ -71,7 +62,7 @@ "> +\n" "> +\t\tgpu {\n" "> +\t\t\ttrips {\n" - "> +\t\t\t\ttrip@0 {\n" + "> +\t\t\t\ttrip at 0 {\n" "> +\t\t\t\t\ttemperature = <101000>;\n" "> +\t\t\t\t\thysteresis = <0>;\n" "> +\t\t\t\t\ttype = \"critical\";\n" @@ -87,4 +78,4 @@ "> 1.8.1.5\n" > -71612f0eb8ed1f2d2993e157375993c28344c10c4f84411dc9490d24910000eb +e7e21f7ffe31a1cdbc7cf5babfefeb7e453b23da72bcca3363ab2a1853ee3b55
diff --git a/a/1.txt b/N2/1.txt index 9c0e993..f400b5b 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -5,7 +5,7 @@ On Thu, Aug 21, 2014 at 01:17:21PM +0300, Mikko Perttunen wrote: > The device will do a controlled shutdown when either the CPU, GPU > or MEM thermal zone reaches 101 degrees Celsius. > -> Signed-off-by: Mikko Perttunen <mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> +> Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com> > --- > v5: added cooling-maps nodes > diff --git a/a/content_digest b/N2/content_digest index 998d3bd..c44ef4b 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,18 +1,17 @@ "ref\01408616242-21009-1-git-send-email-mperttunen@nvidia.com\0" "ref\01408616242-21009-4-git-send-email-mperttunen@nvidia.com\0" - "ref\01408616242-21009-4-git-send-email-mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org\0" - "From\0Eduardo Valentin <edubezval-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0" + "From\0Eduardo Valentin <edubezval@gmail.com>\0" "Subject\0Re: [PATCH v5 3/4] ARM: tegra: Add thermal trip points for Jetson TK1\0" "Date\0Wed, 24 Sep 2014 14:32:06 -0400\0" - "To\0Mikko Perttunen <mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\0" - "Cc\0rui.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org" - swarren-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org - thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org - linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org - linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org - " juha-matti.tilli-X3B1VOXEql0@public.gmane.org\0" + "To\0Mikko Perttunen <mperttunen@nvidia.com>\0" + "Cc\0rui.zhang@intel.com" + swarren@wwwdotorg.org + thierry.reding@gmail.com + linux-pm@vger.kernel.org + linux-tegra@vger.kernel.org + linux-kernel@vger.kernel.org + linux-arm-kernel@lists.infradead.org + " juha-matti.tilli@iki.fi\0" "\00:1\0" "b\0" "Hello Mikko,\n" @@ -22,7 +21,7 @@ "> The device will do a controlled shutdown when either the CPU, GPU\n" "> or MEM thermal zone reaches 101 degrees Celsius.\n" "> \n" - "> Signed-off-by: Mikko Perttunen <mperttunen-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" + "> Signed-off-by: Mikko Perttunen <mperttunen@nvidia.com>\n" "> ---\n" "> v5: added cooling-maps nodes\n" "> \n" @@ -87,4 +86,4 @@ "> 1.8.1.5\n" > -71612f0eb8ed1f2d2993e157375993c28344c10c4f84411dc9490d24910000eb +f0313fb85dfcc87553e285402f9b1fbf37b6625feb4d3e676707f78fbc5a0c20
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.