From mboxrd@z Thu Jan 1 00:00:00 1970 From: Faiz Abbas Date: Mon, 15 Apr 2019 11:16:26 +0530 Subject: [U-Boot] [PATCH v3 05/13] regmap: Add support for polling on a register In-Reply-To: References: <20190212085819.31395-1-faiz_abbas@ti.com> <20190212085819.31395-6-faiz_abbas@ti.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Tom, On 13/02/19 1:25 PM, Faiz Abbas wrote: > Hi Tom, > > On 12/02/19 2:28 PM, Faiz Abbas wrote: >> Add an API to continuously read a register until a condition is >> satisfied or a timeout occurs. >> >> Signed-off-by: Faiz Abbas >> Reviewed-by: Tom Rini >> --- >> include/regmap.h | 34 ++++++++++++++++++++++++++++++++++ >> 1 file changed, 34 insertions(+) > > I realize there already exists an implementation of this in latest > u-boot. So we'll have to drop this patch. Will post a new version based > on top of that implementation. > We should not have applied this. I will send a revert soon. Thanks, Faiz