Re: [PATCH 1/8] i2c: rename core source file to allow refactorization

2017-05-29 Thread Jarkko Nikula
On 05/26/2017 11:20 AM, Wolfram Sang wrote: --- a/drivers/i2c/busses/i2c-designware-core.c +++ b/drivers/i2c/busses/i2c-designware-core.c @@ -583,7 +583,7 @@ i2c_dw_xfer_msg(struct dw_i2c_dev *dev) */ /* -* i2c-core.c alway

Re: [PATCH 1/8] i2c: rename core source file to allow refactorization

2017-05-26 Thread Mika Westerberg
On Fri, May 26, 2017 at 10:20:52AM +0200, Wolfram Sang wrote: > The I2C core became quite huge and its monolithic structure makes > maintenance hard. So, prepare to break out some functionality into > seperate files by renaming the source file. Note that we keep the > resulting object name constant

[PATCH 1/8] i2c: rename core source file to allow refactorization

2017-05-26 Thread Wolfram Sang
The I2C core became quite huge and its monolithic structure makes maintenance hard. So, prepare to break out some functionality into seperate files by renaming the source file. Note that we keep the resulting object name constant to avoid regressions. Signed-off-by: Wolfram Sang --- Documentatio