Changeset 3813

Show
Ignore:
Timestamp:
07/04/03 20:59:54 (10 years ago)
Author:
mds
Message:

updates

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c/branches/lk2-4/TODO

    r3663 r3813  
    33------------------------------------------------ 
    44 
    5 * Send 2.6.3 patch 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) 
    66 
    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 
    108  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: 
    1210        - SW PEC for Word Data and Process Call. No place to put PEC 
    1311          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 
    1414 
    1515* Timing considerations in SMBus emulation with i2c-algo-bit (D.E.): 
     16  (Note that some of these changes are implemented in i2c-algo-biths) 
    1617  The Smbus defines a minimum frequency of 10 KHZ for driving the bus, while 
    1718  the I2C does not define any minimum frequency.