On Thu, Jul 30, 2020 at 09:57:49PM +0200, Bruno Thomsen wrote: > MDIO device reset assert and deassert length was created by > usleep_range() but that does not ensure optimal handling of > all the different values from device tree properties. > By switching to the new flexible sleeping helper function, > fsleep(), the correct delay function is called depending on > delay length, e.g. udelay(), usleep_range() or msleep(). > > Signed-off-by: Bruno Thomsen <bruno.thom...@gmail.com>
Reviewed-by: Andrew Lunn <and...@lunn.ch> Andrew