Changeset 4173 for lm-sensors/trunk/TODO
- Timestamp:
- 09/24/06 18:36:34 (7 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/TODO (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/TODO
r2625 r4173 2 2 Contact us if you have comments or wish to help. 3 3 ------------------------------------------------ 4 5 I2C CODE CHANGES6 ================7 8 See TODO in the i2c package.9 10 4 11 5 KERNEL MODULES … … 45 39 * "uninstall" Makefile target. 46 40 47 * mkpatch. Trace back Configure changes from 2.5 tree and48 have it make clean diffs.49 Applies to both i2c and sensors.50 51 41 * ACPI and SMBus host 52 42 - ACPI subsystem may access SMBus host too. Locks? … … 65 55 new 'fail' entry? See adm1021 for a partial example. 66 56 67 * Add string function in sensors.o68 57 * ALL: cleanup_module is void; check also that cleaning up is done 69 58 properly, now we know that the module will be unloaded whatever we 70 59 do. 60 71 61 * ALL chip drivers: add a readonly insmod option so we don't cause APM/ACPI 72 62 to go insane. 63 73 64 * gl518sm: using iterate==2 causes a tread to be started. this thread remains 74 65 even after setting iterate==1 and/or removing the gl518sm module 75 66 <koenig@uranus.tat.physik.uni-tuebingen.de> 67 76 68 * LM78 detection: Tom Webster has proven that the reset bit in the 77 69 id register can be one (strange!) 70 78 71 * maxilife.c: Introduce new insmod variables 72 79 73 * maxilife.c: Round REG_TO_VID correctly 74 80 75 * icspll.c: Rewrite. The current implementation simply can't work at all. 81 76 It needs i2c-level access (too bad for SMBus-only adapters). 82 * w83781d: Some features are still unsupported for the W8378[23]. 83 Also, alarms seem to give strange results 84 sometimes, and there are some other minor problems, as indicated by 85 Jonathan Bradshaw <jonathan@NrgUp.Com> 77 86 78 * Support 10-bit addresses. At this moment, they are supported nowhere, except 87 79 in Simon Vogl's i2c modules. 88 * Better general locking, or at least a once-over to check no race-conditions 89 remain. This is part of the SMP-safeness, and can better be done at once. 80 90 81 * adm9240: check whether the current voltage computations are correct. 91 82 Probably not, as they are different from the datasheet specifications. 92 83 Also check for the supported dallas chip. 84 93 85 * lm80: Check how OS alarms work. At page 17 of the sheet, it tells 94 86 something completely different from the description at page 25. 95 * gl518sm: Assume that new values are close to old values, so start with 96 trying to use a small range near the old values (already partially done) 87 97 88 * Add MTP006F chip: http://www.myson.com/Pcd/MTP006/Mtp006.pdf 98 89 gfiala@s.netic.de (Guido Fiala) has one on his mainboard … … 112 103 113 104 * reload does not work (Bison/Flex problem?). 105 114 106 * Some library routines are pretty inefficient right now. 107 115 108 * Library should be split in more separate files, for better linking 116 109 behaviour. 110 117 111 * Some adm9240 labels start with a digit; change this, it leads to confusing 118 112 syntax in the conf file (they have to be quoted) 119 120 121 PROGRAMS122 ========123 124 * Sensors program needs to print a + before lm75 temperatures125 126 127 OTHERS128 ======129 130 * Examine watchdog-4.3 or later of meskes@debian.org (Michael Meskes)131 tsx-11.mit.edu /pub/linux/sources/sbin or132 sunsite.unc.edu /pub/linux/system/daemons/watchdog133
