2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 14:25:39 +00:00
Commit Graph

3232 Commits

Author SHA1 Message Date
Mark M. Hoffman
5a9e2dda61 Add 661 to list of SiS north bridges to help detect SMBus device
when running kernels 2.4.x.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3229 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-01-14 04:16:00 +00:00
Jean Delvare
0dec718da5 Drop unused struct member lm75.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3228 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-01-10 11:22:06 +00:00
Jean Delvare
88af21a673 Update.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3227 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-01-10 11:20:06 +00:00
Jean Delvare
b36654cb3b Add 2.4 kernel and user-space support for the Winbond W83687THF
chip. Needs testing.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3226 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-01-10 11:17:17 +00:00
Jean Delvare
9f9be64fab Fix a reported compilation breakage with gcc 3.4 due to inline
functions being called before their actual definition. Thanks to Greg
Kroah-Hartman for the report.
Also, drop an unused lock.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3225 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-01-09 20:02:21 +00:00
Jean Delvare
337ffc5729 Add support for the new platform drivers (Linux 2.6, sysfs).
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3224 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-01-09 19:55:18 +00:00
Jean Delvare
dcf611d1c7 One more supported PCI ID for the i2c-nforce2 driver. This is a
backport from Linux 2.6.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3223 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-01-07 17:26:14 +00:00
Jean Delvare
ef432cb2ae Clarify the W83627THF VID documentation. Backport from Linux 2.6,
original patch from Mark M. Hoffman.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3222 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-01-07 15:45:59 +00:00
Jean Delvare
c6d1ade5fe Always set the SMBAUXCTL register (which enables/disables PEC)
explicitly before each transaction. Backport from Linux 2.6, original
patch from Mark M. Hoffman.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3221 7894878c-1315-0410-8ee3-d5d059ff63e0
2006-01-07 15:30:18 +00:00
Jean Delvare
db773f6c88 Fix options in usage message.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3220 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-12-27 20:01:31 +00:00
Jean Delvare
a436b5b814 Update.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3219 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-12-17 17:48:20 +00:00
Jean Delvare
de5a8c5abb Cleanups to the fan and set_fan_div code.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3218 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-12-17 17:36:05 +00:00
Jean Delvare
fb223c5d24 Fix fan div auto-adjust. Patch from Yuan Mu.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3217 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-12-17 17:26:35 +00:00
Jean Delvare
4d5a7df886 Remove the version 1 specifics part. It's very old and I'd hope
nobody uses this anymore. At any rate, there's little point in including
version 1 information in the version 2 FAQ. Set FAQ version to 2.18.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3216 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-12-17 11:25:33 +00:00
Jean Delvare
e843854352 Simplify message logging.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3215 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-12-13 19:53:22 +00:00
Jean Delvare
a359166a48 Check for Fintek ID.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3214 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-12-13 19:44:04 +00:00
Jean Delvare
dafffa2ec4 Rewrite the Super-I/O register access part so that we do not rely
on globals. The resulting code is slightly more compact too (both source
and compiled binary).


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3213 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-12-13 19:35:17 +00:00
Jean Delvare
c1ff1bbd55 Initialize the chip before registering it.
Drop useless local variable initialization.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3212 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-12-12 20:24:53 +00:00
Jean Delvare
a51b72b468 Drop useless local variable.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3211 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-12-11 10:05:17 +00:00
Jean Delvare
0b298a851e Fix fan control mode (PWM/DC) reporting.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3210 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-12-11 09:58:01 +00:00
Jean Delvare
faf61c24c8 Patch from Yuan Mu, with bug fixes and code cleanups backported
from Linux 2.6:

* Fan inputs 4, 5, 6 and 7 can be disabled.
* Simplify voltage reading code.
* Simplify and inline w83792d_{read,write}_value.
* Drop unused lock.
* Make needlessly global functions static.
* Fix the bug where tolerance 2 and tolerance 3 can not be set.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3209 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-12-11 09:20:21 +00:00
Jean Delvare
1bb52a68df Remove trailing whitespace. Patch from Yuan Mu.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3208 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-12-11 08:25:59 +00:00
Jean Delvare
9ada552b65 Add detection of the Intel 82845G (i2c-i810 driver).
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3207 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-12-09 19:44:49 +00:00
Jean Delvare
939e19d1fb Update.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3206 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-12-09 19:36:42 +00:00
Jean Delvare
0d65cedd4c Patch from Yuan Mu:
This patch fixes a typo in set VCORE function, in_min should be in_max.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3205 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-12-09 19:35:58 +00:00
Jean Delvare
06153c7a4c Display VID as 0V for W83627THF when GPIO5 is not used as VID
inputs. Backport of Yuan Mu's patch for Linux 2.6.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3204 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-12-09 19:29:01 +00:00
Jean Delvare
075bdce06d Add note on via686a's temps contributed by Patrick Thomson.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3203 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-12-07 20:45:38 +00:00
Jean Delvare
6dfe89a57a Add Analog Devices ADT7476 detection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3202 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-26 11:28:44 +00:00
Jean Delvare
5ab5681d54 Update it87/it8712 section:
* Do not scale +3.3V by default, most boards don't need it.
* Add alternate +5V compute line for some Gigabyte boards.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3201 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-22 22:16:13 +00:00
Jean Delvare
ae63690c60 Patch from Anton V. Staaf:
"(...) I found what I think is a bug in the it87_fan_div setting code.
(...) What was happening was that the check to make sure the third fan's
divisor was either 2 or 8 was using the wrong member of the it87 data
structure.  This was causing the if to never fail and thus always force
the divisor to 2."


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3200 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-21 20:07:02 +00:00
Jean Delvare
9349904858 Ask the users for help on to-be-tested bus drivers.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3199 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-20 19:53:11 +00:00
Jean Delvare
b967ed740b Remove dead code in PCI adapter detection loop.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3198 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-20 19:25:28 +00:00
Rudolf Marek
bde14b0715 Change state of ATI SMBus to "to-be-tested"
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3197 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-20 18:56:22 +00:00
Jean Delvare
de65c63acc Fix vt8231 temperature limits example.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3196 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-19 19:52:27 +00:00
Jean Delvare
9e341d359b Simplify vt8231 thermistor equations a little.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3195 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-19 15:36:27 +00:00
Jean Delvare
5cd5fde08d vt8231 cleanups, to get the 2.4 driver, libsensors and sensors
in line with the new 2.6 driver. The most important changes are temp
inputs renumbering, and conversion formulas changes, because part of the
conversions are now done by the driver as required by the interface
standard.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3194 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-19 14:55:30 +00:00
Jean Delvare
c92b3a8870 Fix Vin values in the comments of the lm78 section.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3193 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-15 18:13:05 +00:00
Jean Delvare
8e6ec2fbce Fix indentation of disabled ISA device hint.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3192 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-13 09:50:21 +00:00
Jean Delvare
5f8432f7d3 Link to Christian Hammers' config file collection.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3191 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-12 11:31:35 +00:00
Jean Delvare
ea30854a22 Drop DEFAULT_VRM, as it makes no sense to have a single default
VRM for all drivers. Same was done it Linux 2.6 some times ago.
Also comment out all "set vrm" lines in sensors.conf.eg, as Linux 2.6
now accurately deduces the VRM from the CPU model.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3190 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-12 09:30:38 +00:00
Jean Delvare
3e8bc2fd9d HTML validation.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3189 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-12 08:22:06 +00:00
Jean Delvare
f838cb5098 Update "Motherboard configuration files" section:
* Drop link to dead config files database.
* Add personal collections subsection, with a link to my own collection.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3188 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-12 07:25:52 +00:00
Rudolf Marek
970f9167e8 Fixed the min/max limits for -12V line. (w83637hf/thf) Credit goes to: rschmidt at frii dot net
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3187 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-10 19:35:03 +00:00
Jean Delvare
a5438bfb88 Drop now unused register define.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3186 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-07 19:09:17 +00:00
Jean Delvare
9d0d49eead Coding style fixes, partly contributed by Ymu@Winbond.com.tw.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3185 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-06 22:00:10 +00:00
Jean Delvare
6e66ecd9b3 Fixes contributed by Ymu@Winbond.com.tw:
* Fix in4 reading on W83627THF and W83637HF.
* Use the right registers for alarms.
* Preserve fan min when setting fan div.


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3184 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-06 21:54:05 +00:00
Rudolf Marek
9e44850898 Update of IDs
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3183 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-06 11:41:36 +00:00
Jean Delvare
7e15a674e7 Update.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3182 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-05 20:49:16 +00:00
Jean Delvare
245b7171b3 Backport from Linux 2.6:
Add PEC support to the lm90 driver. Only the ADM1032 chip supports it,
and in a rather tricky way, which is why this patch comes with
documentation reinforcements. At least, this demonstrates that the new
PEC support logic in i2c-core can properly deal with chips with partial
PEC support.

As enabling PEC causes a significant performance drop, it can be
disabled through a procfs file (unsurprisingly named "pec").


git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3181 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-05 20:47:45 +00:00
Jean Delvare
785cd3eda3 Coding style and printk fixes.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@3180 7894878c-1315-0410-8ee3-d5d059ff63e0
2005-11-05 19:45:58 +00:00