root/lm-sensors/trunk/kernel/chips/w83781d.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @929 [929] 13 years frodo Applied patch of Chip Salzenberg <chip@…>: Better …
(edit) @918 [918] 13 years frodo Fixed small bug that made writing to the first field only of the …
(edit) @871 [871] 13 years mds (mds) Limit the as99127f fan_div values to 8. The as99127f apparently …
(edit) @823 [823] 13 years frodo Bugfix for w83781d.c: unloading of w83783s now works.
(edit) @819 [819] 13 years mds (mds) Change as99127f fan speed calculation based on actual …
(edit) @807 [807] 13 years mds (mds) For as99127f, remove in7-8, sensor1-3, pwm3-4
(edit) @800 [800] 13 years mds (mds) fix sensor selection for sensor2/sensor3. Enable VBAT (in8) …
(edit) @797 [797] 13 years mds (mds) w83627hf only has 2 pwm whether on ISA or I2C bus.
(edit) @777 [777] 13 years mds (mds) don't register address or update values for 2nd "lm75" in a w83783s …
(edit) @728 [728] 13 years mds (mds) stop changing fan 1/2/3 input/output values at module startup, …
(edit) @719 [719] 13 years mds (mds) more parentheses in detection if statement - can't hurt.
(edit) @707 [707] 13 years frodo `indent -kr -i8' on all kernel sources
(edit) @705 [705] 13 years frodo Removing kernel 2.0 and 2.1 compatibility pass 2 Eliminated compat.h
(edit) @704 [704] 13 years frodo Removal of kernel 2.1 and 2.2 compatibility: pass one Removed many #if …
(edit) @693 [693] 13 years mds (mds) Divide temp2 and temp3 by 2 for as99127f. Resolves reports by …
(edit) @692 [692] 13 years mds (mds) fix 782d/99127f/623hf isa vs. i2c structure selection. Thanks …
(edit) @687 [687] 13 years mds (mds) fix in5 and in6 min/max initialization for as99127f.
(edit) @686 [686] 13 years mds (mds) Change accesses for LM75-compatible temp2/temp3 registers in …
(edit) @667 [667] 13 years frodo Changes regarding the new i2c_check_addr function Changes in sensors.c: …
(edit) @663 [663] 13 years mds (mds) bug fixes on sensor[1-3] reads and writes.
(edit) @645 [645] 13 years frodo Just to make sure, added `#include <linux/version.h>' at several …
(edit) @640 [640] 13 years frodo Patches to make it compatible with kernel 2.3.27 and newer * Improved …
(edit) @625 [625] 14 years mds (mds) Try again for as99127f detection. Remove verification of …
(edit) @620 [620] 14 years mds (mds) Fix detection for as99127f (hopefully)
(edit) @617 [617] 14 years mds (mds) Change VID_FROM_REG to allow values 0x06 - 0x0F (1.75 to 1.30 …
(edit) @614 [614] 14 years mds (mds) Add support for the Asus AS99127F. Treat as an I2C-only W83782D for …
(edit) @601 [601] 14 years mds (mds) add support for beep3 register in 782d/783s/627hf.
(edit) @600 [600] 14 years mds (mds) Disable beeps by default. Reenable by 'set beep_enable 1' in …
(edit) @585 [585] 14 years frodo Preparations for better 10-bit address support Updated for the changes in …
(edit) @584 [584] 14 years frodo `functionality' checking for clients implemented
(edit) @582 [582] 14 years frodo Some code cleanups * Removed several superfluous (struct i2c_client *) …
(edit) @539 [539] 14 years mds (mds) Improved w83627hf support. Can't do much more unless I get a …
(edit) @525 [525] 14 years mds (mds) Add initial w83627hf support. Assuming identical to w83782d.
(edit) @516 [516] 14 years frodo (Frodo) Massive commit of all things related to mkpatch. Let's just say …
(edit) @513 [513] 14 years frodo First step to make it possible to integrate lm_sensors modules into …
(edit) @505 [505] 14 years frodo ISA changes * i2c-isa simplified, by using the addr field in the client …
(edit) @499 [499] 14 years kmalkki (Kyösti) * renamed every smbus_* access to i2c_smbus_* * everything in …
(edit) @496 [496] 14 years frodo First round of lm_sensors changes for the new I2C tree * The i2c package …
(edit) @472 [472] 14 years frodo (Frodo) Several minor things * Made i2c-voodoo3.c compile with 2.0 …
(edit) @467 [467] 14 years frodo Bradley M. Keryan's patches to make lm_sensors compile against 2.3.x …
(edit) @466 [466] 14 years frodo Small W83781D typo fixed, new TODO list entries
(edit) @433 [433] 14 years phil (Phil) Fixed mutex initialization problem in w83781d_detect: Originally: …
(edit) @397 [397] 14 years mds enabled rt table for 781d by default. Left #define in in case it proves to …
(edit) @382 [382] 14 years frodo Introduced sane limits checking for all chip modules Like the LM78 …
(edit) @354 [354] 14 years frodo Removed spurious dmesg which I used for debugging
(edit) @348 [348] 14 years mds changed default Vbat voltage from 3.3V to 3V for 782d/783s.
(edit) @344 [344] 14 years mds add 'static' to get rid of offending results of 'nm --extern --defined'.
(edit) @342 [342] 14 years frodo Made lm78 and w83781d drivers emit a warning when a 'force' parameter …
(edit) @341 [341] 14 years frodo Taught the w83781d module about insmod parameters Also fixed a small lm78 …
(edit) @339 [339] 14 years mds fixed RT-table bug. Still undef'ed though by default. For those who are …
(edit) @335 [335] 14 years mds Added sensor[1-3] to 782d/783s to select sensor type. Added RT table read …
(edit) @333 [333] 14 years mds changed /proc permissions for vid and alarms and other r/o stuff to 444.
(edit) @330 [330] 14 years mds fixed off-by-factor-of-2 of FAN_FROM_REG in w83781d. Improved bounds …
(edit) @329 [329] 14 years mds fixed vid4 - was >> 4 now << 4. Thanks Jeff Dairiki.
(edit) @318 [318] 14 years mds 782d has pwm3-4 only for i2c, not isa.
(edit) @315 [315] 14 years mds one more fix for 783s not having in1.
(edit) @314 [314] 14 years mds added pwm1-4 for 782d, pwm1-2 for 783s. untested.
(edit) @313 [313] 14 years mds added fan3 for 782d, didn't realize it is just like 781d. removed in1 and …
(edit) @309 [309] 14 years mds fixed default limits for in5/in6. added alarm bits for in7/in8. alarms now …
(edit) @304 [304] 14 years mds fixed in7/in8 register locations. Added limit defaults for in7/in8 and …
(edit) @297 [297] 14 years mds Initial support for 782d/783s. Recognize chips, adjust /proc entries. …
(edit) @219 [219] 14 years frodo Removed offending ISA test. Added warning about renamed modules.
(edit) @207 [207] 14 years frodo Adrian's copyright patch applied
(edit) @182 [182] 14 years frodo Changed all isa.h references to i2c-isa.h vi `find -type f|xargs grep -l …
(edit) @172 [172] 14 years phil (Phil) Added some simple detection (checks low byte of manufacturer ID), …
(edit) @151 [151] 14 years frodo Winbond bug fixes, as indicated by Petr Vandrovec
(edit) @149 [149] 14 years frodo Resolved old fan_div related bug in lm80 and w83781 modules. When …
(edit) @136 [136] 14 years phil (Phil) Fixed a simple (but serious) problem with the temp2 and temp3 …
(edit) @131 [131] 14 years frodo Fixed word-sized Winbond register read/write. This should solve the …
(edit) @128 [128] 14 years frodo Fan value problems resolved
(edit) @121 [121] 14 years frodo Winbond driver enhancements (untested) * Force the Winbond into bank 0 …
(edit) @96 [96] 14 years frodo Slightly better copyright messages, now telling what the file belongs …
(edit) @87 [87] 14 years phil (Phil) Added access to 'beep' buzzer control registers via 'beep' file.
(edit) @86 [86] 14 years phil (Phil) Temp2 and 3 are working!!! :') No mutex on the bank setting yet, …
(edit) @85 [85] 14 years phil (Phil) Tried to add remote temp sensors support to Winbond driver. My …
(add) @83 [83] 14 years phil (Phil) Started w83781d.c. It compiles, inserts, and seems to work, but …
Note: See TracRevisionLog for help on using the revision log.