Changeset 3974
- Timestamp:
- 03/30/05 19:51:51 (4 years ago)
- Files:
-
- i2c/trunk/CHANGES (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
i2c/trunk/CHANGES
r3968 r3974 19 19 20 20 2.9.1 (2005????) 21 Interface changes 22 - Restore binary compatibility with Linux 2.4 21 23 Makefile: Revert the header install removal 22 24 Support sparc64 (Nicolas Boullis) 23 25 Support mips and sparc32 (Aurelien Jarno) 26 Use -fno-strict-aliasing on all architectures 24 27 i2c-core: Unhide i2c_get_client 28 Fix force parameter loop iteration 25 29 i2c-id.h: Add ID for Marvell 64xxx 26 30 Sync IDs with Linux 2.6 27 31 i2c.h: Drop 2.4.9 compatibility define of MODULE_LICENSE 32 Fix defines lacking parentheses (Corey Minyard) 28 33 i2c-algo-bit, i2c-algo-biths, i2c-algo-pcf: Declare I2C_FUNC_I2C 29 34 as being supported 30 i2c-algo-biths: Replace assembly code by C (Aurelien tJarno)35 i2c-algo-biths: Replace assembly code by C (Aurelien Jarno) 31 36 32 37 2.9.0 (20041228)
