Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1470608
| From | Shardar Mohammed <smohammed@nvidia.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | RE: [PATCH v8 1/3] i2c: tegra: use readx_poll_timeout after config_load reg programmed |
| Date | 2016-08-26 11:20 +0200 |
| Message-ID | <salsR-54s-1@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> <sa8OZ-5jF-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
> -----Original Message----- > From: Wolfram Sang [mailto:wsa@the-dreams.de] > Sent: Friday, August 26, 2016 1:10 AM > To: Shardar Mohammed > Cc: Laxman Dewangan; swarren@wwwdotorg.org; > thierry.reding@gmail.com; gnurou@gmail.com; linux-i2c@vger.kernel.org; > linux-tegra@vger.kernel.org; linux-kernel@vger.kernel.org > Subject: Re: [PATCH v8 1/3] i2c: tegra: use readx_poll_timeout after > config_load reg programmed > > * PGP Signed by an unknown key > > > > > > + 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. [Shardar] Will push the change by tomorrow. > > > * Unknown Key > * 0x14A029B6
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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