Changes between Version 5 and Version 6 of I2CTools_4_Plan

Show
Ignore:
Timestamp:
04/26/12 12:13:32 (14 months ago)
Author:
khali
Comment:

Step 1 committed

Legend:

Unmodified
Added
Removed
Modified
  • I2CTools_4_Plan

    v5 v6  
    2020We need to get rid of the {{{i2c-dev.h}}} file in i2c-tools, and before we can do that, this copy should be aligned with the one in the kernel. This means that anything extra must be moved somewhere else. Then all applications must be adjusted to include the right header files. Later, we can just remove the {{{i2c-dev.h}}} file from i2c-tools and use the kernel version of the file instead. 
    2121 
    22 Status: Patches sent to the linux-i2c list for review and comments ([http://marc.info/?l=linux-i2c&m=133519961628546&w=2 1/2], [http://marc.info/?l=linux-i2c&m=133519972628594&w=2 2/2].) Ready to be committed. 
     22Status: Committed (r6047, r6048.) 
    2323 
    2424Discussion: Do we create a header file that includes all other often-needed header files, to make the migration easier?