Re: [PATCH v8 12/32] i2c: tegra: Use clk-bulk helpers

2020-09-29 Thread Wolfram Sang
> > Any comments here? I'll apply this series later this week if there are > > no objections coming up. > > > > Please hold on, I just spotted a serious problem in patch 23 and v9 > needs to be done. Ok, thanks for the heads up. An ack for this patch would still be nice :) signature.asc Desc

Re: [PATCH v8 12/32] i2c: tegra: Use clk-bulk helpers

2020-09-29 Thread Dmitry Osipenko
29.09.2020 22:33, Wolfram Sang пишет: > On Wed, Sep 23, 2020 at 01:51:35AM +0300, Dmitry Osipenko wrote: >> Use clk-bulk helpers and factor out clocks initialization into separate >> function in order to make code cleaner. >> >> The clocks initialization now performed after reset-control initializa

Re: [PATCH v8 12/32] i2c: tegra: Use clk-bulk helpers

2020-09-29 Thread Wolfram Sang
On Wed, Sep 23, 2020 at 01:51:35AM +0300, Dmitry Osipenko wrote: > Use clk-bulk helpers and factor out clocks initialization into separate > function in order to make code cleaner. > > The clocks initialization now performed after reset-control initialization > in order to avoid a noisy -PROBE_DEF

[PATCH v8 12/32] i2c: tegra: Use clk-bulk helpers

2020-09-22 Thread Dmitry Osipenko
Use clk-bulk helpers and factor out clocks initialization into separate function in order to make code cleaner. The clocks initialization now performed after reset-control initialization in order to avoid a noisy -PROBE_DEFER errors on T186+ from the clk-bulk helper which doesn't silence this erro