Re: [PATCH] i2c: imx: defer probing on dma channel request

2019-01-16 Thread Laurentiu Tudor
Hello, On 15.01.2019 23:55, Wolfram Sang wrote: > Hi, > > On Tue, Jan 15, 2019 at 04:03:32PM +0200, Laurentiu Tudor wrote: >> If the dma controller is not yet probed, defer i2c probe. >> The error path in probe was slightly modified (no functional change) >> to avoid triggering this WARN_ON():

Re: [PATCH] i2c: imx: defer probing on dma channel request

2019-01-15 Thread Wolfram Sang
Hi, On Tue, Jan 15, 2019 at 04:03:32PM +0200, Laurentiu Tudor wrote: > If the dma controller is not yet probed, defer i2c probe. > The error path in probe was slightly modified (no functional change) > to avoid triggering this WARN_ON(): > "cg-pll0-div1 already disabled > WARNING: CPU: 1 PID: 1

[PATCH] i2c: imx: defer probing on dma channel request

2019-01-15 Thread Laurentiu Tudor
If the dma controller is not yet probed, defer i2c probe. The error path in probe was slightly modified (no functional change) to avoid triggering this WARN_ON(): "cg-pll0-div1 already disabled WARNING: CPU: 1 PID: 1 at drivers/clk/clk.c:828 clk_core_disable+0xa8/0xb0" Signed-off-by: Laurentiu