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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @2867 [2867] 8 years khali Drop unused client id.
(edit) @2837 [2837] 8 years khali Do not return negative values to i2c_detect on non-fatal errors.
(edit) @2784 [2784] 8 years khali Restore controlling_mod argument to i2c_register_entry(). This is needed …
(edit) @2781 [2781] 8 years khali Discard owner field from i2c_driver structure. I do not restore …
(edit) @2445 [2445] 9 years khali Backport memory allocation reworking from Linux 2.6.
(edit) @2395 [2395] 9 years khali Backport misdetection prevention patch from 2.6: * Use unused bits of two …
(edit) @2391 [2391] 9 years khali Do not initialize more bits than needed.
(edit) @2386 [2386] 9 years khali Drop out-of-date comment about semi-static allocation.
(edit) @2068 [2068] 10 years mds remove initialization of limits by driver
(edit) @1849 [1849] 10 years khali Better registers comments.
(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) @1695 [1695] 10 years mds set alarm bits on read fails
(edit) @1692 [1692] 10 years mds backport from kernel 2.5.54 which contained changes from Christoph …
(edit) @1685 [1685] 10 years mds cleanup
(edit) @1684 [1684] 10 years mds Don't return bad values if reads fail
(edit) @1535 [1535] 11 years phil (Phil) Applied Alexander Malysh <amalysh@…>'s patch for MC1066 …
(edit) @1201 [1201] 12 years mds Add MODULE_LICENSE("GPL") to all modules
(edit) @1193 [1193] 12 years mds malloc.h -> slab.h
(edit) @1101 [1101] 12 years mds Change from sensors_x to i2c_x for x = _sysctl_real _register_entry …
(edit) @1058 [1058] 12 years mds fix bug in lm84 and gl523sm support; driver would recognize the chip …
(edit) @1015 [1015] 12 years mds Disable sensors.c and i2c-isa.h in the Module.mk files. Leave the …
(edit) @960 [960] 12 years mds rename /proc entries temp and remote_temp to temp1 and temp2.
(edit) @933 [933] 13 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) @904 [904] 13 years phil (Phil) Added support for adm1023. Actually, the adm1021 driver worked …
(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) @604 [604] 14 years mds (mds) fix LM84 detection. Mfr ID in different place than the other chips.
(edit) @603 [603] 14 years mds (mds) add support for gl523sm (adm1021 clone) to adm1021.c and …
(edit) @602 [602] 14 years mds (mds) Add support for LM84 (ADM1021 clone) to adm1021.c and …
(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) @536 [536] 14 years mds (mds) Fixed bug introduced with thmc10 that made adm1021 get reported …
(edit) @533 [533] 14 years mds (mds) add support for TI THMC10 to the adm1021 driver.
(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) @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) @395 [395] 14 years frodo ADM1021 documentation The old documentation of Phil is still present at …
(edit) @394 [394] 14 years phil (Phil) A couple minor detection/kind-determination fixes.
(edit) @382 [382] 14 years frodo Introduced sane limits checking for all chip modules Like the LM78 …
(edit) @376 [376] 14 years frodo Slight change to adm1021 driver die_code is only relevant for true …
(edit) @375 [375] 14 years frodo MAX1617A chip support (both driver and detect) This one was easy. A …
(edit) @367 [367] 14 years frodo ADM1021 insmod parameters As always, I also synchronised the detection …
(edit) @282 [282] 14 years phil (Phil) Fixed a probing bug.
(edit) @236 [236] 14 years frodo Stupid ADM1021 detection bug fixed (thanks Mark!)
(edit) @232 [232] 14 years frodo Added MAX1617 support, and documented it.
(edit) @207 [207] 14 years frodo Adrian's copyright patch applied
(add) @153 [153] 14 years phil (Phil) Added a driver for the Analog Devices ADM1021. The ADM1021 is …
Note: See TracRevisionLog for help on using the revision log.