i2c: rename core source file to allow refactorization
authorWolfram Sang <wsa@the-dreams.de>
Tue, 23 May 2017 09:08:04 +0000 (11:08 +0200)
committerWolfram Sang <wsa@the-dreams.de>
Wed, 31 May 2017 19:01:03 +0000 (21:01 +0200)
commit91ed53491f4fa31879e0965a7e920dc10f78996c
treeaee8f444e7653a860c3f2d0d8fe3a2bc59075df6
parent5ed02dbb497422bf225783f46e6eadd237d23d6b
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>
Documentation/driver-api/i2c.rst
drivers/i2c/Makefile
drivers/i2c/busses/i2c-designware-core.c
drivers/i2c/i2c-core-base.c [moved from drivers/i2c/i2c-core.c with 100% similarity]