summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core-smbus.c
Commit message (Collapse)AuthorAgeFilesLines
* i2c: break out smbus support into separate fileWolfram Sang2017-05-311-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>