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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @2286 [2286] 9 years khali Do not include unneeded headers.
(edit) @2124 [2124] 9 years khali Fix IN_FROM_REG rounding.
(edit) @2069 [2069] 10 years mds remove initialization of limits by driver
(edit) @1941 [1941] 10 years mmh When changing fan divisor(s), save and restore fan minimum(s).
(edit) @1705 [1705] 10 years kmalkki (Kyösti) Cleanups Copy sysctl enums to chip drivers from sensors.h for …
(edit) @1698 [1698] 10 years kmalkki (Kyösti) some cleanups for 2.4+ Module refcounting using .owner, …
(edit) @1201 [1201] 12 years mds Add MODULE_LICENSE("GPL") to all modules
(edit) @1193 [1193] 12 years mds malloc.h -> slab.h
(edit) @1162 [1162] 12 years mds Fix rather strange un-parenthesized "if" clause that somebody's …
(edit) @1101 [1101] 12 years mds Change from sensors_x to i2c_x for x = _sysctl_real _register_entry …
(edit) @1015 [1015] 12 years mds Disable sensors.c and i2c-isa.h in the Module.mk files. Leave the …
(edit) @998 [998] 12 years mds recognize lm78's with chipid register (0x49) == 0x20, as reported by …
(edit) @933 [933] 12 years frodo Updated the MUTEX definitions again - they are now guarded by the …
(edit) @929 [929] 13 years frodo Applied patch of Chip Salzenberg <chip@…>: Better …
(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) @667 [667] 13 years frodo Changes regarding the new i2c_check_addr function Changes in sensors.c: …
(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) @617 [617] 14 years mds (mds) Change VID_FROM_REG to allow values 0x06 - 0x0F (1.75 to 1.30 …
(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) @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) @467 [467] 14 years frodo Bradley M. Keryan's patches to make lm_sensors compile against 2.3.x …
(edit) @381 [381] 14 years frodo Completely correct limit handling for the lm78 module Whatever you cat to …
(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) @338 [338] 14 years frodo The lm75 module now understands the new insmod parameters. Also fixed a …
(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) @326 [326] 14 years frodo First bugfixes already
(edit) @325 [325] 14 years frodo LM78 insmod parameters and better detection Supported insmod parameters: …
(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) @128 [128] 14 years frodo Fan value problems resolved
(edit) @115 [115] 14 years frodo Completed the LM80 driver. Untested.
(edit) @114 [114] 14 years frodo Two bug fixed in the LM78/79 driver * fan_div should now be handled …
(edit) @113 [113] 14 years frodo Several minor things * sensors.conf.eg now contains LM80 declarations * …
(edit) @106 [106] 14 years frodo The announced changes to the LM78 voltages, and an example config file. …
(edit) @96 [96] 14 years frodo Slightly better copyright messages, now telling what the file belongs …
(edit) @77 [77] 14 years frodo Small bug fixed which made it impossible to detect more than one …
(edit) @75 [75] 14 years frodo Another very, very small bug removed.
(edit) @74 [74] 14 years frodo Winbond-over-SMBus addition
(edit) @70 [70] 14 years frodo Added temporary Winbond detection code IF the Winbond docs are right this …
(edit) @56 [56] 14 years frodo GL518SM driver To be done: support for GL518SM revision 0x80 and GL520SM …
(edit) @53 [53] 14 years frodo Some small rounding and initializing bugs solved.
(edit) @51 [51] 14 years frodo Introduced /proc/sys/dev/sensors/chips file See doc/sysctl for an …
(edit) @49 [49] 14 years frodo More documentation, and some small bug fixes * LM75 temperature limits …
(edit) @46 [46] 14 years frodo Module use count fix This fix will only work for kernels >= 2.1.58. * …
(edit) @36 [36] 14 years frodo Very minor namespace fixes, and TODO list update (or should I say …
(edit) @33 [33] 14 years frodo Corrected LM78 probing. If your LM78/78-J/79 is still not detected, …
(edit) @29 [29] 14 years frodo LM75 driver finished Well, it should work. But until we have implemented …
(edit) @28 [28] 14 years frodo Simplification of /proc files functions in chip drivers I moved a large …
(edit) @27 [27] 14 years frodo Some lm78 updates * LM78, LM78-J and LM79 now all supported * Chip type …
(edit) @20 [20] 14 years frodo Bug-fixes: lm78.c is now working! Yes, our first chip driver is now fully …
(edit) @19 [19] 14 years frodo Many things, most notable the lm78 module * Some Makefile changes. …
(add) @16 [16] 14 years frodo i2c-proc now creates complete /proc/bus/i2c * i2c-bus is renamed to …
Note: See TracRevisionLog for help on using the revision log.