root/lm-sensors/tags/V2-4-4/TODO

Revision 639, 2.6 kB (checked in by frodo, 9 years ago)

Added entry on TODO list:

* Add MTP006F chip: http://www.myson.com/Pcd/MTP006/Mtp006.pdf

gfiala@s.netic.de (Guido Fiala) has one on his mainboard

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 Many, many things. Most notably:
2
3 I2C CODE CHANGES
4 ================
5
6 * Update all documentation
7
8 KERNEL MODULES
9 ==============
10
11 * ALL: cleanup_module is void; check also that cleaning up is done
12   properly, now we know that the module will be unloaded whatever we
13   do.
14 * LM78 detection: Tom Webster has proven that the reset bit in the
15   id register can be one (strange!)
16 * maxilife.c: Introduce new insmod variables
17 * maxilife.c: Round REG_TO_VID correctly
18 * icspll.c: Rewrite. The current implementation simply can't work at all.
19   It needs i2c-level access (too bad for SMBus-only adapters).
20 * w83781d: Some features are still unsupported for the W8378[23].
21   Also, alarms seem to give strange results
22   sometimes, and there are some other minor problems, as indicated by
23   Jonathan Bradshaw <jonathan@NrgUp.Com>
24 * Support 10-bit addresses. At this moment, they are supported nowhere, except
25   in Simon Vogl's i2c modules.
26 * Better general locking, or at least a once-over to check no race-conditions
27   remain. This is part of the SMP-safeness, and can better be done at once.
28 * Test SIS5595(/91/98) sensor support. Write generic i2c support.
29   Thomas Dickel <Thomas.Dickel@mni.fh-giessen.de> owns one SIS5595.
30 * adm9240: check whether the current voltage computations are correct.
31   Probably not, as they are different from the datasheet specifications.
32   Also check for the supported dallas chip.
33 * lm80: Check how OS alarms work. At page 17 of the sheet, it tells
34   something completely different from the description at page 25.
35 * gl518sm: Assume that new values are close to old values, so start with
36   trying to use a small range near the old values (already partially done)
37 * lm77: Add detection in lm75.c and sensors-detect to distinguish from
38   an lm75. Add support for the two new registers.
39 * Add MTP006F chip: http://www.myson.com/Pcd/MTP006/Mtp006.pdf
40   gfiala@s.netic.de (Guido Fiala) has one on his mainboard
41
42 LIBRARY
43 =======
44
45 * reload does not work (Bison/Flex problem?).
46 * Some library routines are pretty inefficient right now.
47 * Library should be split in more separate files, for better linking
48   behaviour.
49 * Some adm9240 labels start with a digit; change this, it leads to confusing
50   syntax in the conf file (they have to be quoted)
51
52 PROGRAMS
53 ========
54
55 * Sensors program needs to print a + before lm75 temperatures
56 * Sensors program needs to be extended for many new chips
57
58 OTHERS
59 ======
60
61 * Examine watchdog-4.3 or later of meskes@debian.org (Michael Meskes)
62   tsx-11.mit.edu /pub/linux/sources/sbin or
63   sunsite.unc.edu /pub/linux/system/daemons/watchdog
64 * Add experimental drivers
65
Note: See TracBrowser for help on using the browser.