Re: [PATCH v4 00/31] Improvements for Tegra I2C driver

2020-09-05 Thread Dmitry Osipenko
06.09.2020 02:16, Michał Mirosław пишет: > On Sat, Sep 05, 2020 at 11:41:20PM +0300, Dmitry Osipenko wrote: >> Hello! >> >> This series performs refactoring of the Tegra I2C driver code and hardens >> the atomic-transfer mode. > [...] > > Pending comments, all LGTM. Thank you!

Re: [PATCH v4 00/31] Improvements for Tegra I2C driver

2020-09-05 Thread Michał Mirosław
On Sat, Sep 05, 2020 at 11:41:20PM +0300, Dmitry Osipenko wrote: > Hello! > > This series performs refactoring of the Tegra I2C driver code and hardens > the atomic-transfer mode. [...] Pending comments, all LGTM. Best Regards, Michał Mirosław

[PATCH v4 00/31] Improvements for Tegra I2C driver

2020-09-05 Thread Dmitry Osipenko
Hello! This series performs refactoring of the Tegra I2C driver code and hardens the atomic-transfer mode. Changelog: v4: - Reordered patches in the fixes/features/cleanups order like it was suggested by Andy Shevchenko. - Now using clk-bulk API, which was suggested by Andy