Re: [PATCH v7 09/34] i2c: tegra: Use reset_control_reset()

2020-09-21 Thread Thierry Reding
On Wed, 09 Sep 2020 01:39:41 +0300, Dmitry Osipenko wrote: > Use a single reset_control_reset() instead of assert/deasset couple in > order to make code cleaner a tad. Note that the reset_control_reset() > uses 1 microsecond delay instead of 2 that was used previously, but this > shouldn't matter

Re: [PATCH v7 09/34] i2c: tegra: Use reset_control_reset()

2020-09-17 Thread Thierry Reding
On Wed, Sep 09, 2020 at 01:39:41AM +0300, Dmitry Osipenko wrote: > Use a single reset_control_reset() instead of assert/deasset couple in > order to make code cleaner a tad. Note that the reset_control_reset() > uses 1 microsecond delay instead of 2 that was used previously, but this > shouldn't

[PATCH v7 09/34] i2c: tegra: Use reset_control_reset()

2020-09-08 Thread Dmitry Osipenko
Use a single reset_control_reset() instead of assert/deasset couple in order to make code cleaner a tad. Note that the reset_control_reset() uses 1 microsecond delay instead of 2 that was used previously, but this shouldn't matter because one microsecond is a default reset time for most of Tegra