Changeset 1702
- Timestamp:
- 01/21/03 02:53:12 (6 years ago)
- Files:
-
- lm-sensors/trunk/TODO (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/TODO
r1690 r1702 12 12 ============== 13 13 14 * Assistance on how to fix module refcounting is welcome. 15 To my understanding, it does not handle client->adapter->owner 16 correctly now, and it is possible to rmmod adapter while one of its 17 clients is in use. 18 19 * mkpatch. Trace back Configure changes from 2.5 tree and 20 have it make clean diffs. 21 Applies to both i2c and sensors. 22 23 * ACPI and SMBus host 24 - ACPI subsystem may access SMBus host too. Locks? 25 - On my ancient board using i2c-via, suspend and power switch status 26 seems to be in the same register with SCL and SDA. 27 28 * Suspend-to-disk, losing Vcc 29 - Reset i2c client to avoid alarms and SCI interrupts. Currently 30 sensors do not create interrupt with alarms. 31 32 * Return from suspend 33 - Reinitialize i2c client. 34 14 35 * 2.4 / 2.5 cleanup 15 36 See adm1021, lm75, i2c-amd756, and i2c-amd8111 in kernel 2.5.54 for examples 16 - Remove inc_use and dec_use in adapters and chips ...37 - Remove inc_use and dec_use in adapters and chips, convert to owner. 17 38 Modules shouldn't adjust their own refcounts. 18 Do we need to move this elsewhere or just remove?19 39 - Convert PCI drivers to use pci_driver structs, 20 40 registration, etc. … … 27 47 - Remove EXPORT_NO_SYMBOLS 28 48 - Remove other 2.1/2.2 #ifdefs 49 29 50 * Handle -1 returns from i2c layer rather than just delivering 0xFF to 30 51 /proc and libsensors; report errors through /proc 'alarms' or
