X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=Documentation%2Fi2c%2Fporting-clients;h=f03c2a02f806684c39c0cd8459eaab71a661496b;hb=6fbe85f914ad08cc43408a40ad18a561222e1b93;hp=856274fc8e9f46ee0768430a01d7e33c49aab9f8;hpb=92b429461228f0f06a994dd3d4ccf1c9ff7596bd;p=karo-tx-linux.git diff --git a/Documentation/i2c/porting-clients b/Documentation/i2c/porting-clients index 856274fc8e9f..f03c2a02f806 100644 --- a/Documentation/i2c/porting-clients +++ b/Documentation/i2c/porting-clients @@ -125,6 +125,9 @@ Technical changes: * [Driver] The flags field of the i2c_driver structure is gone. I2C_DF_NOTIFY is now the default behavior. + The i2c_driver structure has a driver member, which is itself a + structure, those name member should be initialized to a driver name + string. i2c_driver itself has no name member anymore. Coding policy: