| 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 |
|---|