summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core-smbus.c
AgeCommit message (Collapse)AuthorFilesLines
2017-05-31i2c: break out smbus support into separate fileWolfram Sang1-0/+594
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>