Changeset 3941

Show
Ignore:
Timestamp:
12/04/04 22:39:21 (8 years ago)
Author:
khali
Message:

Update.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • i2c/trunk/CHANGES

    r3936 r3941  
    1919 
    20202.9.0 (2004????) 
    21   i2c-core.c, i2c-dev.c, all bus drivers: Remove owner from i2c_adapter; 
    22                                           restore inc_user and dec_use that 
    23                                           were removed in release 2.8.0 
    24   i2c-id.h: Add IDs virtual adapter 
     21  Interface changes 
     22        - Struct i2c_adapter: restore inc_use() and dec_use(), remove owner 
     23        - Struct i2c_algorithm: remove owner 
     24        - Struct i2c_driver: restore inc_use() and dec_use(), remove owner 
     25        - Restore controlling_mod argument in i2c_register_entry() 
     26        These changes restore compatibility with pre-2.8.0 i2c, in 
     27        particular with the version of i2c present in the Linux 2.4 kernels. 
     28  i2c-id.h: Add IDs for virtual adapter, lpc47b397 
    2529  i2c-proc.c: Increase SENSORS_ENTRY_MAX to 24 
    2630  i2c-proc.c: Fix a bug in the real parsing code 
     31  mkpatch: Generate diffs for drivers/i2c/Config.in and 
     32           drivers/i2c/Makefile again 
    2733 
    28342.8.8 (20041007)