summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/i2c.rst
diff options
context:
space:
mode:
authorWolfram Sang2017-05-23 11:08:04 +0200
committerWolfram Sang2017-05-31 21:01:03 +0200
commit91ed53491f4fa31879e0965a7e920dc10f78996c (patch)
treeaee8f444e7653a860c3f2d0d8fe3a2bc59075df6 /Documentation/driver-api/i2c.rst
parentLinux 4.12-rc3 (diff)
downloadkernel-qcow2-linux-91ed53491f4fa31879e0965a7e920dc10f78996c.tar.gz
kernel-qcow2-linux-91ed53491f4fa31879e0965a7e920dc10f78996c.tar.xz
kernel-qcow2-linux-91ed53491f4fa31879e0965a7e920dc10f78996c.zip
i2c: rename core source file to allow refactorization
The I2C core became quite huge and its monolithic structure makes maintenance hard. So, prepare to break out some functionality into separate files by renaming the source file. Note that we keep the resulting object name constant to avoid regressions. Reviewed-by: Mika Westerberg <mika.westerberg@linux.intel.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'Documentation/driver-api/i2c.rst')
-rw-r--r--Documentation/driver-api/i2c.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/i2c.rst b/Documentation/driver-api/i2c.rst
index f3939f7852bd..e6d4808ffbab 100644
--- a/Documentation/driver-api/i2c.rst
+++ b/Documentation/driver-api/i2c.rst
@@ -42,5 +42,5 @@ i2c_adapter devices which don't support those I2C operations.
.. kernel-doc:: drivers/i2c/i2c-boardinfo.c
:functions: i2c_register_board_info
-.. kernel-doc:: drivers/i2c/i2c-core.c
+.. kernel-doc:: drivers/i2c/i2c-core-base.c
:export: