Re: [Patch V1] i2c: imx: init bus recovery info before adding i2c adapter

2015-12-09 Thread Wolfram Sang
> I have sent out an i2c runtime patch which was acked by Uwe Kleine. I > thought it would be accepted, so I sent out this one based on that one. Ah, I see. That is okay to assume. However, this patch is 4.4 material, while the other patch is 4.5 material, so I needed that rebase. Thanks,

RE: [Patch V1] i2c: imx: init bus recovery info before adding i2c adapter

2015-12-06 Thread Gao Pandy
..@the-dreams.de] > Sent: Sunday, December 06, 2015 3:08 AM > To: Gao Pan-B54642 > Cc: u.kleine-koe...@pengutronix.de; linux-i2c@vger.kernel.org; Li > Frank-B20596; > Duan Fugang-B38611; ker...@pengutronix.de > Subject: Re: [Patch V1] i2c: imx: init bus recovery info before adding i2c &g

Re: [Patch V1] i2c: imx: init bus recovery info before adding i2c adapter

2015-12-05 Thread Wolfram Sang
On Fri, Dec 04, 2015 at 05:33:14PM +0800, Gao Pan wrote: > During driver probe, i2c_imx_init_recovery_info() must come before > i2c_add_numbered_adapter(), because the get/set_scl() functions > are assigned in i2c_register_adapter() under the conditon that bus > recover_info are initialized. Otherw