Changeset 3813
- Timestamp:
- 07/04/03 20:59:54 (10 years ago)
- Files:
-
- 1 modified
-
i2c/branches/lk2-4/TODO (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
i2c/branches/lk2-4/TODO
r3663 r3813 3 3 ------------------------------------------------ 4 4 5 * Send 2. 6.3patch to Marcelo (2.6.1 in kernel 2.4.13)5 * Send 2.8.0 patch to Marcelo (2.6.1 in kernel 2.4.13) 6 6 7 * Send 2.6.4 patch to Linus (2.6.3 in kernel 2.5.24) 8 9 * SMBus 2.0 7 * SMBus 2.0 Completion 10 8 SMBus 2.0 adds PEC, ARP, and a block process call message. 11 All is complete in release 2.6.4 except :9 All is complete in release 2.6.4 except for: 12 10 - SW PEC for Word Data and Process Call. No place to put PEC 13 11 in the current i2c_smbus_data structure. 12 For a summary of SMBus protocol support, see 13 http://www2.lm-sensors.nu/~lm78/protocol.html 14 14 15 15 * Timing considerations in SMBus emulation with i2c-algo-bit (D.E.): 16 (Note that some of these changes are implemented in i2c-algo-biths) 16 17 The Smbus defines a minimum frequency of 10 KHZ for driving the bus, while 17 18 the I2C does not define any minimum frequency.
