Re: [PATCH 1/1]: thermal driver therm_adt746.c

2015-03-26 Thread Thomas Haschka
stead of only the GPU and CPU sensors. Second: The units have been changed in order to correspond to the units given by other temperature sensors, such as the coretemp (intel) sensor. This allows to monitor them using several applications, notably xosview. Signed-off-by: Thomas Ha

Re: [PATCH 1/1]: thermal driver therm_adt746.c

2015-02-26 Thread Thomas Haschka
er to correspond to the units given by other temperature sensors, such as the coretemp (intel) sensor. This allows to monitor them using several applications, notably xosview. cheers, Signed-off-by: Thomas Haschka --- drivers/macintosh/therm_adt746x.c | 118 +++-

Re: [PATCH 1/1]: thermal driver therm_adt746.c

2015-02-25 Thread Thomas Haschka
g all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. Signed-off-by: Thomas Haschka --- linux/drivers/macintosh/therm_adt746x.c

[PATCH] Changes in therm_adt746x.c in order to support all three sensors. This should avoid overheating of components such as the harddisk inside singe fan driven powerbooks/ibooks such as the 12inch

2015-02-23 Thread Thomas Haschka
Signed-off-by: Thomas Haschka --- drivers/macintosh/therm_adt746x.c | 158 +- 1 file changed, 121 insertions(+), 37 deletions(-) diff --git a/drivers/macintosh/therm_adt746x.c b/drivers/macintosh/therm_adt746x.c index f433521..a29f15d 100644 --- a/drivers

[PATCH 1/1]: thermal driver therm_adt746.c

2015-02-23 Thread Thomas Haschka
personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. Signed-off-by: Thomas Haschka (hasc...@gmail.com) --- linux/drivers/macintosh/therm_adt746x.c.