Re: [PATCH 1/3] i2c: sprd: Make I2C driver can be built as a module

2019-08-06 Thread Wolfram Sang
On Thu, Jul 25, 2019 at 03:56:16PM +0800, Baolin Wang wrote: > Now there is no need to keep our I2C driver to be initialized so early, > thus changing to module level and let it can be built as a module, > meanwhile adding some module information. > > Signed-off-by: Baolin Wang Applied to for-ne

[PATCH 1/3] i2c: sprd: Make I2C driver can be built as a module

2019-07-25 Thread Baolin Wang
Now there is no need to keep our I2C driver to be initialized so early, thus changing to module level and let it can be built as a module, meanwhile adding some module information. Signed-off-by: Baolin Wang --- drivers/i2c/busses/Kconfig|2 +- drivers/i2c/busses/i2c-sprd.c | 10 +-