All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH 1/3] hwmon: (coretemp) Document TjMax for Atom Z2460 CPU
@ 2012-06-06  4:48 Guenter Roeck
  2012-06-06  5:22 ` R, Durgadoss
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Guenter Roeck @ 2012-06-06  4:48 UTC (permalink / raw)
  To: lm-sensors

TjMax for Atom Z2460 (Medfield) is 90 degrees C per information from Intel.
Document it.

Cc: Fenghua Yu <fenghua.yu@intel.com>
Cc: "R, Durgadoss" <durgadoss.r@intel.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
---
 Documentation/hwmon/coretemp |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/Documentation/hwmon/coretemp b/Documentation/hwmon/coretemp
index 3d7f2d7..f6aed440 100644
--- a/Documentation/hwmon/coretemp
+++ b/Documentation/hwmon/coretemp
@@ -66,6 +66,9 @@ Process		Processor					TjMax(C)
 		U3400						105
 		P4505/P4500 					90
 
+32nm		Atom Processors
+		Z2460						90
+
 45nm		Xeon Processors 5400 Quad-Core
 		X5492, X5482, X5472, X5470, X5460, X5450	85
 		E5472, E5462, E5450/40/30/20/10/05		85
-- 
1.7.5.4


_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [lm-sensors] [PATCH 1/3] hwmon: (coretemp) Document TjMax for Atom Z2460 CPU
  2012-06-06  4:48 [lm-sensors] [PATCH 1/3] hwmon: (coretemp) Document TjMax for Atom Z2460 CPU Guenter Roeck
@ 2012-06-06  5:22 ` R, Durgadoss
  2012-06-10 18:24 ` Guenter Roeck
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: R, Durgadoss @ 2012-06-06  5:22 UTC (permalink / raw)
  To: lm-sensors

> -----Original Message-----
> From: Guenter Roeck [mailto:linux@roeck-us.net]
> Sent: Wednesday, June 06, 2012 10:19 AM
> To: lm-sensors
> Cc: Jean Delvare; Guenter Roeck; Yu, Fenghua; R, Durgadoss
> Subject: [PATCH 1/3] hwmon: (coretemp) Document TjMax for Atom Z2460 CPU
> 
> TjMax for Atom Z2460 (Medfield) is 90 degrees C per information from Intel.
> Document it.
> 
> Cc: Fenghua Yu <fenghua.yu@intel.com>
> Cc: "R, Durgadoss" <durgadoss.r@intel.com>
> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
> ---

Acked-by: Durgadoss R <durgadoss.r@intel.com>

Thanks for the patch Guenter,
Durga

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [lm-sensors] [PATCH 1/3] hwmon: (coretemp) Document TjMax for Atom Z2460 CPU
  2012-06-06  4:48 [lm-sensors] [PATCH 1/3] hwmon: (coretemp) Document TjMax for Atom Z2460 CPU Guenter Roeck
  2012-06-06  5:22 ` R, Durgadoss
@ 2012-06-10 18:24 ` Guenter Roeck
  2012-06-10 19:18 ` Jean Delvare
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2012-06-10 18:24 UTC (permalink / raw)
  To: lm-sensors

On Wed, Jun 06, 2012 at 12:48:34AM -0400, Guenter Roeck wrote:
> TjMax for Atom Z2460 (Medfield) is 90 degrees C per information from Intel.
> Document it.
> 
> Cc: Fenghua Yu <fenghua.yu@intel.com>
> Cc: "R, Durgadoss" <durgadoss.r@intel.com>
> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
> ---
>  Documentation/hwmon/coretemp |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
Hi Jean,

any comments on this patch series ?

Thanks,
Guenter

> diff --git a/Documentation/hwmon/coretemp b/Documentation/hwmon/coretemp
> index 3d7f2d7..f6aed440 100644
> --- a/Documentation/hwmon/coretemp
> +++ b/Documentation/hwmon/coretemp
> @@ -66,6 +66,9 @@ Process		Processor					TjMax(C)
>  		U3400						105
>  		P4505/P4500 					90
>  
> +32nm		Atom Processors
> +		Z2460						90
> +
>  45nm		Xeon Processors 5400 Quad-Core
>  		X5492, X5482, X5472, X5470, X5460, X5450	85
>  		E5472, E5462, E5450/40/30/20/10/05		85
> -- 
> 1.7.5.4
> 
> 
> _______________________________________________
> lm-sensors mailing list
> lm-sensors@lm-sensors.org
> http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [lm-sensors] [PATCH 1/3] hwmon: (coretemp) Document TjMax for Atom Z2460 CPU
  2012-06-06  4:48 [lm-sensors] [PATCH 1/3] hwmon: (coretemp) Document TjMax for Atom Z2460 CPU Guenter Roeck
  2012-06-06  5:22 ` R, Durgadoss
  2012-06-10 18:24 ` Guenter Roeck
@ 2012-06-10 19:18 ` Jean Delvare
  2012-06-10 22:01 ` Guenter Roeck
  2012-06-11 14:32 ` Jean Delvare
  4 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2012-06-10 19:18 UTC (permalink / raw)
  To: lm-sensors

On Sun, 10 Jun 2012 11:24:13 -0700, Guenter Roeck wrote:
> On Wed, Jun 06, 2012 at 12:48:34AM -0400, Guenter Roeck wrote:
> > TjMax for Atom Z2460 (Medfield) is 90 degrees C per information from Intel.
> > Document it.
> > 
> > Cc: Fenghua Yu <fenghua.yu@intel.com>
> > Cc: "R, Durgadoss" <durgadoss.r@intel.com>
> > Signed-off-by: Guenter Roeck <linux@roeck-us.net>
> > ---
> >  Documentation/hwmon/coretemp |    3 +++
> >  1 files changed, 3 insertions(+), 0 deletions(-)
> > 
> Hi Jean,
> 
> any comments on this patch series ?

On my to-do list, sorry... Will review and apply ASAP.

-- 
Jean Delvare

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [lm-sensors] [PATCH 1/3] hwmon: (coretemp) Document TjMax for Atom Z2460 CPU
  2012-06-06  4:48 [lm-sensors] [PATCH 1/3] hwmon: (coretemp) Document TjMax for Atom Z2460 CPU Guenter Roeck
                   ` (2 preceding siblings ...)
  2012-06-10 19:18 ` Jean Delvare
@ 2012-06-10 22:01 ` Guenter Roeck
  2012-06-11 14:32 ` Jean Delvare
  4 siblings, 0 replies; 6+ messages in thread
From: Guenter Roeck @ 2012-06-10 22:01 UTC (permalink / raw)
  To: lm-sensors

On Sun, Jun 10, 2012 at 03:18:54PM -0400, Jean Delvare wrote:
> On Sun, 10 Jun 2012 11:24:13 -0700, Guenter Roeck wrote:
> > On Wed, Jun 06, 2012 at 12:48:34AM -0400, Guenter Roeck wrote:
> > > TjMax for Atom Z2460 (Medfield) is 90 degrees C per information from Intel.
> > > Document it.
> > > 
> > > Cc: Fenghua Yu <fenghua.yu@intel.com>
> > > Cc: "R, Durgadoss" <durgadoss.r@intel.com>
> > > Signed-off-by: Guenter Roeck <linux@roeck-us.net>
> > > ---
> > >  Documentation/hwmon/coretemp |    3 +++
> > >  1 files changed, 3 insertions(+), 0 deletions(-)
> > > 
> > Hi Jean,
> > 
> > any comments on this patch series ?
> 
> On my to-do list, sorry... Will review and apply ASAP.
> 
No hurry, just trying to make sure it does not get lost.

Thanks,
Guenter

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [lm-sensors] [PATCH 1/3] hwmon: (coretemp) Document TjMax for Atom Z2460 CPU
  2012-06-06  4:48 [lm-sensors] [PATCH 1/3] hwmon: (coretemp) Document TjMax for Atom Z2460 CPU Guenter Roeck
                   ` (3 preceding siblings ...)
  2012-06-10 22:01 ` Guenter Roeck
@ 2012-06-11 14:32 ` Jean Delvare
  4 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2012-06-11 14:32 UTC (permalink / raw)
  To: lm-sensors

On Tue,  5 Jun 2012 21:48:34 -0700, Guenter Roeck wrote:
> TjMax for Atom Z2460 (Medfield) is 90 degrees C per information from Intel.
> Document it.
> 
> Cc: Fenghua Yu <fenghua.yu@intel.com>
> Cc: "R, Durgadoss" <durgadoss.r@intel.com>
> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
> ---
>  Documentation/hwmon/coretemp |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/Documentation/hwmon/coretemp b/Documentation/hwmon/coretemp
> index 3d7f2d7..f6aed440 100644
> --- a/Documentation/hwmon/coretemp
> +++ b/Documentation/hwmon/coretemp
> @@ -66,6 +66,9 @@ Process		Processor					TjMax(C)
>  		U3400						105
>  		P4505/P4500 					90
>  
> +32nm		Atom Processors
> +		Z2460						90
> +
>  45nm		Xeon Processors 5400 Quad-Core
>  		X5492, X5482, X5472, X5470, X5460, X5450	85
>  		E5472, E5462, E5450/40/30/20/10/05		85

Applied, thanks.

-- 
Jean Delvare

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-06-11 14:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-06  4:48 [lm-sensors] [PATCH 1/3] hwmon: (coretemp) Document TjMax for Atom Z2460 CPU Guenter Roeck
2012-06-06  5:22 ` R, Durgadoss
2012-06-10 18:24 ` Guenter Roeck
2012-06-10 19:18 ` Jean Delvare
2012-06-10 22:01 ` Guenter Roeck
2012-06-11 14:32 ` Jean Delvare

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.