From: Luca Ceresoli Date: Wed, 29 Jan 2020 15:19:49 +0000 (+0100) Subject: docs: i2c: old-module-parameters: clarify this is for obsolete kernels X-Git-Tag: v5.15~4517^2~12 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=dfea2b16cc993ff00d0e1c137fd9b3e8f4badcd3;p=platform%2Fkernel%2Flinux-starfive.git docs: i2c: old-module-parameters: clarify this is for obsolete kernels This section applies only to code for very old kernels. Avoid people reading this unnecessarily. Signed-off-by: Luca Ceresoli Reviewed-by: Jean Delvare Signed-off-by: Wolfram Sang --- diff --git a/Documentation/i2c/old-module-parameters.rst b/Documentation/i2c/old-module-parameters.rst index 1a18e2b..92a403d 100644 --- a/Documentation/i2c/old-module-parameters.rst +++ b/Documentation/i2c/old-module-parameters.rst @@ -2,6 +2,11 @@ I2C device driver binding control from user-space ================================================= +.. NOTE:: + Note: this section is only relevant if you are handling some old code + found in kernel 2.6. If you work with more recent kernels, you can + safely skip this section. + Up to kernel 2.6.32, many I2C drivers used helper macros provided by which created standard module parameters to let the user control how the driver would probe I2C buses and attach to devices. These