]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: break out smbus support into separate file
authorWolfram Sang <wsa@the-dreams.de>
Tue, 23 May 2017 10:27:17 +0000 (12:27 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Wed, 31 May 2017 19:01:03 +0000 (21:01 +0200)
commit6e86e39e379293f80f2b8827c497b2b6d9b809a0
tree03c552b637a825ce43e838233671a63c74a2de8e
parentb13a04ec14abbbbadd8363f9863924ef2207df62
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>
Documentation/driver-api/i2c.rst
drivers/i2c/Makefile
drivers/i2c/i2c-core-base.c
drivers/i2c/i2c-core-smbus.c [new file with mode: 0644]
include/trace/events/i2c.h
include/trace/events/smbus.h [new file with mode: 0644]