Changeset 3945
- Timestamp:
- 12/22/04 14:30:17 (8 years ago)
- Files:
-
- 1 modified
-
i2c/trunk/TODO (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c/trunk/TODO
r3874 r3945 3 3 ------------------------------------------------ 4 4 5 * Send fine-sliced patches based on 2.8.2 to Marcelo (2.6.1 in kernel 6 2.4.13) 5 * Only chip driver modules are locked in memory when one accesses their 6 /proc entries. Bus drivers are never locked (i.e. no reference count 7 is done). Bus drivers should be locked by the simple fact that a client 8 uses them (which would make it impossible to unload them before 9 all using client drivers have been unloaded themselves). This might be 10 restricted to clients that actually have /proc entries. 7 11 8 12 * "uninstall" Makefile target.
