Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1470359

Re: [PATCH v8 1/3] i2c: tegra: use readx_poll_timeout after config_load reg programmed

From Wolfram Sang <wsa@the-dreams.de>
Newsgroups linux.kernel
Subject Re: [PATCH v8 1/3] i2c: tegra: use readx_poll_timeout after config_load reg programmed
Date 2016-08-25 21:50 +0200
Message-ID <sa8OZ-5jF-9@gated-at.bofh.it> (permalink)
References <rDq9A-41V-39@gated-at.bofh.it> <rLOHL-5gr-7@gated-at.bofh.it> <rLPDP-619-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

> > > +		err = readx_poll_timeout(readl, i2c_dev->base + reg_offset,
> > > +					 val, val == 0, 1000,
> > > +					 I2C_CONFIG_LOAD_TIMEOUT);
> > 
> > Any reason we can't use readl_poll_timeout() here?
> [Shardar] Can be used, will change and push the new patchset.

Still interested? Should be an easy change, but I am reluctant to fix it
here with no testing.

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: [PATCH v8 1/3] i2c: tegra: use readx_poll_timeout after  config_load reg programmed Wolfram Sang <wsa@the-dreams.de> - 2016-08-25 21:50 +0200
  RE: [PATCH v8 1/3] i2c: tegra: use readx_poll_timeout after  config_load reg programmed Shardar Mohammed <smohammed@nvidia.com> - 2016-08-26 11:20 +0200
    Re: [PATCH v8 1/3] i2c: tegra: use readx_poll_timeout after  config_load reg programmed Wolfram Sang <wsa@the-dreams.de> - 2016-08-26 18:00 +0200
      RE: [PATCH v8 1/3] i2c: tegra: use readx_poll_timeout after  config_load reg programmed Shardar Mohammed <smohammed@nvidia.com> - 2016-08-30 21:20 +0200

csiph-web