Re: [PATCH 5/9] drm/bridge: tc358767: Simplify polling in tc_link_training()

2019-03-12 Thread Laurent Pinchart
Hi Andrey, On Mon, Mar 11, 2019 at 11:26:20AM -0700, Andrey Smirnov wrote: > On Mon, Mar 4, 2019 at 4:30 AM Laurent Pinchart wrote: > > On Tue, Feb 26, 2019 at 11:36:05AM -0800, Andrey Smirnov wrote: > >> Replace explicit polling in tc_link_training() with equivalent call to > >>

Re: [PATCH 5/9] drm/bridge: tc358767: Simplify polling in tc_link_training()

2019-03-12 Thread Andrey Smirnov
On Mon, Mar 4, 2019 at 4:30 AM Laurent Pinchart wrote: > > Hi Andrey, > > Thank you for the patch. > > On Tue, Feb 26, 2019 at 11:36:05AM -0800, Andrey Smirnov wrote: > > Replace explicit polling in tc_link_training() with equivalent call to > > regmap_read_poll_timeout() for simplicity. No

Re: [PATCH 5/9] drm/bridge: tc358767: Simplify polling in tc_link_training()

2019-03-04 Thread Laurent Pinchart
Hi Andrey, Thank you for the patch. On Tue, Feb 26, 2019 at 11:36:05AM -0800, Andrey Smirnov wrote: > Replace explicit polling in tc_link_training() with equivalent call to > regmap_read_poll_timeout() for simplicity. No functional change > intended (not including slightly altered debug output).

[PATCH 5/9] drm/bridge: tc358767: Simplify polling in tc_link_training()

2019-02-27 Thread Andrey Smirnov
Replace explicit polling in tc_link_training() with equivalent call to regmap_read_poll_timeout() for simplicity. No functional change intended (not including slightly altered debug output). Signed-off-by: Andrey Smirnov Cc: Archit Taneja Cc: Andrzej Hajda Cc: Laurent Pinchart Cc: Chris Healy