> 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. > > > * Unknown Key > * 0x14A029B6 -- To unsubscribe from this list: send the line "unsubscribe linux-i2c" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html