Re: [PATCH v7 15/34] i2c: tegra: Reorder location of functions in the code

2020-09-21 Thread Thierry Reding
On Wed, 09 Sep 2020 01:39:47 +0300, Dmitry Osipenko wrote: > Reorder location of functions in the code in order to have definition > of functions closer to the place of the invocation. This change makes > easier to navigate around the code and removes the need to have a > prototype for

Re: [PATCH v7 15/34] i2c: tegra: Reorder location of functions in the code

2020-09-17 Thread Thierry Reding
On Wed, Sep 09, 2020 at 01:39:47AM +0300, Dmitry Osipenko wrote: > Reorder location of functions in the code in order to have definition > of functions closer to the place of the invocation. This change makes > easier to navigate around the code and removes the need to have a > prototype for

[PATCH v7 15/34] i2c: tegra: Reorder location of functions in the code

2020-09-08 Thread Dmitry Osipenko
Reorder location of functions in the code in order to have definition of functions closer to the place of the invocation. This change makes easier to navigate around the code and removes the need to have a prototype for tegra_i2c_init(). Reviewed-by: Michał Mirosław Signed-off-by: Dmitry