[PATCH v2 1/3] i2c: mediatek: Register i2c adapter driver earlier

2018-07-07 Thread Jun Gao
From: Jun Gao As i2c adapter, i2c slave devices will depend on it. In order not to block the initializations of i2c slave devices, register i2c adapter driver at appropriate time. Signed-off-by: Jun Gao --- drivers/i2c/busses/i2c-mt65xx.c | 12 +++- 1 file changed, 11 insertions(+), 1

Re: [PATCH v2 1/3] i2c: mediatek: Register i2c adapter driver earlier

2018-08-08 Thread Wolfram Sang
On Sat, Jul 07, 2018 at 05:29:53PM +0800, Jun Gao wrote: > From: Jun Gao > > As i2c adapter, i2c slave devices will depend on it. In order not to > block the initializations of i2c slave devices, register i2c adapter > driver at appropriate time. > > Signed-off-by: Jun Gao We don't do this any