diff options
author | Wolfram Sang <wsa@the-dreams.de> | 2017-05-23 13:27:17 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@the-dreams.de> | 2017-05-31 22:01:03 +0300 |
commit | 22c78d1cce104072747023d2ae0351bf3f97d725 (patch) | |
tree | 03c552b637a825ce43e838233671a63c74a2de8e /Documentation | |
parent | e4991ecdc6b8ad2b21f3d6e90ef826b8871103a2 (diff) | |
download | linux-22c78d1cce104072747023d2ae0351bf3f97d725.tar.xz |
i2c: break out smbus support into separate file
Break out the exported SMBus functions and the emulation layer into a
separate file. This also involved splitting up the tracing header into
an I2C and an SMBus part.
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/driver-api/i2c.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/driver-api/i2c.rst b/Documentation/driver-api/i2c.rst index e6d4808ffbab..c215503801f0 100644 --- a/Documentation/driver-api/i2c.rst +++ b/Documentation/driver-api/i2c.rst @@ -44,3 +44,6 @@ i2c_adapter devices which don't support those I2C operations. .. kernel-doc:: drivers/i2c/i2c-core-base.c :export: + +.. kernel-doc:: drivers/i2c/i2c-core-smbus.c + :export: |