Re: [PATCH V5] drivers: i2c: tegra: fix warning/check/error

2019-06-07 Thread Bitan Biswas
On 6/6/19 11:05 PM, Dmitry Osipenko wrote: 07.06.2019 8:25, Bitan Biswas пишет: Fix checkpatch.pl warning(s)/error(s)/check(s) in i2c-tegra.c Ignore checkpatch WARNING for 80 character line limit at places where renaming fields compromises readability. Delay of approximately 1msec in flush

Re: [PATCH V5] drivers: i2c: tegra: fix warning/check/error

2019-06-07 Thread Bitan Biswas
On 6/6/19 11:03 PM, Wolfram Sang wrote: On Thu, Jun 06, 2019 at 10:25:03PM -0700, Bitan Biswas wrote: Fix checkpatch.pl warning(s)/error(s)/check(s) in i2c-tegra.c Ignore checkpatch WARNING for 80 character line limit at places where renaming fields compromises readability. Delay of

Re: [PATCH V5] drivers: i2c: tegra: fix warning/check/error

2019-06-07 Thread Dmitry Osipenko
07.06.2019 8:25, Bitan Biswas пишет: > Fix checkpatch.pl warning(s)/error(s)/check(s) in i2c-tegra.c > > Ignore checkpatch WARNING for 80 character line limit at > places where renaming fields compromises readability. > > Delay of approximately 1msec in flush i2c FIFO polling loop > achieved by

Re: [PATCH V5] drivers: i2c: tegra: fix warning/check/error

2019-06-07 Thread Wolfram Sang
On Thu, Jun 06, 2019 at 10:25:03PM -0700, Bitan Biswas wrote: > Fix checkpatch.pl warning(s)/error(s)/check(s) in i2c-tegra.c > > Ignore checkpatch WARNING for 80 character line limit at > places where renaming fields compromises readability. > > Delay of approximately 1msec in flush i2c FIFO

[PATCH V5] drivers: i2c: tegra: fix warning/check/error

2019-06-06 Thread Bitan Biswas
Fix checkpatch.pl warning(s)/error(s)/check(s) in i2c-tegra.c Ignore checkpatch WARNING for 80 character line limit at places where renaming fields compromises readability. Delay of approximately 1msec in flush i2c FIFO polling loop achieved by usleep_range call as msleep can take 20msecs.