On Thu, Jun 27, 2019 at 11:55:53PM +0200, Marek Vasut wrote: > Regmap provides polling function to poll for bits in a register. This > function is another reimplementation of polling for bit being clear in > a register. Replace this with regmap polling function. Moreover, inline > the function parameters, as the function is never called with any other > parameter values than this one. > > Signed-off-by: Marek Vasut <ma...@denx.de>
Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew