aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/i2c/porting-clients
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/i2c/porting-clients')
-rw-r--r--Documentation/i2c/porting-clients3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/i2c/porting-clients b/Documentation/i2c/porting-clients
index 184fac2377a..64c610bf2fb 100644
--- a/Documentation/i2c/porting-clients
+++ b/Documentation/i2c/porting-clients
@@ -109,6 +109,9 @@ Technical changes:
109 there is a MODULE_LICENSE() line, at the bottom of the file 109 there is a MODULE_LICENSE() line, at the bottom of the file
110 (after MODULE_AUTHOR() and MODULE_DESCRIPTION(), in this order). 110 (after MODULE_AUTHOR() and MODULE_DESCRIPTION(), in this order).
111 111
112* [Driver] The flags field of the i2c_driver structure is gone.
113 I2C_DF_NOTIFY is now the default behavior.
114
112Coding policy: 115Coding policy:
113 116
114* [Copyright] Use (C), not (c), for copyright. 117* [Copyright] Use (C), not (c), for copyright.