diff for duplicates of <20150706122640.2a61ca05@amdc2363> diff --git a/a/1.txt b/N1/1.txt index 33b515a..cf4cbf3 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,35 +1,22 @@ -Hi Sascha, - -> The thermal code uses int, long and unsigned long for temperatures -> in different places. -> -> Using an unsigned type limits the thermal framework to positive -> temperatures without need. Also several drivers currently will report -> temperatures near UINT_MAX for temperatures below 0°C. This will -> probably immediately shut the machine down due to overtemperature if -> started below 0°C. -> -> 'long' is 64bit on several architectures. This is not needed since -> INT_MAX °mC is above the melting point of all known materials. -> -> Consistently use a plain 'int' for temperatures throughout the -> thermal code and the drivers. This only changes the places in the -> drivers where the temperature is passed around as pointer, when -> drivers internally use another type this is not changed. -> -> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> - -Sascha, thanks for this cleanup work. - -Reviewed-by: Lukasz Majewski <l.majewski@samsung.com> - --- -Best regards, - -Lukasz Majewski - -Samsung R&D Institute Poland (SRPOL) | Linux Platform Group --- -To unsubscribe from this list: send the line "unsubscribe linux-acpi" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html +SGkgU2FzY2hhLAoKPiBUaGUgdGhlcm1hbCBjb2RlIHVzZXMgaW50LCBsb25nIGFuZCB1bnNpZ25l +ZCBsb25nIGZvciB0ZW1wZXJhdHVyZXMKPiBpbiBkaWZmZXJlbnQgcGxhY2VzLgo+IAo+IFVzaW5n +IGFuIHVuc2lnbmVkIHR5cGUgbGltaXRzIHRoZSB0aGVybWFsIGZyYW1ld29yayB0byBwb3NpdGl2 +ZQo+IHRlbXBlcmF0dXJlcyB3aXRob3V0IG5lZWQuIEFsc28gc2V2ZXJhbCBkcml2ZXJzIGN1cnJl +bnRseSB3aWxsIHJlcG9ydAo+IHRlbXBlcmF0dXJlcyBuZWFyIFVJTlRfTUFYIGZvciB0ZW1wZXJh +dHVyZXMgYmVsb3cgMMKwQy4gVGhpcyB3aWxsCj4gcHJvYmFibHkgaW1tZWRpYXRlbHkgc2h1dCB0 +aGUgbWFjaGluZSBkb3duIGR1ZSB0byBvdmVydGVtcGVyYXR1cmUgaWYKPiBzdGFydGVkIGJlbG93 +IDDCsEMuCj4gCj4gJ2xvbmcnIGlzIDY0Yml0IG9uIHNldmVyYWwgYXJjaGl0ZWN0dXJlcy4gVGhp +cyBpcyBub3QgbmVlZGVkIHNpbmNlCj4gSU5UX01BWCDCsG1DIGlzIGFib3ZlIHRoZSBtZWx0aW5n +IHBvaW50IG9mIGFsbCBrbm93biBtYXRlcmlhbHMuCj4gCj4gQ29uc2lzdGVudGx5IHVzZSBhIHBs +YWluICdpbnQnIGZvciB0ZW1wZXJhdHVyZXMgdGhyb3VnaG91dCB0aGUKPiB0aGVybWFsIGNvZGUg +YW5kIHRoZSBkcml2ZXJzLiBUaGlzIG9ubHkgY2hhbmdlcyB0aGUgcGxhY2VzIGluIHRoZQo+IGRy +aXZlcnMgd2hlcmUgdGhlIHRlbXBlcmF0dXJlIGlzIHBhc3NlZCBhcm91bmQgYXMgcG9pbnRlciwg +d2hlbgo+IGRyaXZlcnMgaW50ZXJuYWxseSB1c2UgYW5vdGhlciB0eXBlIHRoaXMgaXMgbm90IGNo +YW5nZWQuCj4gCj4gU2lnbmVkLW9mZi1ieTogU2FzY2hhIEhhdWVyIDxzLmhhdWVyQHBlbmd1dHJv +bml4LmRlPgoKU2FzY2hhLCB0aGFua3MgZm9yIHRoaXMgY2xlYW51cCB3b3JrLiAKClJldmlld2Vk +LWJ5OiBMdWthc3ogTWFqZXdza2kgPGwubWFqZXdza2lAc2Ftc3VuZy5jb20+CgotLSAKQmVzdCBy +ZWdhcmRzLAoKTHVrYXN6IE1hamV3c2tpCgpTYW1zdW5nIFImRCBJbnN0aXR1dGUgUG9sYW5kIChT +UlBPTCkgfCBMaW51eCBQbGF0Zm9ybSBHcm91cAoKX19fX19fX19fX19fX19fX19fX19fX19fX19f +X19fX19fX19fX19fX19fX19fX18KbG0tc2Vuc29ycyBtYWlsaW5nIGxpc3QKbG0tc2Vuc29yc0Bs +bS1zZW5zb3JzLm9yZwpodHRwOi8vbGlzdHMubG0tc2Vuc29ycy5vcmcvbWFpbG1hbi9saXN0aW5m +by9sbS1zZW5zb3Jz diff --git a/a/content_digest b/N1/content_digest index 198cae0..38e0b0c 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\01436167189-29835-1-git-send-email-s.hauer@pengutronix.de\0" "From\0Lukasz Majewski <l.majewski@samsung.com>\0" - "Subject\0Re: [PATCH] thermal: consistently use int for temperatures\0" - "Date\0Mon, 06 Jul 2015 12:26:40 +0200\0" + "Subject\0Re: [lm-sensors] [PATCH] thermal: consistently use int for temperatures\0" + "Date\0Mon, 06 Jul 2015 10:26:40 +0000\0" "To\0Sascha Hauer <s.hauer@pengutronix.de>\0" "Cc\0linux-pm@vger.kernel.org" Zhang Rui <rui.zhang@intel.com> @@ -24,40 +24,27 @@ " lm-sensors@lm-sensors.org\0" "\00:1\0" "b\0" - "Hi Sascha,\n" - "\n" - "> The thermal code uses int, long and unsigned long for temperatures\n" - "> in different places.\n" - "> \n" - "> Using an unsigned type limits the thermal framework to positive\n" - "> temperatures without need. Also several drivers currently will report\n" - "> temperatures near UINT_MAX for temperatures below 0\302\260C. This will\n" - "> probably immediately shut the machine down due to overtemperature if\n" - "> started below 0\302\260C.\n" - "> \n" - "> 'long' is 64bit on several architectures. This is not needed since\n" - "> INT_MAX \302\260mC is above the melting point of all known materials.\n" - "> \n" - "> Consistently use a plain 'int' for temperatures throughout the\n" - "> thermal code and the drivers. This only changes the places in the\n" - "> drivers where the temperature is passed around as pointer, when\n" - "> drivers internally use another type this is not changed.\n" - "> \n" - "> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>\n" - "\n" - "Sascha, thanks for this cleanup work. \n" - "\n" - "Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>\n" - "\n" - "-- \n" - "Best regards,\n" - "\n" - "Lukasz Majewski\n" - "\n" - "Samsung R&D Institute Poland (SRPOL) | Linux Platform Group\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-acpi\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + "SGkgU2FzY2hhLAoKPiBUaGUgdGhlcm1hbCBjb2RlIHVzZXMgaW50LCBsb25nIGFuZCB1bnNpZ25l\n" + "ZCBsb25nIGZvciB0ZW1wZXJhdHVyZXMKPiBpbiBkaWZmZXJlbnQgcGxhY2VzLgo+IAo+IFVzaW5n\n" + "IGFuIHVuc2lnbmVkIHR5cGUgbGltaXRzIHRoZSB0aGVybWFsIGZyYW1ld29yayB0byBwb3NpdGl2\n" + "ZQo+IHRlbXBlcmF0dXJlcyB3aXRob3V0IG5lZWQuIEFsc28gc2V2ZXJhbCBkcml2ZXJzIGN1cnJl\n" + "bnRseSB3aWxsIHJlcG9ydAo+IHRlbXBlcmF0dXJlcyBuZWFyIFVJTlRfTUFYIGZvciB0ZW1wZXJh\n" + "dHVyZXMgYmVsb3cgMMKwQy4gVGhpcyB3aWxsCj4gcHJvYmFibHkgaW1tZWRpYXRlbHkgc2h1dCB0\n" + "aGUgbWFjaGluZSBkb3duIGR1ZSB0byBvdmVydGVtcGVyYXR1cmUgaWYKPiBzdGFydGVkIGJlbG93\n" + "IDDCsEMuCj4gCj4gJ2xvbmcnIGlzIDY0Yml0IG9uIHNldmVyYWwgYXJjaGl0ZWN0dXJlcy4gVGhp\n" + "cyBpcyBub3QgbmVlZGVkIHNpbmNlCj4gSU5UX01BWCDCsG1DIGlzIGFib3ZlIHRoZSBtZWx0aW5n\n" + "IHBvaW50IG9mIGFsbCBrbm93biBtYXRlcmlhbHMuCj4gCj4gQ29uc2lzdGVudGx5IHVzZSBhIHBs\n" + "YWluICdpbnQnIGZvciB0ZW1wZXJhdHVyZXMgdGhyb3VnaG91dCB0aGUKPiB0aGVybWFsIGNvZGUg\n" + "YW5kIHRoZSBkcml2ZXJzLiBUaGlzIG9ubHkgY2hhbmdlcyB0aGUgcGxhY2VzIGluIHRoZQo+IGRy\n" + "aXZlcnMgd2hlcmUgdGhlIHRlbXBlcmF0dXJlIGlzIHBhc3NlZCBhcm91bmQgYXMgcG9pbnRlciwg\n" + "d2hlbgo+IGRyaXZlcnMgaW50ZXJuYWxseSB1c2UgYW5vdGhlciB0eXBlIHRoaXMgaXMgbm90IGNo\n" + "YW5nZWQuCj4gCj4gU2lnbmVkLW9mZi1ieTogU2FzY2hhIEhhdWVyIDxzLmhhdWVyQHBlbmd1dHJv\n" + "bml4LmRlPgoKU2FzY2hhLCB0aGFua3MgZm9yIHRoaXMgY2xlYW51cCB3b3JrLiAKClJldmlld2Vk\n" + "LWJ5OiBMdWthc3ogTWFqZXdza2kgPGwubWFqZXdza2lAc2Ftc3VuZy5jb20+CgotLSAKQmVzdCBy\n" + "ZWdhcmRzLAoKTHVrYXN6IE1hamV3c2tpCgpTYW1zdW5nIFImRCBJbnN0aXR1dGUgUG9sYW5kIChT\n" + "UlBPTCkgfCBMaW51eCBQbGF0Zm9ybSBHcm91cAoKX19fX19fX19fX19fX19fX19fX19fX19fX19f\n" + "X19fX19fX19fX19fX19fX19fX18KbG0tc2Vuc29ycyBtYWlsaW5nIGxpc3QKbG0tc2Vuc29yc0Bs\n" + "bS1zZW5zb3JzLm9yZwpodHRwOi8vbGlzdHMubG0tc2Vuc29ycy5vcmcvbWFpbG1hbi9saXN0aW5m\n" + by9sbS1zZW5zb3Jz -3980c7c1d8540d3200df3d296c75bcdba2e9ac177c07609485478f2982948b55 +5bbe6a84db5e846475603b6a6f013be0cb816acfcf89d24609d4f049becd7673
diff --git a/a/1.txt b/N2/1.txt index 33b515a..54adbfc 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -5,12 +5,12 @@ Hi Sascha, > > Using an unsigned type limits the thermal framework to positive > temperatures without need. Also several drivers currently will report -> temperatures near UINT_MAX for temperatures below 0°C. This will +> temperatures near UINT_MAX for temperatures below 0?C. This will > probably immediately shut the machine down due to overtemperature if -> started below 0°C. +> started below 0?C. > > 'long' is 64bit on several architectures. This is not needed since -> INT_MAX °mC is above the melting point of all known materials. +> INT_MAX ?mC is above the melting point of all known materials. > > Consistently use a plain 'int' for temperatures throughout the > thermal code and the drivers. This only changes the places in the @@ -29,7 +29,3 @@ Best regards, Lukasz Majewski Samsung R&D Institute Poland (SRPOL) | Linux Platform Group --- -To unsubscribe from this list: send the line "unsubscribe linux-acpi" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N2/content_digest index 198cae0..21cd75a 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,27 +1,8 @@ "ref\01436167189-29835-1-git-send-email-s.hauer@pengutronix.de\0" - "From\0Lukasz Majewski <l.majewski@samsung.com>\0" - "Subject\0Re: [PATCH] thermal: consistently use int for temperatures\0" + "From\0l.majewski@samsung.com (Lukasz Majewski)\0" + "Subject\0[PATCH] thermal: consistently use int for temperatures\0" "Date\0Mon, 06 Jul 2015 12:26:40 +0200\0" - "To\0Sascha Hauer <s.hauer@pengutronix.de>\0" - "Cc\0linux-pm@vger.kernel.org" - Zhang Rui <rui.zhang@intel.com> - Eduardo Valentin <edubezval@gmail.com> - linux-kernel@vger.kernel.org - Jean Delvare <jdelvare@suse.de> - Peter Feuerer <peter@piie.net> - Heiko Stuebner <heiko@sntech.de> - Stephen Warren <swarren@wwwdotorg.org> - Thierry Reding <thierry.reding@gmail.com> - linux-acpi@vger.kernel.org - platform-driver-x86@vger.kernel.org - linux-arm-kernel@lists.infradead.org - linux-omap@vger.kernel.org - linux-samsung-soc@vger.kernel.org - Guenter Roeck <linux@roeck-us.net> - Rafael J. Wysocki <rjw@rjwysocki.net> - Maxime Ripard <maxime.ripard@free-electrons.com> - Darren Hart <dvhart@infradead.org> - " lm-sensors@lm-sensors.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "Hi Sascha,\n" @@ -31,12 +12,12 @@ "> \n" "> Using an unsigned type limits the thermal framework to positive\n" "> temperatures without need. Also several drivers currently will report\n" - "> temperatures near UINT_MAX for temperatures below 0\302\260C. This will\n" + "> temperatures near UINT_MAX for temperatures below 0?C. This will\n" "> probably immediately shut the machine down due to overtemperature if\n" - "> started below 0\302\260C.\n" + "> started below 0?C.\n" "> \n" "> 'long' is 64bit on several architectures. This is not needed since\n" - "> INT_MAX \302\260mC is above the melting point of all known materials.\n" + "> INT_MAX ?mC is above the melting point of all known materials.\n" "> \n" "> Consistently use a plain 'int' for temperatures throughout the\n" "> thermal code and the drivers. This only changes the places in the\n" @@ -54,10 +35,6 @@ "\n" "Lukasz Majewski\n" "\n" - "Samsung R&D Institute Poland (SRPOL) | Linux Platform Group\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-acpi\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Samsung R&D Institute Poland (SRPOL) | Linux Platform Group -3980c7c1d8540d3200df3d296c75bcdba2e9ac177c07609485478f2982948b55 +e2ce209afc67600572c0791b40004af617ffb0eea866d923b75a4b41f8366947
diff --git a/a/1.txt b/N3/1.txt index 33b515a..45a56e2 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -29,7 +29,3 @@ Best regards, Lukasz Majewski Samsung R&D Institute Poland (SRPOL) | Linux Platform Group --- -To unsubscribe from this list: send the line "unsubscribe linux-acpi" in -the body of a message to majordomo@vger.kernel.org -More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/a/content_digest b/N3/content_digest index 198cae0..929cf0c 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -54,10 +54,6 @@ "\n" "Lukasz Majewski\n" "\n" - "Samsung R&D Institute Poland (SRPOL) | Linux Platform Group\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-acpi\" in\n" - "the body of a message to majordomo@vger.kernel.org\n" - More majordomo info at http://vger.kernel.org/majordomo-info.html + Samsung R&D Institute Poland (SRPOL) | Linux Platform Group -3980c7c1d8540d3200df3d296c75bcdba2e9ac177c07609485478f2982948b55 +d4383bb32ea8b4fafb15592ba277b4a81b696d6e2075dc748b21392968f68529
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.