Re: [PATCH v1 09/12] i2c: tegra: Clean up probe function

2020-09-02 Thread Dmitry Osipenko
03.09.2020 00:17, Dmitry Osipenko пишет: > 03.09.2020 00:06, Michał Mirosław пишет: >> On Mon, Aug 31, 2020 at 11:23:00PM +0300, Dmitry Osipenko wrote: >>> The driver's probe function code is difficult to read and follow. This >>> patch splits probe function into several logical parts that are easy

Re: [PATCH v1 09/12] i2c: tegra: Clean up probe function

2020-09-02 Thread Dmitry Osipenko
03.09.2020 00:06, Michał Mirosław пишет: > On Mon, Aug 31, 2020 at 11:23:00PM +0300, Dmitry Osipenko wrote: >> The driver's probe function code is difficult to read and follow. This >> patch splits probe function into several logical parts that are easy to >> work with. >> >> Signed-off-by: Dmitry

Re: [PATCH v1 09/12] i2c: tegra: Clean up probe function

2020-09-02 Thread Michał Mirosław
On Mon, Aug 31, 2020 at 11:23:00PM +0300, Dmitry Osipenko wrote: > The driver's probe function code is difficult to read and follow. This > patch splits probe function into several logical parts that are easy to > work with. > > Signed-off-by: Dmitry Osipenko > --- > drivers/i2c/busses/i2c-tegra

[PATCH v1 09/12] i2c: tegra: Clean up probe function

2020-08-31 Thread Dmitry Osipenko
The driver's probe function code is difficult to read and follow. This patch splits probe function into several logical parts that are easy to work with. Signed-off-by: Dmitry Osipenko --- drivers/i2c/busses/i2c-tegra.c | 398 - 1 file changed, 240 insertions(+),