Re: [PATCH] Driver for omap34xx temperature sensor. second version.

2008-11-18 Thread Koen Kooi
Op 29 mei 2008, om 14:42 heeft Peter 'p2' De Schrijver het volgende geschreven: Hi, [EMAIL PROTECTED]:/sys/class/hwmon/hwmon0/device# cat temp1_input 96 does anyone from TI have a hint if the chip is really that hot, or that we need to scale the value? Maybe it's in Fahrenheit? That w

Re: [PATCH] Driver for omap34xx temperature sensor. second version.

2008-05-29 Thread Peter 'p2' De Schrijver
Hi, >>> [EMAIL PROTECTED]:/sys/class/hwmon/hwmon0/device# cat temp1_input >>> 96 >>> >>> does anyone from TI have a hint if the chip is really that hot, or >>> that we need to scale the value? >> >> Maybe it's in Fahrenheit? > > That was my first thought, but looking that the omap3530 TRM > (spr

Re: [PATCH] Driver for omap34xx temperature sensor. second version.

2008-05-29 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 29 mei 2008, om 01:12 heeft Tony Lindgren het volgende geschreven: * Koen Kooi <[EMAIL PROTECTED]> [080528 16:08]: Op 23 mei 2008, om 12:49 heeft Peter 'p2' De Schrijver het volgende geschreven: Hi, This patch adds a hwmon driver for the OM

Re: [PATCH] Driver for omap34xx temperature sensor. second version.

2008-05-28 Thread Tony Lindgren
* Koen Kooi <[EMAIL PROTECTED]> [080528 16:08]: > > Op 23 mei 2008, om 12:49 heeft Peter 'p2' De Schrijver het volgende > geschreven: > > > Hi, > > > > This patch adds a hwmon driver for the OMAP34xx internal temperature > > sensor. I get unusually high values (80 degrees and more) from this >

Re: [PATCH] Driver for omap34xx temperature sensor. second version.

2008-05-28 Thread Koen Kooi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Op 23 mei 2008, om 12:49 heeft Peter 'p2' De Schrijver het volgende geschreven: Hi, This patch adds a hwmon driver for the OMAP34xx internal temperature sensor. I get unusually high values (80 degrees and more) from this sensor though. Same h

Re: [PATCH] Driver for omap34xx temperature sensor. second version.

2008-05-28 Thread Tony Lindgren
* Peter 'p2' De Schrijver <[EMAIL PROTECTED]> [080523 03:50]: > Hi, > > This patch adds a hwmon driver for the OMAP34xx internal temperature > sensor. I get unusually high values (80 degrees and more) from this > sensor though. > > Comments welcome. Pushing today. Tony > > Signed-off-by: Pe

[PATCH] Driver for omap34xx temperature sensor. second version.

2008-05-23 Thread Peter 'p2' De Schrijver
Hi, This patch adds a hwmon driver for the OMAP34xx internal temperature sensor. I get unusually high values (80 degrees and more) from this sensor though. Comments welcome. Signed-off-by: Peter 'p2' De Schrijver <[EMAIL PROTECTED]> --- drivers/hwmon/Kconfig |4 + drivers/hw

Re: [PATCH] Driver for omap34xx temperature sensor.

2008-05-20 Thread Paul Walmsley
Hi Peter, a few quick comments. On Mon, 19 May 2008, Peter 'p2' De Schrijver wrote: > +#define SCM_CONTROL_TEMP_SENSOR (OMAP343X_SCM_BASE + 0x524) Consider moving this to include/asm-arm/arch-omap/control.h ? > +#define CM_FCLKEN3_CORE (OMAP3430_CM_BASE + 0x200 + 0x8) The above define do

[PATCH] Driver for omap34xx temperature sensor.

2008-05-19 Thread Peter 'p2' De Schrijver
Hi, This patch adds a hwmon driver for the OMAP34xx internal temperature sensor. I get unusually high values (80 degrees and more) from this sensor though. Comments welcome. Cheers, Peter. Signed-off-by: Peter 'p2' De Schrijver <[EMAIL PROTECTED]> --- drivers/hwmon/Kconfig |4 +